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-28 03:07:09 +0300
committerIvan Boothe <ivan@rootwork.org>2021-08-29 04:13:29 +0300
commit6f7190c25222b9298bbe5fa05d935d5709dee00a (patch)
tree63ad2558f156560ddfe37ffcc910d416e34e6390 /archetypes
parent7c5e9446e401634f0717d81637feeaf7306418c0 (diff)
Aligning post archetype and the one in exampleSite
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/post.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
index d44bd33..d43bcaf 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -6,6 +6,7 @@ featured: true # Sets if post is a featured post, making it appear on the sideba
draft: true # Sets whether to render this page. Draft of true will not be rendered.
toc: false # Controls if a table of contents should be generated for first-level links automatically.
# menu: main
+usePageBundles: false # Set to true to group assets like images in the same folder as this post.
featureImage: "/images/path/file.jpg" # Sets featured image on blog post.
featureImageAlt: 'Description of image' # Alternative text for featured image.
featureImageCap: 'This is the featured image.' # Caption (optional).