diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index ba8981a..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/ananke"] - path = themes/ananke - url = https://github.com/theNewDynamic/gohugo-theme-ananke diff --git a/config.toml b/config.toml index 1296377..765492d 100644 --- a/config.toml +++ b/config.toml @@ -5,26 +5,19 @@ theme = "hugo-theme-flat" # themeDir = '../..' defaultContentLanguage = "de" relativeURLs = true -style = "pink" +style = "green" + + +[params] +mainSections = ["."] -# Hauptmenue [[menus.main]] -name = "Hallo beim c3RE" -url = "/hallo" -weight = 30 -[[menus.main]] -parent = "Hallo beim c3RE" name = "Philosophie" url = "/unsere-philosophie" [[menus.main]] -parent = "Hallo beim c3RE" name = "Codeweek" url = "/codeweek" -[[menus.main]] -name = "Über uns" -url = "/about/" -weight = 50 diff --git a/themes/ananke b/themes/ananke deleted file mode 160000 index a1a99cf..0000000 --- a/themes/ananke +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a1a99cf12681ad95b006e648a28139e6b9b75f09 diff --git a/themes/hugo-theme-flat/layouts/_default/baseof.html b/themes/hugo-theme-flat/layouts/_default/baseof.html index 563e273..dab333f 100644 --- a/themes/hugo-theme-flat/layouts/_default/baseof.html +++ b/themes/hugo-theme-flat/layouts/_default/baseof.html @@ -11,11 +11,12 @@ {{ block "main" . }}{{ end }}