summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
commitb62e7ccc1f021339863bb14521e99ea57127dc38 (patch)
tree6e85fc90d6f2234ff7f1e52d9a67637dddef86e0 /exampleSite/config.toml
parent3eca067b1e9761f3180068206998b35c0b193556 (diff)
downloadgohugo-theme-ed-b62e7ccc1f021339863bb14521e99ea57127dc38.tar.gz
Specify Hugo min version
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b72b5ee..5e67239 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -48,11 +48,10 @@ enableRobotsTXT = true
#
# TODO: Mention format in docs
[author]
- [author.john_doe]
- name = 'John Doe'
- email = 'john@example.com'
- github = '@john_doe'
- location = 'Kyiv, Ukraine'
+ name = 'John Doe'
+ email = 'john@example.com'
+ github = '@john_doe'
+ location = 'Kyiv, Ukraine'
[languages]
[languages.en]