使用 NexT theme
Hexo 預設的主題是 landscape,那來看看如何更換主題成 NexT
一、安裝 Next 套件
我們在「網站根目錄」下使用 npm 的方式來取得 NexT theme 套件
$ cd tecblog
$ npm install hexo-theme-next@latest
接著去修改你的 blog 資料夾裡的 _config.yml
將 theme 屬性值由 landscape 改成 next
這樣就可以了。
可以在本機端 http://localhost:4000 去看主題有沒有更換成功
執行如下指令
$ npx hexo s
或
$ npx hexo server
成功畫面如下
NexT 主題也有多種 scheme,來看看如何更換?
去 .\tecblog\node_modules\hexo-theme-next\_config.yml 編輯該設定檔
在 _config.yml 檔案裡找到 Scheme Settings 區段
可以發現 NexT 預設的 scheme 為 Muse,此時你可以自由替換成其他三種中的一個。
參考資料: