安装jdk
参考这里
安装tomcat
- 下载
1 | wget https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-9/v9.0.31/bin/apache-tomcat-9.0.31.tar.gz |
- 解压
1 | tar -zxvf apache-tomcat-9.0.31.tar.gz -C /usr/local |
- 启动
1 | cd /usr/local/xxx |
不卑不亢,不骄不躁
缺失模块。
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