Previously
一开始打算随便整一个博客,结果用错了方法,外加弄不清文件的结构导致了成吨的意外,现在重新弄一个。
(结果弄的时候还把站点的地址打错了,导致图片进不来)
之后会慢慢把本人在NSICTF的内容引进,以后就作为本人题解的一个集散地,同时整些花活。
人菜,勿喷
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
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