ink-zone / fexo

A minimalist design theme for hexo.
https://forsigner.github.io
MIT License
1.09k stars 208 forks source link

Support user config by using data files 通过使用Hexo3的特性Data Files支持本地修改主题的配置 #157

Closed dalecgu closed 5 years ago

dalecgu commented 5 years ago

It will be great to support user config by using Hexo 3 feature -- data files. Benefits and how-to can refer to iissnan/hexo-theme-next#328.

Notice

If source/_data/fexo.yml is provided, config in theme/fexo/_config.yml will be overrided.


使用Hexo 3的Data Files特性可以更好地支持用户配置。 这种方法的好处和用法可以参考iissnan/hexo-theme-next#328

注意

如果source/_data/fexo.yml文件存在,theme/fexo/_config.yml文件里的配置会被覆盖。