起初,创设这个博客是为了数学的每日一题,后来因为各种原因搁置了。现在也已经没有当初坚持走数学方向的那份定力,准备往CV方向走一走看。
但既然决定了捡回博客,就重新开设一个数学趣题的版块,不定期的写一些自己无意中看到的,别人问我的,或者是兴致上来了自拟的题目。
阅读更多 >>
缺失模块。
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