vuepress博客主题——vuepress-theme-maker

VuePress是近两年出来的静态站点生成器,和hexo、hugo相比,博客主题相对比较少,默认的主题更倾向文档站点,你可能没有寻觅到适合的博客主题,maker主题基于官方blog插件,提供了许多常用的博客功能,加上简约风的界面,旨在给那些希望用vuepress搭建博客的使用者多一个选择。

Intro

A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress 博客主题.

Features

  • Build with Vue.js
  • 在VuePress默认主题基础之上修改,保留了内置搜索,tag分类等绝大多数特性
  • 基于官方博客插件@vuepress/plugin-blog制作
  • 扩展了Markdown语法,支持footnote mark abbr task-lists, Demo Code
  • 支持文章评论
  • 文章打赏模块
  • 内置友情链接页
  • 文章阅读时长估算
  • rss订阅及sitemap
  • 访客自定义主题
  • PWA支持
  • seo配置
  • 代码复制
  • 暗黑模式
  • 响应式主题

Install

npm i vuepress-theme-maker -D
# OR yarn add vuepress-theme-maker -D

Usage

// .vuepress/config.js
module.exports = {
  theme: 'vuepress-theme-maker',
  themeConfig: {
    // Please head documentation to see the available options.
  }
}

For more details, see Theme Doc

Demo

80shuo.com

Screenshot

vuepress博客主题——vuepress-theme-maker_第1张图片

vuepress博客主题——vuepress-theme-maker_第2张图片

vuepress博客主题——vuepress-theme-maker_第3张图片

license

MIT

你可能感兴趣的:(vuepress博客主题——vuepress-theme-maker)