0.1.6 • Published 5 years ago

vuepress-theme-fishingkm v0.1.6

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

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/'
  }
}