-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
165 lines (149 loc) · 4.61 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Hexo Configuration
## Docs: https://hexo.io/zh-cn/docs/configuration
## Source: https://github.com/hexojs/hexo/
# 网站(https://hexo.io/zh-cn/docs/configuration#%E7%BD%91%E7%AB%99)
title: 纱雾の闺房
subtitle: "不可进入の房间"
description: "一个装满了涩涩(雾)知识的站点"
keywords:
- Hexo
- Knowledge
author: Dragon1573
language: zh-CN
timezone: "Asia/Hong_Kong"
email: [email protected]
# 网址(https://hexo.io/zh-cn/docs/configuration#%E7%BD%91%E5%9D%80)
## 如果您的网站存放在子目录中,例如 http://example.com/blog,则:
# 请将您的 url 设为 http://example.com/blog
url: https://blog.dragon1573.wang
# 并把 root 设为 /blog/
root: /
permalink: :title/
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
trailing_html: false # Set to false to remove trailing '.html' from permalinks
# 目录(https://hexo.io/zh-cn/docs/configuration#%E7%9B%AE%E5%BD%95)
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# 文章(https://hexo.io/zh-cn/docs/configuration#%E6%96%87%E7%AB%A0)
new_post_name: :title.md
default_layout: post
auto_spacing: true
titlecase: false
external_link:
enable: true
field: site
exclude: ""
filename_case: 1
render_drafts: false
post_asset_folder: true # 资源文件夹(https://hexo.io/zh-cn/docs/asset-folders#%E6%96%87%E7%AB%A0%E8%B5%84%E6%BA%90%E6%96%87%E4%BB%B6%E5%A4%B9)
relative_link: false
future: false
syntax_highlighter: prismjs # 代码块 > 代码高亮(https://hexo.io/zh-cn/docs/syntax-highlight)
highlight: # 代码块 > 代码高亮(https://hexo.io/zh-cn/docs/syntax-highlight#Highlight-js)
line_number: true
auto_detect: true
tab_replace: " "
wrap: false
hljs: false
prismjs: # 代码块 > 代码高亮(https://hexo.io/zh-cn/docs/syntax-highlight#PrismJS)
preprocess: true
line_number: true
tab_replace: " "
# Homepage Configuration
index_generator:
# path: Root path for your blogs index page. (default = '')
path: ""
# per_page: Posts displayed per page. (0 = disable pagination)
per_page: 5
# order_by: Posts order. (Order by date descending by default)
order_by: -date
# 分类 & 标签(https://hexo.io/zh-cn/docs/configuration#%E5%88%86%E7%B1%BB-%E6%A0%87%E7%AD%BE)
default_category: uncategorized
category_map:
tag_map:
# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true
# 日期 / 时间格式
## Hexo 使用 Moment.js 来解析和显示时间。
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
## 当 Front Matter 中没有指定 updated 时,updated 如何取值:
## - mtime: 使用文件的最后修改时间。这是从 Hexo 3.0.0 开始的默认行为。
## - date: 使用 date 作为 updated 的值。可被用于 Git 工作流之中,因为使用 Git 管理站点时,文件的最后修改日期常常会发生改变
## - empty: 直接删除 updated。使用这一选项可能会导致大部分主题和插件无法正常工作。
updated_option: "date"
# 分页(https://hexo.io/zh-cn/docs/configuration#%E5%88%86%E9%A1%B5)
per_page: 5
pagination_dir: page
# 扩展(https://hexo.io/zh-cn/docs/configuration#%E6%89%A9%E5%B1%95)
## 插件: https://hexo.io/plugins/
## 主题: https://hexo.io/themes/
theme: butterfly
## 包括或不包括目录和文件
## (https://hexo.io/zh-cn/docs/configuration#%E5%8C%85%E6%8B%AC%E6%88%96%E4%B8%8D%E5%8C%85%E6%8B%AC%E7%9B%AE%E5%BD%95%E5%92%8C%E6%96%87%E4%BB%B6)
include: []
exclude: []
ignore: []
## Markdown-it 插件配置
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: '「」'
plugins:
- markdown-it-footnote
- markdown-it-sup
- markdown-it-sub
- markdown-it-abbr
- markdown-it-emoji
- markdown-it-mathjax3
- markdown-it-merge-cells
## 搜索配置
search:
path: search.xml
field: post
content: true
format: html
## RSS源插件配置
feed:
enable: true
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: " "
order_by: -date
icon: icon.png
autodiscovery: true
template:
## SEO/外链流失防护插件
nofollow:
enable: true
field: site
exclude: []
## 站点地图插件
sitemap:
path:
- sitemap.xml
- sitemap.txt
# template: ./sitemap_template.xml
# template_txt: ./sitemap_template.txt
rel: false
tags: true
categories: true