diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 17:12:28 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-15 17:12:28 +0200 |
| commit | db5d361b777e3669b1169dc8f7f68c89b43e0bd3 (patch) | |
| tree | 2b25cfa1fae2e296369181a1d82d6351e6cd3c64 /exampleSite | |
| parent | 19c9544e1db6512fbf2dab975f7ec96983854875 (diff) | |
| download | gohugo-theme-ed-db5d361b777e3669b1169dc8f7f68c89b43e0bd3.tar.gz | |
Update config format
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
