From aa6f524fa6cb5b4cee0b64d35138ac0318bf7fd8 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 May 2022 17:13:49 +0200 Subject: Provide an ability to use `keywords` meta tag --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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' -- cgit v1.2.3