-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
108 lines (99 loc) · 1.83 KB
/
_config.yml
File metadata and controls
108 lines (99 loc) · 1.83 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
96
97
98
99
100
101
102
103
104
105
106
107
108
title: Edge AI Lab
description: 边缘智能实验室官网(占位数据) | Edge AI Laboratory Website (Placeholder)
url: https://edgeai-2000.github.io
baseurl: ""
lang: zh
# GitHub Pages-supported plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-titles-from-headings
# Theme (use minima for a simple baseline)
theme: minima
markdown: kramdown
highlighter: rouge
# Collections
collections:
people:
output: true
permalink: /people/:name/
publications:
output: true
permalink: /publications/:year/:name/
projects:
output: true
permalink: /projects/:name/
news:
output: true
permalink: /news/:path/
openings:
output: true
permalink: /openings/:name/
themes:
output: true
permalink: /themes/:name/
patents:
output: true
permalink: /patents/:name/
# Defaults
defaults:
- scope:
path: ""
type: "publications"
values:
layout: detail
lang: zh
- scope:
path: ""
type: "projects"
values:
layout: detail
lang: zh
- scope:
path: ""
type: "people"
values:
layout: person
lang: zh
- scope:
path: ""
type: "news"
values:
layout: detail
lang: zh
- scope:
path: ""
type: "openings"
values:
layout: detail
lang: zh
- scope:
path: ""
type: "themes"
values:
layout: detail
lang: zh
- scope:
path: ""
type: "patents"
values:
layout: detail
lang: zh
# Pagination (used by news list if needed)
paginate: 10
paginate_path: "/news/page:num/"
# Permalink defaults
permalink: pretty
# Social/meta for seo-tag
social:
name: Edge AI Lab
links:
- https://github.com/EdgeAI-2000
# Excludes
exclude:
- README.md
- node_modules
- vendor
- scripts