# Blog theme
# Sites
- Documentation (opens new window)
- Live Example (opens new window)
- Live Example - ULIVZ’s space (opens new window)
- Live Example - Billyyyyy3320’s space (opens new window)
# Install
yarn add @vuepress/theme-blog -D
# OR npm install @vuepress/theme-blog -D
# Usage
// .vuepress/config.js
module.exports = {
theme: '@vuepress/blog',
themeConfig: {
// Please read documentation to see the available options.
}
}