-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
190 lines (171 loc) · 6.64 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: Volantis
subtitle: ''
description: 'Volantis is a feature-rich and highly modular Hexo blog theme. Thanks to its powerful modularity, you can easily build a minimalist style blog, or you can build a large-scale comprehensive blog with multi-person collaboration and document modules based on the official website.'
keywords: 'Volantis,Hexo,Hexo主题,Blog,博客'
author: 'Volantis Team'
language: en
timezone: ''
avatar: https://unpkg.com/[email protected]/media/org.volantis/blog/[email protected]
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://volantis.js.org
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
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
- README.md
- '**/*.html'
- manifest.json
- start
- CNAME
- robots.txt
- assets/*
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
auto_spacing: true
titlecase: false # Transform title into titlecase
external_link:
enable: true # Open external links in new tab
field: site # Apply to the whole site
exclude: ''
filename_case: 1
render_drafts: false
post_asset_folder: false
relative_link: false
future: false
highlight:
enable: false
line_number: false
auto_detect: false
tab_replace: ' '
wrap: true
hljs: false
prismjs:
enable: true
preprocess: true
line_number: true
tab_replace: ''
# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
order_by: -date
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true
# Date / Time format
## Hexo uses Moment.js to parse and display date
## 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
## Use post's date for updated date unless set in front-matter
updated_option: false
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Include / Exclude file(s)
## include:/exclude: options only apply to the 'source/' folder
include:
exclude:
ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: volantis
# Deployment
## Docs: https://hexo.io/docs/deployment.html
# npm install hexo-deployer-git --save
deploy:
- type: git
# repo: [email protected]:volantis-x/volantis-x.github.io.git
repo: [email protected]:xaoxuu/volantis.git
branch: master
message: "Github CI Auto Builder at {{ now('YYYY-MM-DD HH:mm:ss Z') }}"
# ssh-keygen -t rsa -b 4096 -C "[email protected]" -N "" -f deploy_key
# 生成一对: deploy_key, deploy_key.pub,其中 deploy_key 填到源码仓库的 Secrets 的 DEPLOY_KEY 中,deploy_key.pub 填到静态文件仓库的 Deploy keys 中。
# 全局导入
import:
head_begin:
- <meta name="msapplication-TileColor" content="#ffffff">
- <meta name="msapplication-config" content="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/browserconfig.xml">
- <meta name="theme-color" content="#ffffff">
- <link rel="apple-touch-icon" sizes="180x180" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/favicon-16x16.png">
- <link rel="manifest" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/site.webmanifest">
- <link rel="mask-icon" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/safari-pinned-tab.svg" color="#5bbad5">
- <link rel="shortcut icon" href="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/favicon.ico">
- <meta name="apple-mobile-web-app-title" content="Volantis">
- <meta name="application-name" content="Volantis">
- <meta name="msapplication-TileColor" content="#f4f4f4">
- <meta name="msapplication-TileImage" content="https://unpkg.com/[email protected]/media/org.volantis/blog/favicon/favicon-32x32.png">
- '<meta name="theme-color" content="#f4f4f4" media="(prefers-color-scheme: light)">'
- '<meta name="theme-color" content="#121212" media="(prefers-color-scheme: dark)">'
head_end:
body_begin:
# body_end:
# - <script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-core.min.js"></script>
# - <script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/autoloader/prism-autoloader.min.js"></script>
# - <script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.js"></script>
# - |
# <script>
# volantis.css("https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-dark.css")
# </script>
# - <script>"serviceWorker"in navigator&&navigator.serviceWorker.register("/sw.js").then(function(n){n.onupdatefound=function(){var e=n.installing;e.onstatechange=function(){switch(e.state){case"installed":navigator.serviceWorker.controller?console.log("Updated serviceWorker."):console.log("serviceWorker Sucess!");break;case"redundant":console.log("The installing service worker became redundant.")}}}}).catch(function(e){console.log("Error during service worker registration:",e)}); </script>
# https://github.com/ludoviclefevre/hexo-generator-seo-friendly-sitemap
sitemap:
path: sitemap.xml
tag: false
category: false
# npm i hexo-neat
neat_enable: true
# hexo-autonofollow
nofollow:
enable: true
exclude:
- xaoxuu.com
- volantis.js.org
# autoprefixer
autoprefixer:
exclude:
- '*.min.css'
marked:
gfm: true
pedantic: false
breaks: true
smartLists: true
smartypants: false
modifyAnchors: 0
autolink: true
sanitizeUrl: false
headerIds: true
prependRoot: false
external_link:
enable: true
exclude: []
nofollow: true