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 <ivan@rootwork.org>2021-08-29 05:49:41 +0300
committerIvan Boothe <ivan@rootwork.org>2021-08-29 05:49:41 +0300
commitcca5add4dcf8eacc4277dd153af5c556d9fd4624 (patch)
tree0ef32a223c1d16e296df7ac7900a5537eba52ff6 /README.md
parent02cd65ca5680bb1e20e2ba0d198e5e203cb17c22 (diff)
Clarifying use of usePageBundles in readme
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f96ec25..b89d61f 100644
--- a/README.md
+++ b/README.md
@@ -326,9 +326,9 @@ numberOfTagsShown = 14 # Applies for all other default & custom taxonomies. e.g
#### Organizing page resources
-By default, Hugo Clarity assumes that page resources -- images and other assets -- are stored in the `static` folder. Alternatively, you can opt-in to using [Hugo Page Bundles](https://gohugo.io/content-management/page-bundles/) by setting the `usePageBundles` option to `true`. Using this method, you keep a post's assets in the same directory as the post itself.
+By default, Hugo Clarity assumes that page resources -- images and other assets -- are stored in the `static` folder. Alternatively, you can opt-in to using [Hugo Page Bundles](https://gohugo.io/content-management/page-bundles/) by setting the `usePageBundles` option to `true` in your site parameters. Using this method, you keep a post's assets in the same directory as the post itself.
-If you have an existing site that is not using Page Bundles but would like to start with new posts, `usePageBundles` can be overridden at the post level as well. If it is not set in the page front matter, it will default to the site's configuration.
+If you have an existing site that is not using Page Bundles but would like to start with new posts, `usePageBundles` can be overridden at the post level as well in the front matter. If it is not set in the post, it will default to the site's parameter.
#### Support for modern image formats