1 起因
起因是,我想要给我的博客加上plantUML渲染支持,因为很多时候图表比纯文字直观很多
但是比较麻烦的是,我通常使用jetbrains idea作为编辑器书写博客,而使用hexo做渲染
有必要找一些(若无,则做一些)新的工具链
2.1 hexo端
哇,竟然已经有带善人做了相应的hexo插件诶
那嫖来用一下就好了……好吧,其实不太行
存在 然后 获取些许意义吧
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true


