246 lines
6.2 KiB
YAML
246 lines
6.2 KiB
YAML
# ---------------------------------------------------------------
|
|
# Site Information Settings
|
|
# ---------------------------------------------------------------
|
|
|
|
# Head info
|
|
head:
|
|
favicon: "/img/favicon.png"
|
|
high_res_favicon: "/img/favicon.png"
|
|
apple_touch_icon: "/img/favicon.png"
|
|
keywords: 'web全栈工程师,摇滚,vue,vuex,react,webpack,git,koa2'
|
|
site_verification:
|
|
google:
|
|
baidu:
|
|
|
|
# Enable generate structured-data as JSON+LD for SEO or not.
|
|
# Set as 'false' if it cause some wrong when `hexo g`.
|
|
structured_data: true
|
|
|
|
# Jump Links Settings
|
|
url:
|
|
rss: atom.xml
|
|
daily_pic: "#"
|
|
logo: "logo.jpg"
|
|
|
|
|
|
# ---------------------------------------------------------------
|
|
# Style Settings
|
|
# ---------------------------------------------------------------
|
|
|
|
# Schemes
|
|
scheme: Paradox
|
|
#scheme: Isolation
|
|
|
|
# UI & UX: slogan, color, effect
|
|
uiux:
|
|
slogan:
|
|
"坚持不一定成功,不坚持一定会失败"
|
|
theme_color: "#77546f"
|
|
theme_sub_color: "#77546f"
|
|
hyperlink_color: "#679cc5"
|
|
button_color: "#1b1d3a"
|
|
android_chrome_color: "#0097A7"
|
|
nprogress_color: "#fff"
|
|
nprogress_buffer: "888"
|
|
|
|
# JS Effect Switches
|
|
js_effect:
|
|
fade: true
|
|
smoothscroll: true
|
|
|
|
# Reading experience
|
|
reading:
|
|
entry_excerpt: 80
|
|
|
|
# Thumbnail Settings
|
|
thumbnail:
|
|
purecolor:
|
|
random_amount: 19
|
|
|
|
# Background Settings
|
|
# bing available parameter:
|
|
# new | color= | type=
|
|
# color available value: black, blue, brown, green, multi, orange, pink, purple, red, white, yellow
|
|
# type available value: A (animal), C (culture), N (nature), S (space), T (travel)
|
|
background:
|
|
purecolor: "#F5F5F5"
|
|
bgimg: "/img/bg.png"
|
|
bing:
|
|
enable: false
|
|
parameter:
|
|
|
|
# Images Settings
|
|
img:
|
|
logo: "/img/logo.svg"
|
|
avatar: "/img/avatar.png"
|
|
daily_pic: "/img/daily_pic.jpg"
|
|
sidebar_header: "/img/sidebar_header.png"
|
|
random_thumbnail: "/img/random/material-"
|
|
footer_image:
|
|
#upyun_logo:
|
|
#link: "https://www.upyun.com/"
|
|
#src: "/img/upyun_logo.svg"
|
|
|
|
# Custom Fonts
|
|
# family: the font-family which will be used in the theme
|
|
# host: uri of fonts host.
|
|
# Available value of "host": google | baomitu | ustc | custom
|
|
fonts:
|
|
family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
|
|
use: google
|
|
custom_font_host:
|
|
|
|
# Card Elevation Level
|
|
card_elevation: 4
|
|
|
|
# Copyright
|
|
# Specify the date when the site was setup.
|
|
# For example, if you set it as 2015, then footer will show '© 2015 - 2017'
|
|
copyright_since: 2016
|
|
|
|
# Qrcode for redirect at other device
|
|
# use: choose which method to generate the qrcode for each posts.
|
|
# Available value of "use": plugin | online
|
|
# - When use "plugin", you need to install the hexo-helper-qrcode.
|
|
# - When use "online", the qrcode will be generated by 'pan.baidu.com' in China.
|
|
qrcode:
|
|
enable: true
|
|
use: plugin
|
|
|
|
|
|
# ---------------------------------------------------------------
|
|
# Menu Settings
|
|
# ---------------------------------------------------------------
|
|
|
|
# TOC Button
|
|
|
|
toc:
|
|
# use: choose whether the line_number of toc will show or not.
|
|
# Available value of "linenumber": true | false
|
|
linenumber: true
|
|
|
|
# SNS Menu
|
|
sns:
|
|
email: 710328466@qq.com
|
|
facebook: "https://www.facebook.com/facebook"
|
|
twitter: "https://twitter.com/Rockhellbear"
|
|
googleplus: "https://www.google.com/"
|
|
weibo: 'http://weibo.com/5330486979/fans?topnav=1&wvr=6&mod=message&need_filter=1'
|
|
instagram: 'https://www.instagram.com/jzxer'
|
|
tumblr:
|
|
github: 'https://github.com/j710328466'
|
|
linkedin: 'http://www.linkedin.com/in/%E5%BF%97%E9%9B%84-%E6%B1%9F-338928105/'
|
|
zhihu:
|
|
bilibili: 'https://space.bilibili.com/73148384/#/'
|
|
telegram:
|
|
|
|
# SNS Share Switch
|
|
sns_share:
|
|
twitter: true
|
|
facebook: true
|
|
googleplus: true
|
|
weibo: true
|
|
linkedin: true
|
|
qq: true
|
|
telegram: true
|
|
|
|
# Sidebar Customize
|
|
sidebar:
|
|
dropdown:
|
|
我的邮箱:
|
|
link: "#"
|
|
icon: email
|
|
homepage:
|
|
use: true
|
|
icon: home
|
|
divider: false
|
|
archives:
|
|
use: true
|
|
icon: inbox
|
|
divider: false
|
|
categories:
|
|
use: false
|
|
icon: chrome_reader_mode
|
|
divider: false
|
|
pages:
|
|
标签:
|
|
link: "/tags"
|
|
icon: label
|
|
divider: false
|
|
时间轴:
|
|
link: "/timeline"
|
|
icon: schedule
|
|
divider: true
|
|
图库:
|
|
link: "/gallery"
|
|
icon: class
|
|
divider: false
|
|
我的足迹:
|
|
link: "/footprint"
|
|
icon: flight_takeoff
|
|
divider: false
|
|
关于博主:
|
|
link: "/about"
|
|
icon: face
|
|
divider: true
|
|
article_num:
|
|
use: true
|
|
divider: false
|
|
footer:
|
|
divider: true
|
|
theme: false
|
|
support: false
|
|
feedback: false
|
|
material: false
|
|
|
|
|
|
# ---------------------------------------------------------------
|
|
# Integrated Services
|
|
# ---------------------------------------------------------------
|
|
|
|
# MaterialCDN
|
|
# When you set 'use' as true, the needed css, js, font file will have a new src.
|
|
# The new src will have the base domain you configured in 'base'.
|
|
materialcdn:
|
|
use:
|
|
base:
|
|
|
|
# Comment Systems
|
|
# Available value of "use":
|
|
# disqus | disqus_click | changyan | 163gentie
|
|
comment:
|
|
use: valine
|
|
valine_leancloud_appId: ONAFtjxhaBqrA7LGAQFYsmUx-gzGzoHsz
|
|
valine_leancloud_appKey: hUSwCACEEbPBcGUh42RMzy6P
|
|
valine_notify: true
|
|
valine_verify: true
|
|
valine_placeholder: 说说你的感想~
|
|
valine_pageSize: 10
|
|
|
|
# Search Systems
|
|
# Available value:
|
|
# swiftype | google | local
|
|
search:
|
|
use: local
|
|
swiftype_key:
|
|
|
|
# Analytics Systems
|
|
# Available value:
|
|
# baidu | google | cnzz
|
|
analytics:
|
|
use:
|
|
site_id:
|
|
|
|
# Leancloud Views
|
|
leancloud:
|
|
enable: true
|
|
app_id: ONAFtjxhaBqrA7LGAQFYsmUx-gzGzoHsz
|
|
app_key: hUSwCACEEbPBcGUh42RMzy6P
|
|
av_core_mini: "https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"
|
|
|
|
# Busuanzi 不蒜子 Views
|
|
busuanzi:
|
|
enable: false
|
|
all_site_uv: false
|
|
post_pv: false
|
|
busuanzi_pure_mini_js: "https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js" |