From 212e92bb831e2e0a7a8eb2da6fb47deb8eae83cf Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 23 Jan 2022 09:57:03 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20some=20taxonomy=20content?= =?UTF-8?q?=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/tags/_index.md | 9 +++++++++ exampleSite/content/tags/advanced/_index.md | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 exampleSite/content/tags/_index.md create mode 100644 exampleSite/content/tags/advanced/_index.md diff --git a/exampleSite/content/tags/_index.md b/exampleSite/content/tags/_index.md new file mode 100644 index 00000000..54090f33 --- /dev/null +++ b/exampleSite/content/tags/_index.md @@ -0,0 +1,9 @@ +--- +title: Tags +--- + +Congo has full support for Hugo taxonomies and will adapt to any taxonomy set up. Taxonomy listings like this one also support custom content to be displayed above the list of terms. + +This area could be used to add some extra decriptive text to each taxonomy. Check out the [advanced tag]({{< ref "advanced" >}}) below to see how to take this concept even further. + +--- diff --git a/exampleSite/content/tags/advanced/_index.md b/exampleSite/content/tags/advanced/_index.md new file mode 100644 index 00000000..2ade4bcb --- /dev/null +++ b/exampleSite/content/tags/advanced/_index.md @@ -0,0 +1,7 @@ +--- +title: advanced +--- + +This is the advanced tag. Just like other listing pages in Congo, you can add custom content to individual taxonomy terms and it will be displayed at the top of the term listing. :rocket: + +You can also use these content pages to define Hugo metadata like titles and descriptions that will be used for SEO and other purposes.