summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:26:50 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:26:50 +0200
commit3eca067b1e9761f3180068206998b35c0b193556 (patch)
tree4e97cd82b98e97768b60071d487bc9f9503058fc /exampleSite/config.toml
parent3ba00d4b693f502ba3546103012f7b700286ff7d (diff)
downloadgohugo-theme-ed-3eca067b1e9761f3180068206998b35c0b193556.tar.gz
Try with break in range
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml10
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]