From 3ba00d4b693f502ba3546103012f7b700286ff7d Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 15 May 2022 11:48:32 +0200 Subject: Rework humans.txt generation --- exampleSite/config.toml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 568e2bd..3b0953c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,14 +24,7 @@ enableRobotsTXT = true # baseName = "feed" # isPlainText = false -# Possible 'Author' formats are: -# -# [author] -# name = 'Foo Bar' -# email = 'john@example.com' -# github = '@john_doe' -# location = 'Kyiv, Ukraine' -# ========= OR =========== +# Possible 'Author' format is: # # [author] # [author.john_doe] @@ -44,23 +37,20 @@ enableRobotsTXT = true # email = 'jane@example.com' # github = '@jane_doe' # location = 'Lviv, Ukraine' +# +# TODO: Mention format in docs [author] [author.john_doe] name = 'John Doe' email = 'john@example.com' github = '@john_doe' location = 'Kyiv, Ukraine' - [author.jane_doe] - name = 'Jane Doe' - email = 'jane@example.com' - github = '@jane_doe' - location = 'Lviv, Ukraine' [languages] [languages.en] weight = 1 - # "rtl" for Right-To-Left languages - languageDirection = "ltr" + languageDirection = 'ltr' + languageName = 'English' [params] # Site author name. For multiple authors use: ['Me', 'You'] -- cgit v1.2.3