# Blog theme

# Sites

# 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.
  }
}