问题描述
笔者在练习vimtutor时,下意识撤销键按了Ctrl-z,导致出现提示[1]-Stopped
解释
其中,Stopped 代表有进程挂起 ,[1]是id号
解决方法
可以通过Linux命令:jobs
查看挂起进程fg 1
把任务1放到前台bg 1
把任务1放到后台
tag:
缺失模块。
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