Taxonomy on Hugo Relearn Theme https://mcshelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html Recent content in Taxonomy on Hugo Relearn Theme Hugo -- gohugo.io en Taxonomy https://mcshelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://mcshelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html The Relearn theme supports Hugo’s default taxonomies tag and category out of the box. Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings. ​ toml yaml json +++ categories = ['taxonomy', 'content'] tags = 'tutorial' title = 'Taxonomy' +++ --- categories: - taxonomy - content tags: tutorial title: Taxonomy --- { "categories": [ "taxonomy", "content" ], "tags": "tutorial", "title": "Taxonomy" } Behavior The tags are displayed at the top of the page in alphabetical order.