Windows使用diskpart下清理磁盘,格式话
使用一些工具格式化磁盘,可能不会很干净,使用Window自带的diskpart工具。
1、cmd 进入命令行窗口
2、diskpart 注意需要使用管理员用户
3、list disk 查看磁盘编号

4、select disk 1 选择磁盘编号
5、clean 清理磁盘
进入设备管理器 新建逻辑卷后格式化

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