You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hexo-theme-butterfly/_config.yml

409 lines
9.1 KiB
YAML

5 years ago
# Theme color for customize
# Notice: color value must in double quotes like "#000" or may cause error!
# ---------------
# theme_color:
# enable: true
5 years ago
# main: "#7A7FF1"
# paginator: "#7A7FF1"
5 years ago
# button_hover: "#FF7242"
5 years ago
# text_selection: "#69c46d"
5 years ago
# link_color: "#858585"
# hr_color: "#A4D8FA"
5 years ago
# read-mode-bg_color: '#FAF9DE'
5 years ago
# Main menu navigation
5 years ago
# format: xxx: /xxx/||icon
# ---------------
5 years ago
menu:
5 years ago
Home: /||fa fa-home
Archives: /archives/||fa fa-archive
Tags: /tags/||fa fa-tags
Categories: /categories/||fa fa-folder-open
Link: /link/||fa fa-link
About: /about/||fa fa-heart
# #XXX: /xxx
5 years ago
# Favicon
# ---------------
favicon: /img/favicon.ico
5 years ago
# PWA
# See https://github.com/JLHwung/hexo-offline
# ---------------
5 years ago
# pwa:
# enable: true
# manifest: /img/pwa/manifest.json
# theme_color: "#fff"
# apple_touch_icon: /img/pwa/apple-touch-icon.png
# favicon_32_32: /img/pwa/32.png
# favicon_16_16: /img/pwa/16.png
# mask_icon: /img/pwa/safari-pinned-tab.svg
# shortcut_icon: /img/favicon.ico
5 years ago
# Highlight theme
# ---------------
5 years ago
highlight_theme: light
highlight_copy: true
5 years ago
5 years ago
code_word_wrap: false
5 years ago
# Nav settings
5 years ago
# formal:
# icon: link
5 years ago
# ---------------
5 years ago
social:
fa fa-github: https://github.com/jerryc127
fa fa-rss: /atom.xml
5 years ago
# Algolia search
# ---------------
algolia_search:
enable: false
5 years ago
hits:
5 years ago
per_page: 6
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
hits_stats: "${hits} results found in ${time} ms"
5 years ago
# Local search
5 years ago
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#本地搜索
5 years ago
# ---------------
local_search:
enable: false
5 years ago
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
5 years ago
# MathJax
5 years ago
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#MathJax
5 years ago
# ---------------
mathjax:
enable: false
cdn: https://cdn.jsdelivr.net/npm/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# KaTeX
# ---------------
katex:
enable: false
cdn:
5 years ago
css: https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css
5 years ago
hide_scrollbar: true
5 years ago
5 years ago
# Analysis
# ---------------
5 years ago
# baidu_analytics:
5 years ago
5 years ago
#Google Analytics
5 years ago
google_analytics:
5 years ago
5 years ago
# stylesheets loaded in the <head>
# ---------------
stylesheets:
- /css/index.css
5 years ago
# scripts loaded in the end of the body
# ---------------
5 years ago
scripts:
- /js/utils.js
5 years ago
- /js/main.js
# cdn for third-party library
# ---------------
5 years ago
cdn:
css:
fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
5 years ago
# fontawesomeV5: https://use.fontawesome.com/releases/v5.8.1/css/all.css
googlefont: https://fonts.googleapis.com/css?family=Titillium+Web
fancybox: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.css
5 years ago
js:
jquery: https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js
fancybox: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js
5 years ago
js-cookies: https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js
lozy: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
5 years ago
# Post info settings
# ---------------
5 years ago
# avatar: /img/avatar.png
avatar: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/Photo/avatar.png
# the banner image of index
# if the banner of another page not setting,it will show the top_img
top_img: https://i.loli.net/2019/05/22/5ce53eb6dc82757840.jpg
#the banner image of post
# if the post not set the post cover and post top image, it will show it
post_img: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/Photo/post.png
# the default cover of the post
default_cover: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/cover/default_bg.png
# the banner image of archive page
archive_img: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/Photo/archive.jpg
# if the photo link cannot connect,it will show that
lodding_bg:
flink: /img/friend_404.gif
post_page: /img/404.jpg
5 years ago
post_meta:
5 years ago
date_type: both # or created or updated 文章日期是创建日或者更新日或都显示
5 years ago
categories: true # or false 是否显示分类
tags: true # or false 是否显示标签
5 years ago
5 years ago
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#字数统计
5 years ago
wordcount:
enable: false
toc:
enable: true
5 years ago
number: true
# auto open the sidebar in 'post'
auto_open_sidebar:
enable: true
5 years ago
post_copyright:
enable: true
license: CC BY-NC-SA 4.0
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
5 years ago
auto_excerpt:
enable: true
length: 150
5 years ago
5 years ago
# Share System
# ---------------
addThis:
enable: false
5 years ago
pubid:
sharejs:
enable: true
sites: facebook,twitter,wechat,weibo,qq
5 years ago
5 years ago
# https://www.addtoany.com/
5 years ago
addtoany:
enable: false
5 years ago
item:
- facebook
- twitter
- wechat
- sina_weibo
- facebook_messenger
- email
- copy_link
5 years ago
# Comments System
# ---------------
disqus:
enable: false
5 years ago
shortname:
5 years ago
5 years ago
# laibili:
5 years ago
# enable: false
# uid:
5 years ago
# gitment
5 years ago
# enable: false
# owner:
# repo:
# client_id:
# client_secret:
5 years ago
# gitalk:
# enable: false
5 years ago
# client_id:
# client_secret:
5 years ago
# repo:
# owner:
# admin:
5 years ago
#### Using this js for redirect to gitalk container after login
#### See https://github.com/gitalk/gitalk/issues/125
# js: https://cdn.jsdelivr.net/gh/upupming/gitalk@36368e5dffd049e956cdbbd751ff96c28d8255cf/dist/gitalk.min.js
5 years ago
# valine comment system. https://valine.js.org
5 years ago
valine:
enable: false # if you want use valine,please set this value is true
5 years ago
appId: # leancloud application app id
appKey: # leancloud application app key
notify: false # valine mail notify (true/false) https://github.com/xCss/Valine/wiki
verify: false # valine verify code (true/false)
pageSize: 10 # comment list page size
avatar: monsterid # gravatar style https://valine.js.org/#/avatar
5 years ago
lang: en # i18n: zh-cn/en/tw
5 years ago
placeholder: Please leave your footprints # valine comment input placeholder(like: Please leave your footprints )
guest_info: nick,mail,link #valine comment header inf
5 years ago
# Footer Settings
# ---------------
5 years ago
since: 2018
footer_custom_text:
5 years ago
5 years ago
footer_copyright:
enable: true
5 years ago
ICP:
enable: false
5 years ago
url:
text:
5 years ago
# busuanzi count for PV / UV in site
busuanzi:
site_uv: true
site_pv: true
page_pv: true
5 years ago
5 years ago
5 years ago
5 years ago
# Google Webmaster tools verification setting
# See: https://www.google.com/webmasters/
google_site_verification:
# Bing Webmaster tools verification setting
# See: https://www.bing.com/webmaster/
bing_site_verification:
# Baidu Webmaster tools verification setting
# See: https://ziyuan.baidu.com/site/
baidu_site_verification:
# 360 Webmaster tools verification setting
# see http://zhanzhang.so.com/
qihu_site_verification:
Flink:
headline: 友情鏈接
info_headline: 我的Blog資料
name: Blog 名字: JerryC
address: Blog 地址: https://jerryc.me/
avatar: Blog 頭像: https://jerryc.me/img/avatar.png
info: Blog 簡介: 今日事,今日畢
comment: 如果需要交換友鏈,請留言
5 years ago
5 years ago
runtimeshow:
enable: true
start_date: 6/7/2018 00:00:00
nightshift:
enable: true
activate_power_mode:
5 years ago
enable: false
5 years ago
announcement:
content: 感謝訪問本站,若喜歡請收藏 ^_^
reward:
enable: true
QR_code:
- itemlist:
img: /img/wechat.jpg
text: 微信
- itemlist:
img: /img/alipay.jpg
text: 支付寶
related_post:
enable: true
5 years ago
limit: 6 # 顯示推薦文章數目
5 years ago
# canvas_ribbon
# See: https://github.com/hustcc/ribbon.js
canvas_ribbon:
enable: false
size: 150
alpha: 0.6
zIndex: -1
click_to_change: false
canvas_ribbon_piao:
enable: true
# 避免重複網址分散seo
5 years ago
canonical: true
# 禁止百度轉碼
5 years ago
disable_baidu_transformation: true
twitter_meta: true
Open_Graph_meta: true
#閲讀模式
5 years ago
readmode:
enable: true
font:
enable: false
font-family: Lato, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB,"Microsoft JhengHei", "MicrMicrosoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif
code-font: consolas, Menlo, "PingFang SC", "Microsoft JhengHei","Microsoft YaHei", monospace, Helvetica Neue For Number
#水平分隔綫
hr:
enable: false
#fontawesome上圖標的Unicode
icon: '\f21c'
icon-top: -20px
# 主頁subtitle
subtitle:
enable: true
sub1: 今日事,今日畢
sub2: Never put off till tomorrow what you can do today
#側邊欄顯示設置
aside:
card_author: true
card_announcement: true
card_recent_post: true
card_categories: true
card_tags: true
card_archives: true
card_webinfo: true
## chinese traditional to Simplified
translate:
enable: true
# 默認按鈕顯示文字
default:
#网站默认语言1: 繁體中文, 2: 简体中文
defaultEncoding: 1
#延迟时间,若不在前, 要设定延迟翻译时间, 如100表示100ms,默认为0
translateDelay: 0
#博客网址
cookieDomain: "https://jerryc.me/"
#當文字是簡體時,按鈕顯示的文字
msgToTraditionalChinese: "繁"
#當文字是繁體時,按鈕顯示的文字
msgToSimplifiedChinese: "简"
5 years ago
# 鼠標點擊效果
fireworks:
enable: false
#百度推送
baidu_push:
enable: false