generated from HUSTLYRM/langya_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yaml
More file actions
95 lines (85 loc) · 1.72 KB
/
_config.yaml
File metadata and controls
95 lines (85 loc) · 1.72 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# site properties and page defaults
title: Aurora 战队
subtitle:
description: 江苏大学 RoboMaster Aurora战队
header: images/background.jpg
header-video: images/bgvideo.mp4
footer: images/background.jpg
proofer: false
slogan: 矢志不退,勇者无畏
# site social media and other links
links:
email: contact@Aurora-UJSDESCRIPTION=An engaging 1-3 sentence description of your lab..com
github: https://github.com/Aurora-UJS
bilibili: "690755074"
wechat: https://mp.weixin.qq.com/s/Zrk4PRRGSimJG9bVDj3Zsg
## jekyll settings
# front matter defaults
defaults:
# all markdown files
- scope:
path: ""
values:
layout: default
# markdown files in /_members
- scope:
type: "members"
values:
layout: member
- scope:
type: "awards"
values:
layout: award
- scope:
type: "events"
values:
layout: event
# markdown files in /_posts
- scope:
type: "posts"
values:
layout: post
- scope:
type: "news"
values:
layout: post
collections:
# generate page for each member
members:
output: true
# generate page for each post
posts:
output: true
awards:
output: true
news:
output: true
projects:
output: true
patents:
output: true
events:
output: true
# jekyll plugins
plugins:
- jekyll-spaceship
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-feed
- jekyll-last-modified-at
# code block syntax highlighting
highlighter: rouge
# jekyll theme
theme: null
# sass settings
sass:
sass_dir: _styles
# force jekyll to include certain files/folders
include:
- _styles
- _scripts
# force jekyll to exclude certain files/folders
exclude:
- README.md
- LICENSE.md
- CITATION.cff