Hexo Theme - Next
本站 Hexo 使用 NexT 主題,須注意 Github Repo 有新舊版之分,舊版已不再維護,為避免混亂以下僅提供新版連結
https://github.com/next-theme/hexo-theme-next
安裝
官方提供兩種安裝方式:
npm 下載 (建議)
npm install hexo-theme-next
Git Clone
git clone https://github.com/next-theme/hexo-theme-next themes/next
Hexo 的 _config.yml
須將 theme 切換至 next
theme: next |
NexT 設定
詳細設定內容網路上滿多,以下僅提供需特別注意的部分
- 若是用 git clone 的方式安裝,請盡量避免直接修改 themes 下的
_config.yml
。 - Hexo 本身有提供覆寫方法,可於根目錄下建立
_config.next.yml
,並將相關設定無腦複製進來再做修改。