From db5d361b777e3669b1169dc8f7f68c89b43e0bd3 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 15 May 2022 17:12:28 +0200 Subject: Update config format --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5e67239..306b995 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -65,15 +65,15 @@ enableRobotsTXT = true # Site description. Used in meta description description = 'Ed is a Hugo theme designed for textual editors based on minimal computing principles, and focused on legibility and flexibility.' # Color scheme. Options: red, orange, magenta, cyan, blue, brown - color_scheme = '' + colorScheme = '' # Used in site header tagline = 'a Hugo theme for minimal editions' # Custom footer text footer = '' # Sections to be displayed in the main page - main_sections = ['posts', 'dramas', 'narratives', 'poems'] + mainSections = ['posts', 'dramas', 'narratives', 'poems'] # Order of post meta information - post_meta = ['date'] + postMeta = ['date'] # Posts date format, for example: 2006-01-02 dateformat = 'January 02, 2006' # Show "Read more" button in list if true -- cgit v1.2.3