书山有路勤为径,学海无涯苦作舟

0%

hexo 配置 图表

hexo 配置 图表

hexo 配置之图表

mermaid

https://github.com/webappdevelp/hexo-filter-mermaid-diagrams

安装模块

1
$ npm install hexo-filter-mermaid-diagrams --save

主题 _config.yml

1
2
3
4
5
# Mermaid tag
mermaid:
enable: true
# Available themes: default | dark | forest | neutral
theme: forest

sequence

https://github.com/bubkoo/hexo-filter-sequence

安装模块

1
$ npm install --save hexo-filter-sequence

flowchart

https://github.com/bubkoo/hexo-filter-flowchart

安装模块

1
$ npm install --save hexo-filter-flowchart