mirror of https://github.com/jkjoy/sunpeiwen.git
Update _config.fluid.yml
This commit is contained in:
parent
84199e80e2
commit
5ed5dd22a1
|
@ -63,7 +63,7 @@ code:
|
|||
# 在链接中挑选 style 填入
|
||||
# Select a style in the link
|
||||
# See: https://highlightjs.org/static/demo/
|
||||
style: "github gist"
|
||||
style: "arta"
|
||||
style_dark: "dark"
|
||||
|
||||
prismjs:
|
||||
|
@ -241,7 +241,7 @@ custom_css:
|
|||
# 网页访问统计
|
||||
# Analysis of website visitors
|
||||
web_analytics: # 网页访问统计
|
||||
enable: true
|
||||
enable: false
|
||||
|
||||
# 遵循访客浏览器"请勿追踪"的设置,如果开启则不统计其访问
|
||||
# Follow the "Do Not Track" setting of the visitor's browser
|
||||
|
@ -284,7 +284,7 @@ web_analytics: # 网页访问统计
|
|||
app_key: BnyRqKMFP7xp6xF0OTU7rC40
|
||||
# REST API 服务器地址,国际版不填
|
||||
# Only the Chinese mainland users need to set
|
||||
server_url: https://pv.jkjoy.cn
|
||||
server_url:
|
||||
# 统计页面时获取路径的属性
|
||||
# Get the attribute of the page path during statistics
|
||||
path: window.location.pathname
|
||||
|
@ -438,14 +438,14 @@ footer:
|
|||
# 统计数据来源,使用 leancloud 需要设置 `web_analytics: leancloud` 中的参数;使用 busuanzi 不需要额外设置,但是有时不稳定,另外本地运行时 busuanzi 显示统计数据很大属于正常现象,部署后会正常
|
||||
# Data source. If use leancloud, you need to set the parameter in `web_analytics: leancloud`
|
||||
# Options: busuanzi | leancloud
|
||||
source: "leancloud"
|
||||
source: "busuanzi"
|
||||
|
||||
# 国内大陆服务器的备案信息
|
||||
# For Chinese mainland website policy, other areas keep disable
|
||||
beian:
|
||||
enable: false
|
||||
enable: true
|
||||
# ICP证号
|
||||
icp_text: 鄂ICP备16022970号-8
|
||||
icp_text: 鄂ICP备16022970号-16
|
||||
# 公安备案号,不填则只显示ICP
|
||||
police_text:
|
||||
# 公安备案的编号,用于URL跳转查询
|
||||
|
@ -468,7 +468,7 @@ index:
|
|||
# 头图高度,屏幕百分比
|
||||
# Height ratio of banner image
|
||||
# Available: 0 - 100
|
||||
banner_img_height: 100
|
||||
banner_img_height: 20
|
||||
|
||||
# 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
|
||||
# Opacity of the banner mask, 1.0 is completely opaque
|
||||
|
@ -583,7 +583,7 @@ post:
|
|||
# 统计数据来源
|
||||
# Data Source
|
||||
# Options: busuanzi | leancloud
|
||||
source: "leancloud"
|
||||
source: "busuanzi"
|
||||
|
||||
# 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式)
|
||||
# Update date is displayed at the beginning of the post. The default date is the update date of the md file, which can be manually specified by `updated` in front-matter (same format as date)
|
||||
|
|
Loading…
Reference in New Issue