diff --git a/LICENSE.md b/LICENSE
similarity index 100%
rename from LICENSE.md
rename to LICENSE
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5b90f967d4d..458b7b4afd7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,34 +22,38 @@ relativeURLs = true
themeVariant = "relearn"
[outputs]
-home = [ "HTML", "RSS", "JSON"]
+ home = ["HTML", "RSS", "JSON"]
+
+[module]
+ [module.hugoVersion]
+ min = "0.25"
[Languages]
-[Languages.en]
-title = "Documentation for Hugo Relearn Theme"
-weight = 1
-languageName = "English"
-landingPageURL = "/"
-landingPageName = " Home"
-
-[[Languages.en.menu.shortcuts]]
-name = " GitHub repo"
-identifier = "ds"
-url = "https://github.com/McShelby/hugo-theme-relearn"
-weight = 10
-
-[[Languages.en.menu.shortcuts]]
-name = " Showcases"
-url = "showcase"
-weight = 11
-
-[[Languages.en.menu.shortcuts]]
-name = " Hugo Documentation"
-identifier = "hugodoc"
-url = "https://gohugo.io/"
-weight = 20
-
-[[Languages.en.menu.shortcuts]]
-name = " Credits"
-url = "/credits"
-weight = 30
+ [Languages.en]
+ title = "Documentation for Hugo Relearn Theme"
+ weight = 1
+ languageName = "English"
+ landingPageURL = "/"
+ landingPageName = " Home"
+
+ [[Languages.en.menu.shortcuts]]
+ name = " GitHub repo"
+ identifier = "ds"
+ url = "https://github.com/McShelby/hugo-theme-relearn"
+ weight = 10
+
+ [[Languages.en.menu.shortcuts]]
+ name = " Showcases"
+ url = "showcase"
+ weight = 11
+
+ [[Languages.en.menu.shortcuts]]
+ name = " Hugo Documentation"
+ identifier = "hugodoc"
+ url = "https://gohugo.io/"
+ weight = 20
+
+ [[Languages.en.menu.shortcuts]]
+ name = " Credits"
+ url = "/credits"
+ weight = 30
diff --git a/theme.toml b/theme.toml
index dd0454535dd..dce9d331272 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,16 +1,12 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/spf13/hugoThemes#themetoml for an example
-
name = "Relearn"
license = "MIT"
-licenselink = "https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE.md"
-description = "Documentation theme for Hugo"
-homepage = "https://github.com/McShelby/hugo-theme-relearn/"
-repo = "https://github.com/McShelby/hugo-theme-relearn"
-tags = ["documentation", "grav", "learn", "relearn", "doc", "search"]
-features = ["documentation", "menu", "nested sections", "search", "mermaid"]
-min_version = 0.25
+licenselink = "https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE"
+description = "A theme for Hugo"
+homepage = "https://github.com/McShelby/hugo-theme-relearn"
+demosite = "https://relearn.netlify.app"
+tags = ["docs", "documentation", "grav", "learn", "multilingual", "relearn", "search"]
+features = ["documentation", "expand", "menu", "mermaid", "multilingual", "nested sections", "notice", "search", "tabs", "themeable"]
[author]
- name = "Sören Weber & others"
+ name = "Sören Weber"
homepage = "https://github.com/McShelby"