diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3b0953c..b72b5ee 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,15 @@ enableRobotsTXT = true # baseName = "feed" # isPlainText = false -# Possible 'Author' format is: +# Possible 'Author' formats are: +# +# [author] +# name = 'John Doe' +# email = 'john@example.com' +# github = '@john_doe' +# location = 'Kyiv, Ukraine' +# +# OR # # [author] # [author.john_doe] |
