hexo-renderer-viz
v1.0.1
Published
A hexo renderer for graphviz.
Downloads
3
Readme
Hexo-renderer-viz
Installation
npm install hexo-renderer-viz
Usage
Insert these lines into your _config.yml
:
viz_renderer:
enable: true
src_ext: dot # default extension name of src file
Then, any files end with .dot
in @/source/
will be rendered as SVG pictures.