Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-04-09 00:13:49 +0300
committerIvan Boothe <git@rootwork.org>2022-04-09 00:13:49 +0300
commit075d4ca46ed9c07ccbb14710629f63765b41644a (patch)
tree0a2e0d79e346f08cb4efd1b695ba8ca0e4827c09
parent94ee3e2d20ee45731e58a8f5997bab22a2a51cf6 (diff)
updating docs with keyword config
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 527b23d..dfc1f57 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,7 @@ These options set global values that some pages or all pages in the site use by
| plausible_analytics | boolean | no |
| matomo_analytics | boolean | no |
| description | string | yes |
+| keywords | array of strings | yes |
| introDescription | string | yes |
| introURL | string/false | no |
| numberOfTagsShown | integer | no |
@@ -225,6 +226,7 @@ These options can be set from a page [frontmatter](https://gohugo.io/content-man
| title | string | N/A |
| date | date | N/A |
| description | string | N/A |
+| keywords | array of strings | yes |
| introDescription | string | yes |
| abstract | string | N/A |
| summary | string | N/A |
@@ -251,7 +253,6 @@ These options can be set from a page [frontmatter](https://gohugo.io/content-man
| sidebar | boolean | N/A |
| singleColumn | boolean | N/A |
| showRelatedInArticle | boolean | N/A |
-| keywords | array of strings | N/A |
### Modify Menus