mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
🔖 2.2.5發佈
更新内容請看 https://github.com/jerryc127/hexo-theme-butterfly/releases
This commit is contained in:
28
_config.yml
28
_config.yml
@@ -49,12 +49,12 @@ copy:
|
||||
|
||||
# social settings
|
||||
# formal:
|
||||
# icon: link
|
||||
# icon: link || the description
|
||||
# ---------------
|
||||
social:
|
||||
fa fa-github: https://github.com/jerryc127
|
||||
fa fa-envelope: mailto:xxxxxxxx@gmail.com
|
||||
fa fa-rss: /atom.xml
|
||||
fa fa-github: https://github.com/jerryc127 || Github
|
||||
fa fa-envelope: mailto:xxxxxxx@gmail.com || Email
|
||||
fa fa-rss: /atom.xml || RSS
|
||||
|
||||
#### search ####
|
||||
# Algolia search
|
||||
@@ -70,7 +70,7 @@ algolia_search:
|
||||
hits_stats: "${hits} results found in ${time} ms"
|
||||
|
||||
# Local search
|
||||
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#本地搜索
|
||||
# Please see doc for more details: https://docs.jerryc.me/config.html#本地搜索
|
||||
# ---------------
|
||||
local_search:
|
||||
enable: false
|
||||
@@ -79,7 +79,7 @@ local_search:
|
||||
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
|
||||
|
||||
# MathJax
|
||||
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#MathJax
|
||||
# Please see doc for more details: https://docs.jerryc.me/config.html#mathjax
|
||||
# ---------------
|
||||
mathjax:
|
||||
enable: false
|
||||
@@ -168,9 +168,12 @@ post_meta:
|
||||
categories: true # true or false 文章頁是否顯示分類
|
||||
tags: true # true or false 文章頁是否顯示標籤
|
||||
|
||||
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#字數統計
|
||||
# Please see doc for more details: https://docs.jerryc.me/config.html#字數統計
|
||||
wordcount:
|
||||
enable: false
|
||||
post_wordcount: true
|
||||
min2read: true
|
||||
total_wordcount: true
|
||||
|
||||
toc:
|
||||
enable: true
|
||||
@@ -313,6 +316,13 @@ google_adsense:
|
||||
client:
|
||||
enable_page_level_ads: true
|
||||
|
||||
# 廣告插入位置
|
||||
# 適用於開啓手動廣告的配置
|
||||
# ad:
|
||||
# index:
|
||||
# aside:
|
||||
# post:
|
||||
|
||||
#### 站長驗證 ####
|
||||
# Google Webmaster tools verification setting
|
||||
# See: https://www.google.com/webmasters/
|
||||
@@ -347,6 +357,10 @@ related_post:
|
||||
limit: 6 # 顯示推薦文章數目
|
||||
date_type: created # or created or updated 文章日期顯示創建日或者更新日
|
||||
|
||||
# figcaption
|
||||
# 圖片描述文字
|
||||
photofigcaption: false
|
||||
|
||||
#### 美化/效果 ####
|
||||
#--------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user