以下是目前家里的网络拓扑结构图:
内网以NAS为中心:通过新路由3千兆路由器,连接了家里所有设备,在内网实现,一处存储多端查看。
外网以onedrive为中心:备份不同设备的电子书,以及博客文章,实现同一数据中心多设备网络查看。
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