add default author
This commit is contained in:
parent
2e2008aec1
commit
f068c6f20b
|
@ -26,6 +26,10 @@ pygmentsCodefencesGuessSyntax = true
|
|||
# add info for crawlers
|
||||
enableRobotsTXT = true
|
||||
|
||||
# default author
|
||||
[Author]
|
||||
name = "Christoph Cullmann"
|
||||
|
||||
[outputs]
|
||||
# JSON for search
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
@ -102,7 +106,7 @@ enableRobotsTXT = true
|
|||
[[menu.main]]
|
||||
parent = "blog"
|
||||
name = "Posts"
|
||||
url = ""
|
||||
url = "post/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
|
|
Loading…
Reference in a new issue