Hexo套用next theme

Hexo套用next theme

Step1:安裝NextT後, \Blog\themes下出現next資料夾

1
2
$ cd \blog
$ git clone https://github.com/iissnan/hexo-theme-next themes/next

Step2:hexo預設使用的themes是landscape,修改blog配置文件_config.yml
Step2.1:搜尋並修改 theme: next 即可啟用
Step3:主題設定有三種模式, Muse、Mist、Pisces、Gemini, 本Blog是採用Gemini
Step3.1:修改themes的配置文件_config.yml
1
scheme: Gemini

Step4:語言設置:修改blog配置文件_config.yml
1
language: zh-tw

References NexT 使用文档