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]
|
[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 = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue