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:
authorweru <fromweru@gmail.com>2021-12-05 20:28:23 +0300
committerweru <fromweru@gmail.com>2021-12-05 20:28:23 +0300
commitd5800ff7cb4f8581affb055e0775def7e1070fec (patch)
tree281450051b9248a636c2c1f0a03867eb3908d753 /README.md
parente4bad6e1fcbc97195e46c111391d268635b824ce (diff)
enable overrides #179
Signed-off-by: weru <fromweru@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c300d8..5e08f1f 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,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 |
-| introDescription | string | no |
+| introDescription | string | yes |
| introURL | string/false | no |
| numberOfTagsShown | integer | no |
| usePageBundles | boolean | yes |
@@ -220,6 +220,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 |
+| introDescription | string | yes |
| abstract | string | N/A |
| summary | string | N/A |
| draft | boolean | N/A |