forked from Yue-plus/hexo-theme-arknights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (47 loc) · 1.48 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# html lang
language: zh
# canvas 动态背景
canvas_dust: true
# 侧边栏
aside:
in_left: false # 侧边栏在左 true / false
logo: https://ak.hypergryph.com/assets/index/images/ak/pc/faction/1.png #图片链接,建议 1:1 比例
dr: / # 侧边栏 Dr. 链接
block_in_top: false # 目前为侧边栏文章目录置顶
copyright: # 版权声明、备案号等
©: 1970 to 2020
ICP: ——备案号——
# post 文章页面配置;true / false
post:
date: true # 是否显示发布日期
updated: true # 是否显示修改日期
source: false # 是否显示源文件路径
excerpt: false # 是否在文章中显示摘要内容(<!-- more--> 以上的内容)
reward: true # 文章末显示打赏二维码
# 文章内目录
toc:
list_number: true # true / false ;是否显示编号
max_depth: 6 # 最大目录深度
min_depth: 1 # 最小目录深度
# 归档页;true / false
archives:
categories_count: true # 是否显示分类总数
tags_count: true # 是否显示标签总数
# Valine 无后端评论系统
valine:
app_id: # <APP ID>
app_key: # <APP KEY>
# 图表支持
mermaid: false
# main menu navigation
menu:
Home: ''
# About: about/
# Contact: contact/
Archives: archives/
# stylesheets loaded in the <head>
stylesheets:
- https://cdn.bootcdn.net/ajax/libs/highlight.js/10.1.2/styles/atom-one-dark-reasonable.min.css
# scripts loaded in the end of the body
scripts:
- https://cdn.bootcdn.net/ajax/libs/highlight.js/10.1.2/highlight.min.js