summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e2982d9..b19be14 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -135,6 +135,9 @@ disableKinds = ['RSS']
[params]
# 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.'
+ # SEO keywords. Used in 'meta name="keywords"' tag.
+ # May be overridden by page tags.
+ seoKeywords = ['hugo', 'ed', 'hugo theme', 'minimal', 'responsive', 'clean']
# Copyright string. "{year}" will be replaced by © and the current year.
copyright = 'Copyright © 2019-{year} John Doe'
# Color scheme. Options: red, orange, magenta, cyan, blue, brown
@@ -149,7 +152,7 @@ disableKinds = ['RSS']
# Order of post meta information
postMeta = ['date']
# Posts date format, for example: 2006-01-02
- dateformat = 'January 02, 2006'
+ dateformat = ':date_long'
dateFormatToc = '2006.01.02'
dateFormatFeed = '2006-01-02T15:04:05Z07:00'
dateFormatRFC822Z = '02 Jan 2006 15:04:05 UT'