-
Notifications
You must be signed in to change notification settings - Fork 279
Archer 主题配置信息中文参考
JasonSun edited this page May 22, 2021
·
7 revisions
# ========== 资料栏 ========== #
# 头像路径
avatar: /avatar/Misaka.jpg
# 博主名称
author: fi3ework
# 博客签名
signature: witness me
# 社交账号(您可以自定义顺序)
social:
email: 12345@qq.com
github: //github.com/fi3ework
# wechat 和 qq 需要是二维码图片的路径
wechat: /assets/example_qr.png
qq:
telegram:
weibo:
zhihu:
douban:
facebook:
twitter:
instagram:
stack-overflow:
segmentFault:
juejin:
v2ex:
bilibili:
linkedin:
steam:
others:
rss:
# 友链
friends:
friendA: //www.baidu.com
friendB: //www.google.com
friendC:
# “关于我”页面
about:
# 是否启用“关于我”页面
enable: true
# “关于我”页面头图
image: '/intro/about-bg.jpg'
# ========== 网站 ========== #
# 网站名称(有助于 SEO)
SEO_title: fi3ework's Studio
# 网站关键词(有助于 SEO),每篇文章也可以在 `Front-matter` 添加特定的关键字
SEO_keywords:
- hexo
- 'hexo-theme'
- 'hexo-blog'
# 显示在网站头图上的主标题
main_title: fi3ework's Studio.
# 显示在网站头图上的副标题
subtitle: it's better to burn out than to fade away
# 主页头图
site_header_image: '/intro/index-bg.jpg'
# 文章页默认头图
post_header_image: '/intro/post-bg.jpg'
# 404 页头图
_404_image: '/intro/404-bg.jpg'
# ========== 搜索 ========== #
algolia_search:
enable: false
hits:
per_page: 10 # 每页的结果数
labels:
input_placeholder: Search for Posts # 搜索栏 placeholder
hits_empty: "We did not find any results for the search: ${query}" # 搜索结果提示
hits_stats: "${hits} results found in ${time} ms" # 搜索无结果的提示
# ========== 评论插件 ========== #
# 目前支持直接添加 Livere(推荐),Disqus,Gitment,Gitalk,友言及 Valine,填写插件对应的字段即可启用。
# 如果想添加其他评论插件,在 custom.ejs 中添加即可
comment:
# Livere: https://livere.com/
livere_uid:
# Disqus: https://disqus.com/
disqus_shortname:
# Gitment: https://github.com/imsun/gitment
gitment_owner:
gitment_repo:
gitment_client_id:
gitment_client_secret:
# Youyan: http://www.uyan.cc/
youyan_uid:
# Valine: https://valine.js.org/
valine_appId:
valine_appKey:
valine_placeHolder:
# gitalk: https://github.com/gitalk/gitalk#options
gitalk_client_id:
gitalk_client_secret:
gitalk_admin:
gitalk_owner:
gitalk_repo:
# utteranc: https://utteranc.es/
utteranc_repo:
utteranc_label:
utteranc_theme:
utteranc_issue_term:
# ========== 统计 ========== #
# 是否开启不蒜子阅读量统计
busuanzi: true
# 统计方式,填写 pv 或 uv
busuanzi_pv_or_uv: 'pv'
# 自定义统计标语,'${count}' 会自动替换成统计值
busuanzi_slug: 'PV: ${count} :)'
# 百度统计(填写 siteID)
baidu_analytics:
# Google 统计(填写 siteID)
google_analytics:
# CNZZ 统计
CNZZ_analytics:
# ========== 其他 ========== #
# 网站的标签页缩略图
favicon: /assets/favicon.ico
# 首页的文章摘要字数(默认 300,填 0 则不显示摘要)
truncate_length:
# 开启文章右侧的大纲
toc: true
# 开启博客页面的字数统计 & 阅读时间
reading_info: true
# 头图高度(默认是屏幕高度的 50%, 可以直接输入其他数字)
index_intro_height: 50
post_intro_height: 50
about_intro_height: 50
# 博客结尾的 copyright 信息
copyright:
enable: true
# https://creativecommons.org/
license: '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'
# 博客页面文章时效性天数提醒,0 表示不提示
outdated_threshold: 0