issue:
$ hexo g && hexo s  | 
此时localhost中出现如下中文乱码, 英文部分正常。
��Ȼ���(depth buffer)
此时_config.yml中:
language: zh-Hans  | 
hack:
- Notepad++打开出现中文的*.md, 此时右下角为ANSI格式.
 - 格式->转为UFT-8编码格式
 - 保存
 - $ hexo clean && hexo g && hexo s
 
此时localhost中
深度缓存(depth buffer)
issue++:
- 批量转化post中的md文件
 - 自动生成UTF-8格式的md文件
 
reference:
[1]: