From 3761f480d5a467837f549a130687ea09c0d011dc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 23 Apr 2023 21:51:25 -0700 Subject: [PATCH] Add exampleSite/content/layouts/cloud --- exampleSite/content/layouts/cloud/_index.md | 21 +++++++++++++++++++ exampleSite/content/layouts/cloud/apple.md | 3 +++ exampleSite/content/layouts/cloud/banana.md | 3 +++ .../content/layouts/cloud/cantaloupe.md | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 exampleSite/content/layouts/cloud/_index.md create mode 100644 exampleSite/content/layouts/cloud/apple.md create mode 100644 exampleSite/content/layouts/cloud/banana.md create mode 100644 exampleSite/content/layouts/cloud/cantaloupe.md diff --git a/exampleSite/content/layouts/cloud/_index.md b/exampleSite/content/layouts/cloud/_index.md new file mode 100644 index 00000000..c5db06e8 --- /dev/null +++ b/exampleSite/content/layouts/cloud/_index.md @@ -0,0 +1,21 @@ +--- +authors: ["will-faught"] +categories: ["layouts", "paige"] +description: "Demonstration of the Paige cloud layout." +layout: "paige/cloud" +tags: ["cloud"] +title: "Cloud Layout" +weight: 20 +--- + +Paige provides a `paige/cloud` layout for taxonomy pages with lots of terms. + + + +This page has the following parameters: + +```yaml +layout: "paige/cloud" +``` + +Result: diff --git a/exampleSite/content/layouts/cloud/apple.md b/exampleSite/content/layouts/cloud/apple.md new file mode 100644 index 00000000..49066b1f --- /dev/null +++ b/exampleSite/content/layouts/cloud/apple.md @@ -0,0 +1,3 @@ +--- +title: Apple +--- diff --git a/exampleSite/content/layouts/cloud/banana.md b/exampleSite/content/layouts/cloud/banana.md new file mode 100644 index 00000000..ae1790c0 --- /dev/null +++ b/exampleSite/content/layouts/cloud/banana.md @@ -0,0 +1,3 @@ +--- +title: Banana +--- diff --git a/exampleSite/content/layouts/cloud/cantaloupe.md b/exampleSite/content/layouts/cloud/cantaloupe.md new file mode 100644 index 00000000..f515245c --- /dev/null +++ b/exampleSite/content/layouts/cloud/cantaloupe.md @@ -0,0 +1,3 @@ +--- +title: Cantaloupe +---