# Tags

# Theme Config

Specify themeConfig.tags as dir name

# Folder Structure

If themeConfig.tags is tags, build the folder structure

docs
├── tags
│   └── README.md
└── zh
    └── tags
        └── README.md

specify feed: true in README.md

---
feed: true
---

# Page Config

To use it, specify tags in your page. Then it well rendered after the content section.

---
tags:
  - foo
  - bar
---

Tags

foobar