-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
81 lines (81 loc) · 1.53 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
algolia:
application_id: "ZVIOW9GL6U"
index_name: "xzonn_top"
files_to_exclude:
- index.html
- index.md
- posts.html
- search.html
nodes_to_index: "figcaption,p,li"
settings:
searchableAttributes:
- title
- headings
- unordered(tags)
- unordered(content)
attributesToHighlight:
- content
- headings
- tags
- title
attributesForFaceting:
- lang
- unordered(tags)
- title
author: Xzonn
defaults:
- values:
lang: "zh-cn"
layout: "default"
license: "by-nc-sa"
head_image_width: 1280
head_image_height: 720
head_image_shown: true
- scope:
type: "posts"
values:
permalink: /posts/:title.html
- scope:
type: "en"
values:
lang: "en"
permalink: /posts/en/:title.html
exclude:
- Debug/
- node_modules/
- vendor/
- Gemfile
- Gemfile.lock
- jsconfig.json
- package.json
- package-lock.json
- Readme.md
markdown: kramdown
kramdown:
syntax_highlighter_opts:
css_class: 'highlight'
name: Xzonn的小站
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-sass-converter
timezone: Asia/Shanghai
theme:
repository: Xzonn/xzonn.github.io
url: https://xzonn.top
image_cdn: https://images.xzonn.top/github
static_cdn: https://cdn.jsdelivr.net/gh/Xzonn/xzonn.github.io@master
version: v5.0
sass:
sass_dir: assets/css
load_paths:
- assets/css
- node_modules
sourcemap: always
style: compressed
collections:
en:
output: true
languages:
- zh-cn
- en