Configuration update
This commit is contained in:
parent
c4f23c1529
commit
f8532946be
1 changed files with 12 additions and 1 deletions
13
config.toml
13
config.toml
|
@ -19,7 +19,7 @@ enableRobotsTXT = true
|
|||
[permalinks]
|
||||
blog = "/:year/:month/:title/"
|
||||
post = "/:year/:month/:title/"
|
||||
categories = "/category/:slug/"
|
||||
categories = "/categories/:slug/"
|
||||
tag = "/tag/:slug/"
|
||||
|
||||
[menu]
|
||||
|
@ -40,6 +40,17 @@ enableRobotsTXT = true
|
|||
weight = 3
|
||||
url = "/projects/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Categories"
|
||||
weight = 4
|
||||
url = "/categories/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
weight = 5
|
||||
url = "/tags/"
|
||||
|
||||
|
||||
[params]
|
||||
favicon = ""
|
||||
site_logo = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue