Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 2.24 KB

README.zh-CN.md

File metadata and controls

48 lines (33 loc) · 2.24 KB

@vuepress/plugin-blog

VuePress 的官方博客插件。

特性

  • 分类器: 强大的分类系统可让你快速对帖子进行分类。
  • 分页: 分页贯穿整个插件,它从未如此简单。
  • 客户端 API:简单的客户端 API 使你可以更轻松地编写博客主题。

安装

我们强烈建议你在使用此插件之前阅读 Getting Started 部分。

yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog

使用

module.exports = {
  plugins: ['@vuepress/blog']
};

请转到 文档 查看所有可用选项。

正在使用 @vuepress/plugin-blog 的项目

随时在这里添加你的主题...

作者

@vuepress/theme-blog © ULIVZ, 在 MIT 许可证下发布。

github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz