diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 13:26:50 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 13:26:50 +0200 |
| commit | 3eca067b1e9761f3180068206998b35c0b193556 (patch) | |
| tree | 4e97cd82b98e97768b60071d487bc9f9503058fc /exampleSite/config.toml | |
| parent | 3ba00d4b693f502ba3546103012f7b700286ff7d (diff) | |
| download | gohugo-theme-ed-3eca067b1e9761f3180068206998b35c0b193556.tar.gz | |
Try with break in range
Diffstat (limited to 'exampleSite/config.toml')
| -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] |
