Life is but a dream.
打开终端,输入ls -al ~/.ssh
查看本机是否已经存在SSH Key。-rw------- 1 root staff 1679 3 4 13:51 id_rsa
-rw-r--r-- 1 root staff 406 3 4 13:51 id_rsa.pub
若存在上述两个文件,说明本机已经有SSH Key,直接进入Step 3.
一般Key的文件命名为:id_dsa.pub
id_ecdsa.pub
id_ed25519.pub
id_rsa.pub
more >>
缺失模块。
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