Skip to content

amit-o/vuepress-theme-blog

 
 

Repository files navigation

@vuepress/theme-blog

NPM version NPM downloads CircleCI

Status: WIP

This theme is still working in progress, here are some things we're going to do, contribution welcome!

  • Mobile dropdown menu (Replacement of nav in mobile side)
  • Enhance the final palette
  • Site Map
  • Enhance the mobile-side styles
  • Built-in RSS integration
  • Built-in site map support
  • Comment integration
  • A guide to use this blog theme
  • ... And anything that you think can be better

Can't wait to see your contribution! ❤️

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 head documentation to see the available options.
  }
}

Author

@vuepress/theme-blog © ULIVZ, Released under the MIT License.

github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz

About

Default blog theme for VuePress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.9%
  • CSS 27.3%
  • JavaScript 12.8%