Sha256: 72775220bec807bee4467af678d2fd85fe98949d551de63a9c7d58d1a92ad93a

Contents?: true

Size: 714 Bytes

Versions: 5

Compression:

Stored size: 714 Bytes

Contents

---
date: 2018-11-29T08:41:44+01:00
title: Tags
weight: 40
tags: ["documentation", "tutorial"]
---

*Learn theme* support one default taxonomy of gohugo: the *tag* feature.

## Configuration 

Just add tags to any page: 

```markdown
---
date: 2018-11-29T08:41:44+01:00
title: Theme tutorial
weight: 15
tags: ["tutorial", "theme"] 
---
```

## Behavior


The tags are displayed at the top of the page, in their insertion order.

Each tag is a link to a *Taxonomy* page displaying all the articles with the given tag. 

## List all the tags

In the `config.toml`  file you can add a shortcut to display all the tags

```toml
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 30
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbcli-0.3.3 docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md
rbcli-0.3.2 docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md
rbcli-0.3.1 docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md
rbcli-0.3.0 docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md
rbcli-0.2.12 docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md