diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..336bd30 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "www-hahmann-trier-de/themes/LoveIt"] + path = www-hahmann-trier-de/themes/LoveIt + url = https://github.com/dillonzq/LoveIt.git diff --git a/www-hahmann-trier-de/.hugo_build.lock b/www-hahmann-trier-de/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/www-hahmann-trier-de/hugo.toml b/www-hahmann-trier-de/hugo.toml index 7e568b8..8e09f6a 100644 --- a/www-hahmann-trier-de/hugo.toml +++ b/www-hahmann-trier-de/hugo.toml @@ -1,3 +1,97 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = "http://example.org/" + + + +# Change the default theme to be use when building the site with Hugo + +theme = "LoveIt" + + + +# website title + +title = "My New Hugo Site" + + + +# language code ["en", "zh-CN", "fr", "pl", ...] + +languageCode = "en" + +# language name ["English", "简体中文", "Français", "Polski", ...] + +languageName = "English" + + + +# Menu config + +[menu] + + [[menu.main]] + + weight = 1 + + identifier = "posts" + + # you can add extra information before the name (HTML format is supported), such as icons + + pre = "" + + # you can add extra information after the name (HTML format is supported), such as icons + + post = "" + + name = "Posts" + + url = "/posts/" + + # title will be shown when you hover on this menu link + + title = "" + + [[menu.main]] + + weight = 2 + + identifier = "tags" + + pre = "" + + post = "" + + name = "Tags" + + url = "/tags/" + + title = "" + + [[menu.main]] + + weight = 3 + + identifier = "categories" + + pre = "" + + post = "" + + name = "Categories" + + url = "/categories/" + + title = "" + + + +# Markup related configuration in Hugo + +[markup] + + # Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting) + + [markup.highlight] + + # false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158) + + noClasses = false \ No newline at end of file diff --git a/www-hahmann-trier-de/public/404.html b/www-hahmann-trier-de/public/404.html new file mode 100644 index 0000000..bf708d5 --- /dev/null +++ b/www-hahmann-trier-de/public/404.html @@ -0,0 +1,75 @@ + + +
+ + + +