# 微信用户 #wechat_subscriber: #enabled: true #qcode: /path/to/your/wechatqcode ex. /uploads/wechat-qcode.jpg #description: ex. subscribe to my blog by scanning my public wechat account
# Make duoshuo show UA # user_id must NOT be null when admin_enable is true! # you can visit http://dev.duoshuo.com get duoshuo user id. duoshuo_info: ua_enable: true admin_enable: false user_id: 0 #admin_nickname: Author
# Star rating 支持每篇文章. # 去获得你的 ID 访问 https://widgetpack.com rating: enable: false id: #<app_id> color: fc6423
# Show number of visitors to each article. # 你可以访问 https://leancloud.cn 获得 AppID 和 AppKey. leancloud_visitors: enable: false app_id: #<app_id> app_key: #<app_key>
# Algolia 搜索 algolia_search: enable: false hits: per_page: 10 labels: input_placeholder: Search for Posts hits_empty: "We didn't find any results for the search: ${query}" hits_stats: "${hits} results found in ${time} ms"
# 本地搜索 # 依赖: https://github.com/flashlab/hexo-generator-search local_search: enable: false # if auto, trigger search by changing input # if manual, trigger search by pressing enter key or search button trigger: auto # show top n results per article, show all results by setting to -1 top_n_per_article: 1
# Note 标签 (bs-callout). note: # Note 标签风格的值: # - simple bs-callout old alert style. 默认. # - modern bs-callout new (v2-v3) alert style. # - flat flat callout style with background, like on Mozilla or StackOverflow. # - disabled disable all CSS styles import of note tag. style: simple icons: false border_radius: 3 # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). # Offset also applied to label tag variables. This option can work with disabled note tag. light_bg_offset: 0
# 脚本供应商. # 你想自定义,设置供应商的一个 CDN 地址. # 例如 # jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js # Be aware that you should use the same version as internal ones to avoid potential problems. # Please use the https protocol of CDN files when you enable https on your site. vendors: # 内部路径前缀. 请不要编辑它. _internal: lib