VuePress
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

    • Local Development
    • Design Concepts
    • FAQ
    • Glossary
  • Resources

    • 0.x Docs (opens new window)
    • Migrate from 0.x
    • Changelog (opens new window)
  • English
  • 简体中文
GitHub (opens new window)
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

    • Local Development
    • Design Concepts
    • FAQ
    • Glossary
  • Resources

    • 0.x Docs (opens new window)
    • Migrate from 0.x
    • Changelog (opens new window)
  • English
  • 简体中文
GitHub (opens new window)
  • Theme

    • Introduction
    • Using a theme
    • Writing a theme
    • Theme Configuration
    • Default Theme Config
    • Blog theme
      • Sites
      • Install
      • Usage
    • Theme Inheritance

# 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.
  }
}
Edit this page on GitHub (opens new window)
Last Updated: 4/27/2021, 11:19:57 PM

← Default Theme Config Theme Inheritance →