From 93d630fbe11d7cb185a716295920c3d7a051d15f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 20 Dec 2021 14:52:46 -0600 Subject: [PATCH] use pagebundles for new posts going forward --- archetypes/posts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/archetypes/posts.md b/archetypes/posts.md index 4e6bd3a..80dde7e 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -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. 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. +usePageBundles: true # menu: main # featureImage: "/images/posts-2021/12/file.png" # Sets featured image on blog post. # featureImageAlt: 'Description of image' # Alternative text for featured image.