use pagebundles for new posts going forward

This commit is contained in:
John Bowdre 2021-12-20 14:52:46 -06:00
parent 44da64b0f4
commit 93d630fbe1

View file

@ -6,6 +6,7 @@ description: "WHEREIN I explore creating posts with a Hugo Archetype" # Descript
featured: false # Sets if post is a featured post, making appear on the home page side bar. featured: false # Sets if post is a featured post, making appear on the home page side bar.
draft: true # Sets whether to render this page. Draft of true will not be rendered. draft: true # Sets whether to render this page. Draft of true will not be rendered.
toc: true # Controls if a table of contents should be generated for first-level links automatically. toc: true # Controls if a table of contents should be generated for first-level links automatically.
usePageBundles: true
# menu: main # menu: main
# featureImage: "/images/posts-2021/12/file.png" # Sets featured image on blog post. # featureImage: "/images/posts-2021/12/file.png" # Sets featured image on blog post.
# featureImageAlt: 'Description of image' # Alternative text for featured image. # featureImageAlt: 'Description of image' # Alternative text for featured image.