vuepress-theme-fishingkm

0.1.6 • Public • Published

vuepress-theme-fishingkm

Тема для VuePress с поддержкой блогов.

Проект в стадии разработки

Многое еще находится в разработке и не готово к использованию в производстве.

Установка

  • yarn install vuepress-theme-fishingkm или npm install vuepress-theme-fishingkm --save
  • Внутри существующего проекта VuePress создайте (если нет) config.js в папке .vuepress.
  • Укажите theme: 'fishingkm'
module.exports = {
  // The theme uses `title` and `description`
  title: 'Мой блог',
  description: 'Мой vuepress блог',
  theme: 'fishingkm'

  themeConfig: {
    // Author specific metadata. Used for homepage bio.
    author: {
      name: 'Иван Иванов',
    // defaults to '/posts/' if postDir isn't provided.
    postDir: '/posts/'
  }
}

Package Sidebar

Install

npm i vuepress-theme-fishingkm

Weekly Downloads

1

Version

0.1.6

License

MIT

Unpacked Size

183 kB

Total Files

27

Last publish

Collaborators

  • fotonics