<description>The Relearn theme supports Hugo&rsquo;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.
&#8203; toml yaml json +++ categories = [&#39;taxonomy&#39;, &#39;content&#39;] tags = &#39;tutorial&#39; title = &#39;Taxonomy&#39; +++ --- categories: - taxonomy - content tags: tutorial title: Taxonomy --- { &#34;categories&#34;: [ &#34;taxonomy&#34;, &#34;content&#34; ], &#34;tags&#34;: &#34;tutorial&#34;, &#34;title&#34;: &#34;Taxonomy&#34; } Behavior The tags are displayed at the top of the page in alphabetical order.</description>