From a04cccada80879cd00343df4b576462e6704a637 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 25 Feb 2023 16:05:14 -0800 Subject: [PATCH] Add description for content, layouts, shortcodes sections --- exampleSite/content/content/_index.md | 1 + exampleSite/content/layouts/_index.md | 4 ++++ exampleSite/content/shortcodes/_index.md | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 exampleSite/content/layouts/_index.md create mode 100644 exampleSite/content/shortcodes/_index.md diff --git a/exampleSite/content/content/_index.md b/exampleSite/content/content/_index.md index 3c4aaf20..f291556f 100644 --- a/exampleSite/content/content/_index.md +++ b/exampleSite/content/content/_index.md @@ -1,3 +1,4 @@ --- +description: "Demonstrations of Paige content." title: "Content" --- diff --git a/exampleSite/content/layouts/_index.md b/exampleSite/content/layouts/_index.md new file mode 100644 index 00000000..2a83898e --- /dev/null +++ b/exampleSite/content/layouts/_index.md @@ -0,0 +1,4 @@ +--- +description: "Demonstrations of Paige layouts." +title: "Layouts" +--- diff --git a/exampleSite/content/shortcodes/_index.md b/exampleSite/content/shortcodes/_index.md new file mode 100644 index 00000000..f1a6a44b --- /dev/null +++ b/exampleSite/content/shortcodes/_index.md @@ -0,0 +1,4 @@ +--- +description: "Demonstrations of Paige shortcodes." +title: "Shortcodes" +---