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" +---