From e4a8a804aa5353bcaa4403da291e02bd9fcd22db Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 13:48:40 +0200 Subject: initial version --- hugo.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..0333872 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,31 @@ +baseURL = 'http://fredowski.duckdns.org' +defaultContentLanguage = 'de' +title = 'SillaB' +theme = 'fredo' + +[menus] + [[menus.main]] + name = 'Home' + pageRef = '/' + weight = 10 + [[menus.main]] + name = 'ShadesOfBlue' + pageRef = '/posts/shadesofblue' + weight = 20 + [[menus.main]] + name = 'Hawaiians' + pageRef = '/posts/hawaiians' + weight = 30 + [[menus.main]] + name = 'SnoopAndTheGang' + pageRef = '/posts/snoopandthegang' + weight = 30 + [[menus.main]] + name = 'About Me' + pageRef = '/about' + weight = 40 + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3