hexo-theme-ayer/_config.yml

254 lines
7.8 KiB
YAML
Raw Normal View History

2019-12-03 11:37:44 +00:00
# 侧边栏菜单
menu:
2019-12-05 14:17:35 +00:00
主页: /
2020-01-24 05:02:50 +00:00
归档: /archives
分类: /categories
2019-12-06 12:21:24 +00:00
标签: /tags
2019-12-05 14:17:35 +00:00
旅行: /tags/旅行/
2019-12-06 12:21:24 +00:00
摄影: http://shenyu-vip.lofter.com
2020-09-07 10:26:26 +00:00
友链: /friends
2019-12-05 14:17:35 +00:00
关于我: /2019/about
2019-12-03 11:37:44 +00:00
2020-01-30 06:14:35 +00:00
# 站点次标题和打字动效
# https://github.com/mattboldt/typed.js
subtitle:
2020-04-10 08:27:35 +00:00
enable: true # 是否开启动效
text: 面朝大海,春暖花开 # 显示的文字
text2: 愿你一生努力,一生被爱 # 滚动播放,如果不需要可以留空
text3: 想要的都拥有,得不到的都释怀 # 最多支持三段文字
startDelay: 0 # 延迟时间
typeSpeed: 200 # 打字速度
loop: true # 是否循环
backSpeed: 100 # 回退速度
showCursor: true # 是否显示光标
2020-01-30 06:14:35 +00:00
2019-12-03 11:37:44 +00:00
# 网站图标和侧边栏logo
favicon: /favicon.ico
logo: /images/ayer-side.svg
# 封面配置
# enable-是否启用封面path-封面背景图logo-封面logo
cover:
enable: true
2020-04-10 08:27:35 +00:00
path: /images/cover1.jpg # /source/images目录下附送多张美图可更换
2019-12-05 14:17:35 +00:00
logo: false #/images/ayer.svg如果不要直接设置成false
2019-12-03 11:37:44 +00:00
2020-04-10 08:27:35 +00:00
# 页面顶部进度条
2020-03-06 03:20:54 +00:00
progressBar: true
2019-12-03 11:37:44 +00:00
2020-09-01 02:47:02 +00:00
# 告示板模块
broadcast:
enable: true # true开启false关闭
type: 2 # 1自定义输入2一言api(https://hitokoto.cn/)
text: 一个安静优雅的hexo主题快速且响应式。 # type为1时有效
2019-12-03 11:37:44 +00:00
# 文章配置
# 文章太长,截断按钮文字(在需要截断的行增加此标记:<!--more-->)
2019-12-05 14:17:35 +00:00
excerpt_link: 阅读更多...
2020-02-12 04:50:12 +00:00
# 如果你嫌每篇文章手动加more标记比较麻烦又不想在首页全文显示可以把excerpt_all设置成true这样首页只会显示文章归档
excerpt_all: false
2020-02-03 03:40:27 +00:00
2020-04-12 13:17:46 +00:00
# 是否开启代码复制按钮
copy_btn: true
2020-02-03 03:40:27 +00:00
# 是否开启文章分享按钮
share_enable: true
2020-02-06 15:14:35 +00:00
# 国内的社交平台(If you are not in China, maybe you prefer to set:false)
share_china: true
2019-12-03 11:37:44 +00:00
# 文章分享文字
2019-12-05 14:17:35 +00:00
share_text: 分享
2020-02-03 03:40:27 +00:00
2019-12-03 11:37:44 +00:00
# 分页文字
nav_text:
2019-12-05 14:17:35 +00:00
page_prev: 上一页
page_next: 下一页
post_prev: 上一篇
post_next: 下一篇
2019-12-03 11:37:44 +00:00
# 文章页是否显示目录
toc: true
2020-01-20 07:09:23 +00:00
# 文章中的图片是否支持点击放大
image_viewer: true
2020-01-07 06:05:02 +00:00
# https://github.com/willin/hexo-wordcount
# 是否开启字数统计(关闭请设置enable为false)
# 也可以单独在md文件里Front-matter设置`no_word_count: true`属性,来自定义关闭字数统计
word_count:
enable: true
# 只在文章详情显示(不在首页显示)
only_article_visit: true
2019-12-05 15:31:52 +00:00
# 打赏
# 打赏type设定0-关闭打赏; 1-文章对应的md文件里有reward:true属性才有打赏 2-所有文章均有打赏
reward_type: 2
# 打赏wording
2020-04-10 08:27:35 +00:00
reward_wording: "请我喝杯咖啡吧~"
2019-12-05 15:31:52 +00:00
# 支付宝二维码图片地址跟你设置logo的方式一样。比如/images/alipay.jpg
2020-04-15 10:10:26 +00:00
alipay: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/alipay.jpg
2019-12-05 15:31:52 +00:00
# 微信二维码图片地址
2020-04-15 10:10:26 +00:00
weixin: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/wechat.jpg
2019-12-05 15:31:52 +00:00
2020-02-07 04:42:33 +00:00
# 版权声明
# 版权声明type设定0-关闭版权声明; 1-文章对应的md文件里有copyright: true属性才有版权声明 2-所有文章均有版权声明
copyright_type: 2
2019-12-03 11:37:44 +00:00
# 是否启用搜索
2020-02-12 04:50:12 +00:00
# 需要安装hexo-generator-searchdb(https://github.com/theme-next/hexo-generator-searchdb)
2019-12-03 11:37:44 +00:00
search: true
# RSS订阅(先安装hexo-generator-feed插件再去博客根目录config进行配置)
2020-04-21 06:38:15 +00:00
# 不想显示可以直接留空
2019-12-03 11:37:44 +00:00
rss: /atom.xml
2020-03-23 15:04:50 +00:00
# 是否启用黑夜模式开关
darkmode: true
# 动态背景效果: 0-关闭1-动态线条(跟随鼠标)
2020-06-07 01:59:30 +00:00
canvas_bg: 0
# 自定义鼠标样式,直接替换/images/mouse.cur文件
mouse:
enable: false
path: /images/mouse.cur
2020-06-02 12:41:10 +00:00
# 鼠标点击效果0-关闭1-爱心2-爆炸烟花3-粒子烟花
click_effect: 0
2020-03-30 11:55:19 +00:00
2020-03-29 10:18:22 +00:00
# 页面宽度自定义不建议修改可能造成布局混乱article_width文章宽度sidebar_width侧边栏宽度
layout:
article_width: 80rem
sidebar_width: 8rem
# GitHub Ribbons-封面右上角的forkme换样式直接在source/images目录下替换forkme图片
2020-04-10 08:27:35 +00:00
github:
2019-12-15 01:23:24 +00:00
# (关闭请设置为false)
enable: true
2020-02-12 06:28:08 +00:00
url: https://github.com/Shen-Yu/hexo-theme-ayer
2019-12-15 01:23:24 +00:00
2020-03-29 10:18:22 +00:00
# 网易云音乐插件
music:
enable: false
# 播放器尺寸类型(1小尺寸、2大尺寸)
type: 1
2020-04-10 08:27:35 +00:00
id: 22707008 # 网易云分享的音乐ID(更换音乐请更改此配置项)
autoPlay: true # 是否开启自动播放
2020-03-29 10:18:22 +00:00
2019-12-03 11:37:44 +00:00
# 访问量统计(不蒜子)
busuanzi:
enable: true
# 友盟cnzz统计(url填js代码src链接)
cnzz:
enable: true
2019-12-06 01:01:38 +00:00
url: https://s9.cnzz.com/z_stat.php?id=1278069914&web_id=1278069914
2019-12-03 11:37:44 +00:00
2019-12-06 12:21:24 +00:00
# Google Analytics
2020-04-10 08:27:35 +00:00
google_analytics: ""
2019-12-06 12:21:24 +00:00
# 百度统计
2020-04-10 08:27:35 +00:00
baidu_analytics: ""
2019-12-06 12:21:24 +00:00
2020-03-30 12:27:17 +00:00
# Mathjax数学公式
2019-12-17 11:31:00 +00:00
mathjax: false
2019-12-03 11:37:44 +00:00
2020-03-30 12:27:17 +00:00
# Katex数学公式(allpost设置为false时只有头部设置math:true的文章才开启)
2020-06-03 03:10:59 +00:00
# 需要更换hexo渲染器npm un hexo-renderer-marked -S && npm i hexo-renderer-markdown-it-katex -S
2020-03-30 12:27:17 +00:00
katex:
enable: false # true
allpost: true
copy_tex: false
2021-04-14 03:26:09 +00:00
# mermaid流程图 三个选项缺一不可(https://mermaid-js.github.io/mermaid/)
mermaid:
2021-04-14 03:26:09 +00:00
enable: false
cdn: https://cdn.jsdelivr.net/npm/mermaid@8.9.2/dist/mermaid.min.js
theme: forest
2019-12-03 11:37:44 +00:00
# 网站成立年份(默认为 2019若填入年份小于当前年份则显示为 2018-2019 类似的格式)
since: 2015
2020-06-07 02:46:29 +00:00
# 是否显示页脚信息(建议保留)
2020-02-27 02:05:41 +00:00
pageFooter: true
2020-09-04 11:59:16 +00:00
# ICP备案信息尾部显示
2020-02-27 05:55:58 +00:00
icp:
enable: false
2020-04-10 08:27:35 +00:00
url: "http://www.beian.miit.gov.cn/" # 备案链接
2020-04-15 10:10:26 +00:00
text: "浙ICP备88888888" # 备案信息
2020-09-04 11:59:16 +00:00
# 公安备案信息尾部显示
gongan:
2020-09-04 12:00:13 +00:00
enable: false
img: /images/beian.png #公安备案图片
2020-08-30 09:08:35 +00:00
url: "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=01234567890123" #公安备案链接
2020-09-04 11:59:16 +00:00
text: "浙公网安备01234567890123号" #公安备案信息
2020-06-07 02:46:29 +00:00
2020-09-07 10:26:26 +00:00
# 友情链接
friends_link:
Ayer主题: #网站名称
#网站地址
url: https://github.com/Shen-Yu/hexo-theme-ayer
#网站图片(可忽略不写)
img: /images/ayer.png
GitHub:
url: https://github.com/Shen-Yu
2020-09-09 04:39:01 +00:00
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/github.png
2020-09-07 10:26:26 +00:00
码云:
url: https://gitee.com/shen-yu
2020-09-09 04:39:01 +00:00
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/gitee.png
2020-09-07 10:26:26 +00:00
Hexo官网:
url: https://hexo.io
2020-09-09 04:39:01 +00:00
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/hexo.png
2020-09-07 10:26:26 +00:00
Hexo图表插件:
url: https://github.com/Shen-Yu/hexo-tag-chart
2020-09-09 04:39:01 +00:00
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/hexo-tag-chart.png
2020-09-07 10:26:26 +00:00
2020-12-24 05:36:44 +00:00
# 评论1、Valine(推荐)2、Gitalk3、Twikoo; 4.MiniValine
2019-12-03 11:37:44 +00:00
# 1、Valine[一款快速、简洁且高效的无后端评论系统](https://github.com/xCss/Valine)
# 启用Valine必须先创建leancloud应用 获取 id|key 填入即可
2020-04-10 08:27:35 +00:00
leancloud:
2019-12-03 11:37:44 +00:00
enable: true
2020-11-05 08:15:53 +00:00
app_id: #
app_key: #
2019-12-03 11:37:44 +00:00
# Valine配置
valine:
enable: true # 是否启用
avatar: monsterid # 头像样式(https://valine.js.org/avatar.html)
2019-12-03 11:37:44 +00:00
placeholder: 给我的文章加点评论吧~ # placeholder
# 2、Gitalk(https://github.com/gitalk/gitalk)
gitalk:
enable: false # true
clientID: # GitHub Application Client ID
clientSecret: # Client Secret
repo: # Repository name
owner: # GitHub ID
admin: # GitHub ID
2020-12-24 05:36:44 +00:00
# 3、Twikoo(https://github.com/imaegoo/twikoo)
twikoo:
2020-12-24 05:42:43 +00:00
enable: false
2020-12-24 05:36:44 +00:00
envId: #
# 4、MiniValine
2020-06-07 02:05:53 +00:00
# See: https://github.com/MiniValine/MiniValine
minivaline:
2020-06-07 02:25:24 +00:00
enable: false
2021-04-14 03:26:09 +00:00
# 更多选项 https://minivaline.js.org/docs/cn/#/Options 按照yml格式继续填写即可 (除了 [el] 选项)
2020-12-25 02:04:38 +00:00
# emoticonUrl 等列表选项 可参考 https://github.com/MiniValine/hexo-next-minivaline
# 下面是一个例子:
2021-04-19 10:43:10 +00:00
serverURL: https://minivaline.your-domain.com
2020-12-31 08:10:38 +00:00
# 首页广告配置
2021-01-04 02:46:42 +00:00
# 可以根据需要自行增加ad_3ad_4...留空则不显示建议图片和url不要带ad等关键词否则可能会被adblock等插件屏蔽
2020-12-31 08:10:38 +00:00
ads:
ad_1:
2021-06-21 09:11:35 +00:00
title: 云服务器限时秒杀
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_1.jpg
url: https://curl.qcloud.com/kvO7hb43
width: 300
ad_2:
2021-05-30 03:08:08 +00:00
title: vultr优惠vps
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/vultr.png
url: https://www.vultr.com/?ref=8630075
2020-12-31 08:10:38 +00:00
width: 300