vuepress-theme-quiet

0.1.4 • Public • Published

vuepress-theme-quiet

NPM

a vuepress blog theme, makes you feel quiet.

preview

[https://vuepress-theme-quiet.surge.sh/]

Install

$ npm install -D vuepress-theme-quiet
OR yarn add vuepress-theme-quiet

Usage

{
  // use theme
  theme: 'vuepress-theme-quiet',

  // config theme
  themeConfig: {
    nav: [
      { text: 'Home', link: '/' },
      { text: 'Tag', link: '/tag' },
      { text: 'Archive', link: '/archives' },
      { text: 'About', link: '/about' },
      {
        text: '🔥 Github',
        link: 'https://github.com/FrankFan/vuepress-theme-quiet',
      },
    ],
    copyright: `© vuepress-theme-quiet ${new Date().getFullYear()} ❤️🧡💚💛💜💙`,
    additionalPages: [
      {
        path: '/about/',
        filePath: path.resolve(__dirname, '../about/README.md'),
        frontmatter: {
          layout: 'Post',
        },
      },
    ],
  },
}

Package Sidebar

Install

npm i vuepress-theme-quiet

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

32.1 kB

Total Files

23

Last publish

Collaborators

  • fanyong