diff options
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 |
