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
,並將相關設定無腦複製進來再做修改。
NexT 標籤語法
Note
可直接用 Html 或是標籤撰寫文章
<div class="note default"><p>Html範例</p></div> |
Sample:
Html 範例
標籤範例
標籤範例
標籤範例
標籤範例
標籤範例
標籤範例
相關樣式可於 _config.next.yml
設定:
# Note tag (bootstrap callout) |
Label
{% label default@default標籤 %} |
Sample:
default 標籤 primary 標籤 success 標籤 info 標籤 warning 標籤 danger 標籤自訂樣式
與設定檔一樣,不建議直接修改原始檔內容,可於 _config.next.yml
啟用自訂內容
custom_file_path: |
styles.styl
:本站有特別調整的樣式內容如下
$heavy-bluegreen = #005757; |