1.3.2 • Published 2 years ago

vuepress-theme-qblog v1.3.2

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

vuepress-theme-qblog

介绍

  1. 这个主题的初衷是打造一个简约的、美观的个人博客
  2. 轻松构建一个静态化个人博客
  3. 多插件加持,图片懒加载、图片灯箱、评论...
  4. 简洁高效,以 Markdown 为中心的项目结构。。

快速上手

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

使用

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

演示

qblog.cc

截图

首页

文章页

发布至 Github Pages

npm run deploy