1.1.0 β€’ Published 4 years ago

vuepress-theme-simple-blog v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vuepress-theme-simple-blog

πŸ”₯ Demo: https://blog.gplane.win/

πŸ“˜ Introduction

This is a VuePress theme which is forked from vuepress-theme-simple, but this fork provides better support for @vuepress/plugin-blog.

πŸ’Ώ Installation

Using npm:

$ npm i -D vuepress-theme-simple-blog

Using Yarn:

$ yarn add --dev vuepress-theme-simple-blog

Then, edit your .vuepress/config.js:

module.exports = {
  theme: 'simple-blog',
}

It's recommended to install @vuepress/plugin-blog.

πŸ”§ Configuration

module.exports = {
  theme: 'simple-blog',
  themeConfig: {
    author: 'your name', // This will be displayed at header and footer.
    navbar: { // This will be displayed at header.
      'link text': 'link url',
      // can be more...
    },
    copyrightText: '',  // Empty by default. This text will be displayed at footer.
    year: '2019', // Current year by default. This text will be displayed at footer.
    noticeOf404: 'θΏ”ε›žι¦–ι‘΅', // This is default value. This will be displayed at 404 page.
    disqus: 'shortname', // If it's empty, disqus will be disabled. If you want to enable, just provide your "shortname" of Disqus.
  },
}

✨ Differences with vuepress-theme-simple

  • Better support for @vuepress/plugin-blog.
  • Support tags.
  • Support pagination for posts list.
  • Improved 404 page, and it's customizable.
  • Customizable footer text.
  • Navigation bar supports VueRouter's <router-link> component.
  • Out-of-the-box Disqus support.

πŸ“ƒ License

MIT License

2019-present (c) originally by viko16, forked and modified by Pig Fang.

1.1.0

4 years ago

1.0.0

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago