sublime text 使用上遇到的问题
sublime text安装了很长时间,用了一段时间后好像被自己弄坏了,一直没用,现在重新安装之后,简单配置了一下,在这里记录下来遇到的问题
1、使用 [control+b] 快捷键时报错,无法显示运行结果
右下角能看见选择了python*,内容就是打印 *hello world ,复制第一行报错上网查找,马上就找到了原因。
!!!!!!!! 文件未保存 !!!!!!!!!!
保存文件后执行,运行正常。
whim,eternal love for Charon
缺失模块。
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