VuePress VuePress
⌘ K
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

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

    • Migrate from 0.x
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

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

    • Migrate from 0.x
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
  • 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
Last Updated:  3/8/2023, 3:50:12 AM
← Default Theme Config
/theme/default-theme-config.html
Theme Inheritance →
/theme/inheritance.html
ON THIS PAGE
Sites
Install
Usage