-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
77 lines (63 loc) · 1.18 KB
/
_config.yml
File metadata and controls
77 lines (63 loc) · 1.18 KB
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
lang: zh-CN
timezone: Asia/Shanghai
title: 系统工程/科学
tagline: 站在巨人的肩膀上,追求卓越,探索发现
description: >-
站在巨人的肩膀上,追求卓越,探索发现
url: "https://xuleixie.github.io"
baseurl: ""
theme: jekyll-theme-chirpy
github:
username: xuleixie
twitter:
username: xiexulei3
social:
name: xulei Xie
email: xuleixie@gmail.com
links:
- https://github.com/xuleixie
- https://x.com/xiexulei3
theme_mode: dark
avatar: ""
toc: true
paginate: 10
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-archives
- jekyll-sitemap
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/
defaults:
- scope:
path: ""
type: posts
values:
layout: post
comments: true
toc: true
permalink: /posts/:title/
- scope:
path: _tabs
values:
layout: page
permalink: /:title/
sass:
style: compressed
exclude:
- "*.gem"
- "*.gemspec"
- docs
- tools
- README.md
- LICENSE
- rollup.config.js
- package*.json
- node_modules