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