写在前面
其实war3重置版内使用的字体已经算是比较美观的了,比老版war3舒服不少,主要是老版war3字体太细的问题。
如果你觉得现在重置版的字体仍然不好看(比如我还是喜欢粗的字体,现在的字体仍然太细),这里提供最新的改字体方法。(感谢贴吧多位水友提供的修改教程,我在这里做个汇总)
            缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
 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