From 3eca067b1e9761f3180068206998b35c0b193556 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 15 May 2022 13:26:50 +0200 Subject: Try with break in range --- exampleSite/config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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] -- cgit v1.2.3