-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
160 lines (146 loc) · 2.91 KB
/
_config.yml
File metadata and controls
160 lines (146 loc) · 2.91 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
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
# Basic Site Info
name: "SEACrowd"
title: "SEACrowd: AI for SEA"
description: "AI for Southeast Asia, by Southeast Asians"
# URL
url: https://seacrowd.org
# baseurl: "" # For Root Domain
permalink: /posts/:title.html
thumbnail: banner.png
# Social Links
social:
email: "seacrowd.research@gmail.com"
github: "https://github.com/seacrowd"
discord: "https://discord.gg/XXRHFuvkTA"
twitter: "https://twitter.com/seacrowd"
facebook: "https://www.facebook.com/seacrowd2025"
linkedin: "https://www.linkedin.com/company/seacrowd/"
bluesky: "https://bsky.app/profile/seacrowd.bsky.social"
google_group: "https://groups.google.com/u/0/g/seacrowd"
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
toc: true
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: "assets"
values:
sitemap: false
- scope:
path: ""
values:
toc: true
# Collections
collections:
news:
output: false
projects:
output: true
permalink: /projects/:title.html
people:
output: true
permalink: /people/:title.html
sort_by: name
apprentice_projects:
output: false
include:
- _pages
# Markdown & Highlighter
markdown: kramdown
highlighter: rouge
# Sass (Jekyll built-in)
sass:
sass_dir: _sass
style: compressed
load_paths:
- _sass
- assets/css
# Plugins
plugins:
- jekyll-scholar
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-feed
- jekyll-toc
toc:
min_level: 2
max_level: 3
# Jekyll Scholar
scholar:
style: apa
locale: en
source: _bibliography/
bibliography: "**/*.bib{,tex}"
bibliography_template: bib # _layouts/bib.html
sort_by: year,month
order: descending
group_by: none
group_order: ascending
pub_show_max_authors: 8 # first + last authors
max_authors_card: 2 # Maximum authors to show in card.html
max_authors_post: 4 # Maximum authors to show in post.html
# jekyll-paginate-v2
pagination:
enabled: true
collection: posts
permalink: /page/:num/
per_page: 8
sort_field: date
sort_reverse: true
trail:
before: 2 # The number of links before the current page
after: 2 # The number of links after the current page
debug: true
# Exclude files from processing
exclude:
- _site/
- docker/
- .docker/
- Dockerfile
- docker-compose.yml
- "docker-compose.*.yml"
- .dockerignore
- .git/
- .gitignore
- .husky/
- Makefile
- package.json
- node_modules/
- vendor/
- .bundle/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- "*.lock"
- "*-lock.*"
- README.md
- TODOS.md
- LICENSE
- scripts/
- "*.log"
- _pages/robots.txt
- _pages/feed.xml
- _posts/_template.md
# Keep files (override exclude)
keep_files:
- .git
- .svn
- _pages/robots.txt
- _pages/feed.xml
# Build settings
profile: false
safe: false