刚装好的虚拟机,还是官方镜像,发现系统连不上网络,也没有网络的标志。
参考这篇博客的第2步,一下子就解决了。
将丢掉的wire设置以及图标找回来:
1 | sudo service network-manager stop |
之前用 VMWare 装的 Ubuntu 18 没有出现这个问题,20 这个镜像出现了。
缺失模块。
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