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.