Getting Started
9 month ago

# Install

yarn add vuepress-theme-feed -D
# OR npm install vuepress-theme-feed -D
Read More...
Internationalization
9 month ago

# Theme i18n Config

support via themeConfig.locales, using the same { path: config } format.

Read More...
Tags
9 month ago

# 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
foobar Read More...
Based on VuePress