Pelican 裝 ligquid tags plugin
Posted on Mon 17 October 2016 in note • Tagged with graphviz, pelican, python
為了之後要畫圖方便,加裝了 ligquid tags 的 plugin。方法很簡單只要加入 PLUGIN_PATHS
與 PLUGIN
即可。
:::python
PLUGIN_PATHS = ['../pelican-plugins']
PLUGINS = ['liquid_tags.graphviz']
之後底下的 dot 語言就可以 …
Continue reading