add default author

This commit is contained in:
Christoph Cullmann 2019-08-04 15:42:53 +02:00
parent 2e2008aec1
commit f068c6f20b

View file

@ -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]]