bisheng 是一个把 Markdown 转为 React 单页网站的工具,可以支持简单的 个人博客,通过插件扩展后可支持更加 复杂的网站。
现有的插件有:
- bisheng-plugin-description 用于把 Markdown 的描述部分提取出来。
- bisheng-plugin-toc 可以自动生成文章的 TOC(Table of Content)。
- bisheng-plugin-react 在 Markdown 中写 React 代码,会被转为 React Element ,像 这样(不会贴图。。)
也可以自行 开发插件。
当然,也支持 theme,然后我已经实现了一个 简单的 theme
文档不是很全,所以可能需要阅读下 已有的 theme 和插件才能完全搞懂 bisheng 怎么用。。