Configuration update

This commit is contained in:
Luca Beltrame 2020-12-28 21:27:26 +01:00
parent c4f23c1529
commit f8532946be
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -19,7 +19,7 @@ enableRobotsTXT = true
[permalinks] [permalinks]
blog = "/:year/:month/:title/" blog = "/:year/:month/:title/"
post = "/:year/:month/:title/" post = "/:year/:month/:title/"
categories = "/category/:slug/" categories = "/categories/:slug/"
tag = "/tag/:slug/" tag = "/tag/:slug/"
[menu] [menu]
@ -40,6 +40,17 @@ enableRobotsTXT = true
weight = 3 weight = 3
url = "/projects/" url = "/projects/"
[[menu.main]]
name = "Categories"
weight = 4
url = "/categories/"
[[menu.main]]
name = "Tags"
weight = 5
url = "/tags/"
[params] [params]
favicon = "" favicon = ""
site_logo = "" site_logo = ""