reupload _config

This commit is contained in:
hwy0127@gmail.com
2019-06-11 15:17:20 +08:00
Unverified
parent 66d4f279f9
commit b4ae5c6c3e
+242 -118
View File
@@ -1,70 +1,83 @@
--- # ---------------
# Theme color for customize # Theme color for customize
# Notice: color value must in double quotes like "#000" or may cause error! # Notice: color value must in double quotes like "#000" or may cause error!
# --------------- # ---------------
# theme_color: # theme_color:
# enable: true # enable: true
# main: "#49B1F5" # main: "#7A7FF1"
# paginator: "#00C4B6" # paginator: "#7A7FF1"
# button_hover: "#FF7242" # button_hover: "#FF7242"
# text_selection: "#00C4B6" # text_selection: "#69c46d"
# link_color: "#858585" # link_color: "#858585"
# hr_color: "#A4D8FA" # hr_color: "#A4D8FA"
# tag_start_color: "#A4D8FA" # read-mode-bg_color: '#FAF9DE'
# tag_end_color: "#1B9EF3"
# Main menu navigation # Main menu navigation
# format: xxx: /xxx/||icon
# ---------------
menu: menu:
Home: / Home: /||fa fa-home
Archives: /archives Archives: /archives/||fa fa-archive
Tags: /tags Tags: /tags/||fa fa-tags
Categories: /categories Categories: /categories/||fa fa-folder-open
#XXX: /xxx Link: /link/||fa fa-link
About: /about/||fa fa-heart
# #XXX: /xxx
# Favicon # Favicon
# use my-favicon.ico to avoid duplicate favicon of melody theme
# --------------- # ---------------
favicon: /melody-favicon.ico favicon: /img/favicon.png
# PWA # PWA
# See https://github.com/JLHwung/hexo-offline # See https://github.com/JLHwung/hexo-offline
# --------------- # ---------------
pwa: # pwa:
enable: false # enable: true
manifest: /manifest.json # manifest: /img/pwa/manifest.json
# If you don't want to trouble, just ignore the following things # theme_color: "#fff"
# See https://realfavicongenerator.net/ # apple_touch_icon: /img/pwa/apple-touch-icon.png
# theme_color: "#49B1F5" # favicon_32_32: /img/pwa/32.png
# apple_touch_icon: /apple-touch-icon.png # favicon_16_16: /img/pwa/16.png
# favicon_32_32: /favicon-32x32.png # mask_icon: /img/pwa/safari-pinned-tab.svg
# favicon_16_16: /favicon-16x16.png # shortcut_icon: /img/favicon.ico
# mask_icon: /safari-pinned-tab.svg
# Highlight theme # Highlight theme
# --------------- # ---------------
highlight_theme: default highlight_theme: light
# code_word_wrap: true or false code_word_wrap: false
# Nav settings # Nav settings
# see the icon_name in fontawesome website. # formal:
# And you need to add the `fa` or `fab` prefix by your self. # icon: link
# --------------- # ---------------
#social: social:
#icon_name fa: url fa fa-github: https://github.com/jerryc127
#icon_name fab: url fa fa-rss: /atom.xml
# Algolia search # Algolia search
# --------------- # ---------------
algolia_search: algolia_search:
enable: false enable: false
hits: hits:
per_page: 10 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"
# Local search # Local search
# Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/third-party-support?id=local-search # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/third-party-support?id=local-search
# --------------- # ---------------
local_search: local_search:
enable: false enable: true
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
# MathJax # MathJax
# Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/third-party-support?id=mathjax # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/third-party-support?id=mathjax
@@ -82,53 +95,73 @@ katex:
hide_scrollbar: true hide_scrollbar: true
# Analysis # Analysis
# --------------- # ---------------
baidu_analytics: # baidu_analytics:
#Google Analytics
google_analytics: google_analytics:
# Tencent_analytics ID
tencent_analytics:
# stylesheets loaded in the <head> # stylesheets loaded in the <head>
# --------------- # ---------------
stylesheets: stylesheets:
- /css/index.css - /css/index.css
# scripts loaded in the end of the body
# --------------- # scripts loaded in the end of the body
# ---------------
scripts: scripts:
- /js/utils.js - /js/utils.js
- /js/fancybox.js - /js/main.js
- /js/sidebar.js - /js/baidupush.js
- /js/copy.js
- /js/transition.js
- /js/scroll.js
- /js/head.js
# cdn for third-party library
# --------------- # cdn for third-party library
# ---------------
cdn: cdn:
css: css:
fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
# fontawesomeV5: https://use.fontawesome.com/releases/v5.3.1/css/all.css # 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
js: js:
anime: https://cdn.jsdelivr.net/npm/animejs@latest/anime.min.js
jquery: https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.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 fancybox: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js
velocity: https://cdn.jsdelivr.net/npm/velocity-animate@latest/velocity.min.js js-cookies: https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js
velocity-ui: https://cdn.jsdelivr.net/npm/velocity-ui-pack@latest/velocity.ui.min.js lozy: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
# Post info settings # Post info settings
# --------------- # ---------------
avatar: # 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
top_img: true # false or url of img
post_meta: post_meta:
date_type: created # created or updated date_type: both # or updated 文章日期是创建日或者更新日
categories: true categories: true # or false 是否显示分类
tags: true tags: true # or false 是否显示标签
# Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/additional-package-support?id=word-counting # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/additional-package-support?id=word-counting
wordcount: wordcount:
@@ -136,7 +169,11 @@ wordcount:
toc: toc:
enable: true enable: true
# number: true number: true
# auto open the sidebar in 'post'
auto_open_sidebar:
enable: true
post_copyright: post_copyright:
enable: true enable: true
@@ -144,47 +181,45 @@ post_copyright:
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/ license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
# Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/theme-config?id=auto-excerpt # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/theme-config?id=auto-excerpt
# auto_excerpt: auto_excerpt:
# enable: false enable: true
# length: 150 length: 150
# QR_code:
# - itemlist:
# img:
# text:
# adv: # adv:
# enable: false # enable: false
# info: # info:
# Share System # Share System
# --------------- # ---------------
addThis: addThis:
enable: false enable: false
#pubid: pubid:
# sharejs: sharejs:
# enable: false enable: true
# disabled_sites: sites: facebook,twitter,wechat,weibo,qq
addtoany:
enable: false
# Comments System # Comments System
# --------------- # ---------------
disqus: disqus:
enable: false enable: false
#shortname: shortname:
#count: count: true
# laibili: # laibili:
# enable: false # enable: false
# uid: # uid:
# gitment # gitment
# enable: false # enable: false
# owner: # owner:
# repo: # repo:
# client_id: # client_id:
# client_secret: # client_secret:
# gitalk: # gitalk:
# enable: false # enable: false
@@ -193,64 +228,153 @@ disqus:
# repo: # repo:
# owner: # owner:
# admin: # admin:
#### 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
# valine comment system. https://valine.js.org # valine comment system. https://valine.js.org
# valine: valine:
# enable: false # if you want use valine,please set this value is ture enable: false # if you want use valine,please set this value is ture
# appId: # leancloud application app id appId: # leancloud application app id
# appKey: # leancloud application app key appKey: # leancloud application app key
# notify: false # valine mail notify (true/false) https://github.com/xCss/Valine/wiki notify: false # valine mail notify (true/false) https://github.com/xCss/Valine/wiki
# verify: false # valine verify code (true/false) verify: false # valine verify code (true/false)
# pageSize: 10 # comment list page size pageSize: 10 # comment list page size
# avatar: mm # gravatar style https://valine.js.org/#/avatar avatar: monsterid # gravatar style https://valine.js.org/#/avatar
# lang: zh-cn # i18n: zh-cn/en lang: en # i18n: zh-cn/en
# placeholder: Just go go # valine comment input placeholder(like: Please leave your footprints ) placeholder: Please leave your footprints # valine comment input placeholder(like: Please leave your footprints )
# guest_info: nick,mail,link #valine comment header inf guest_info: nick,mail,link #valine comment header inf
# Footer Settings # Footer Settings
# --------------- # ---------------
since: 2013 since: 2018
# footer_custom_text: footer_custom_text:
footer_copyright:
enable: true
ICP: ICP:
enable: false enable: false
#text: # text:
# busuanzi count for PV / UV in site # busuanzi count for PV / UV in site
busuanzi: busuanzi:
# count values only if the other configs are false
enable: true
# custom uv span for the whole site
site_uv: true site_uv: true
site_uv_header: <i class="fa fa-user"></i>
site_uv_footer:
# custom pv span for the whole site
site_pv: true site_pv: true
site_pv_header: <i class="fa fa-eye"></i>
site_pv_footer:
# custom pv span for one page only
page_pv: true page_pv: true
page_pv_header: <i class="fa fa-file-o"></i>
page_pv_footer:
# Sidebar Settings
# ---------------
#links_title: Links
#links:
#Name: url
# Follow Me Button # Follow Me Button
# follow: follow:
# enable: true enable: true
# url: ''
# text: ''
# Ads
# --------------- # Google Webmaster tools verification setting
# Google Adsense # See: https://www.google.com/webmasters/
google_adsense: google_site_verification:
# Bing Webmaster tools verification setting
# See: https://www.bing.com/webmaster/
bing_site_verification:
# Yandex Webmaster tools verification setting
# See: https://webmaster.yandex.ru/
#yandex_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: 如果需要交換友鏈,請留言
## friendlink
flinks:
[
{'name': '夢魘小棧',
'link': 'https://blog.ihoey.com',
'avatar': 'https://cdn.dode.top/avatar.png',
'descr': '心,若沒有棲息的地方,到哪裏都是流浪......'},
{'name': '冰峯博客',
'link':'https://www.ad-s.cn/',
'avatar': 'https://secure.gravatar.com/avatar/4074cd3e035c6e5796f6c263ef8ef0b8?s=56&d=wavatar&r=g',
'descr': '男人就應該保持冷靜,沸騰的水只會被蒸發掉。'}
]
## chinese traditional to Simplified
translate:
enable: true
runtimeshow:
enable: true
start_date: 6/7/2018 00:00:00
nightshift:
enable: true
activate_power_mode:
enable: false enable: false
js: //pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
client: ca-pub-...........
enable_page_level_ads: true
announcement:
content: 感謝訪問本站,若喜歡請收藏 ^_^
reward:
enable: true
QR_code:
- itemlist:
img: /img/wechat.jpg
text: 微信
- itemlist:
img: /img/alipay.jpg
text: 支付寶
related_post:
enable: true
# 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
canonical: true
# 禁止百度转码
disable_baidu_transformation: true
twitter_meta: true
Open_Graph_meta: true
readmode:
enable: true