diff --git a/config.toml b/config.toml index 071e4a2..d23b017 100644 --- a/config.toml +++ b/config.toml @@ -17,17 +17,23 @@ publishdir = "/var/www/localhost/htdocs" url = "/" [[menu.main]] weight = 2 + identifier = "Spiele" + name = "Spiele" + pre = "" + url = "/categories/spiele" +[[menu.main]] + weight = 3 identifier = "categories" name = "Categories" pre = "" url = "/categories" -[[menu.main]] - weight = 3 - identifier = "tags" - name = "Tags" - pre = "" - url = "/tags" +[[menu.misc]] + weight = 0 + identifier = "mail" + name = "Email" + pre = "" + url = "mailto:code-mails@creative-crafter.de" [[menu.misc]] weight = 0 identifier = "rss" @@ -235,6 +241,21 @@ publishdir = "/var/www/localhost/htdocs" polyfill = false objectFit = false + [params.author] + name = "matt" + email = "matt@br0tkasten.de" + link = "" + picture = "/schuessel.png" + avatar = "/schuessel.png" + +[author] + name = "matt" + email = "matt@br0tkasten.de" + link = "" + picture = "/schuessel.png" + avatar = "/schuessel.png" + + [markup] [markup.highlight] codeFences = true @@ -259,12 +280,6 @@ publishdir = "/var/www/localhost/htdocs" startLevel = 2 endLevel = 6 -[author] - name = "matt" - email = "matt@br0tkasten.de" - link = "" - picture = "/schuessel.png" - avatar = "/schuessel.png" [sitemap] changefreq = "weekly" @@ -295,4 +310,4 @@ publishdir = "/var/www/localhost/htdocs" page = ["HTML", "MarkDown"] section = ["HTML", "RSS"] taxonomy = ["HTML", "RSS"] - taxonomyTerm = ["HTML"] + #taxonomyTerm = ["HTML"]