本地預(yù)覽時(shí)報(bào)錯(cuò)
INFO Start processing
ERROR Theme config load failed.
ERROR Process failed: _config.yml
......
是由于主題配置文件 _config.yml中:
1.修改配置時(shí),某個(gè)關(guān)鍵字忘了刪去注釋;
如友情鏈接中的social(致命!曾為了它找了一個(gè)多小時(shí)的錯(cuò))
#social:?
? GitHub: https://github.com/yourname || github
應(yīng)改為:
social:?
? GitHub: https://github.com/yourname || github
2.修改配置時(shí),多刪去了注釋
如設(shè)定主題
# Schemes
#scheme: Muse
#scheme: Mist
scheme: Pisces
scheme: Gemini
應(yīng)改為:
# Schemes
#scheme: Muse
#scheme: Mist
scheme: Pisces
#scheme: Gemini