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