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 <git@rootwork.org>2022-05-17 00:58:38 +0300
committerIvan Boothe <git@rootwork.org>2022-05-17 00:58:38 +0300
commitd09449bf63f9109c287d8fcd13bdabc87f3ae234 (patch)
treef5d508e69453069e924a5ab06b7707c68ffb3783
parent26c9497e1f906afaba917e5ebbc8e8c3693f6279 (diff)
Adding a summary field to the example page bundle post
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--exampleSite/content/post/bundle/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/content/post/bundle/index.md b/exampleSite/content/post/bundle/index.md
index 69ba5a4..6b1ab1a 100644
--- a/exampleSite/content/post/bundle/index.md
+++ b/exampleSite/content/post/bundle/index.md
@@ -1,6 +1,7 @@
---
title: 'Using Hugo page bundles'
description: 'Page bundles are an optional way to organize content within Hugo.'
+summary: "Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with `usePageBundles` in your site configuration --- or in a page's front matter." # For the post in lists.
date: '2022-03-24'
aliases:
- hugo-page-bundles