Skip to content

z3by/vuepress-theme-modern-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuepress-theme-modern-blog

NPM version NPM downloads

Screen Shot

Sites

Install

yarn add vuepress-theme-modern-blog -D
# OR npm install vuepress-theme-modern-blog -D

Usage

// .vuepress/config.js
module.exports = {
  theme: 'modern-blog',
  themeConfig: {
    // for the full list of options read more in [Docs](./docs/theme-config.md)
  }
}

Contributing

  1. Clone this repository.
  2. Navigate to the cloned repository cd vuepress-theme-modern-blog
  3. Run yarn && yarn dev # Or npm install && npm run dev
  4. Create a new feature.
  5. Submit a Pull Request.