diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 17:13:49 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 17:13:49 +0200 |
| commit | aa6f524fa6cb5b4cee0b64d35138ac0318bf7fd8 (patch) | |
| tree | 497a11cb14b34763d1e8331999abb4f35d8a4548 /exampleSite | |
| parent | 7a76469d3a001aa63289f9698ffc784a4c1926ed (diff) | |
| download | gohugo-theme-ed-aa6f524fa6cb5b4cee0b64d35138ac0318bf7fd8.tar.gz | |
Provide an ability to use `keywords` meta tag
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 5 |
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' |
