-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
executable file
·193 lines (178 loc) · 3.42 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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: none
# Setup
title: "archipelagos"
publisher: "Columbia University Libraries"
description: "a journal of Caribbean digital praxis"
# PROD
url: "http://archipelagosjournal.org"
baseurl: ""
future: True
incremental: False
# Misc
githuburl: "https://github.com/archipelagosjournal/archipelagos"
# Colophon
old_issn: 2473-2206
issn: 2689-842X
# Collections
collections:
issue01:
slug: issue01
slug_fr: fr/issue01
slug_es: es/issue01
output: true
number: 1
date: "June 2016"
title: "Issue (1)"
editors:
- Kaiama Glover
- Alex Gil
- Kelly Baker Josephs
production:
- Alex Gil
- Dennis Tenen
- Brian Ballsun-Stanton
- Kelly S. Martin
issue02:
slug: issue02
slug_fr: fr/issue02
slug_es: es/issue02
output: true
number: 2
date: "September 2017"
title: "Issue (2)"
editors:
- Kaiama Glover
- Alex Gil
production:
- Alex Gil
- Brian Ballsun-Stanton
- Kelly S. Martin
issue03:
slug: issue03
slug_fr: fr/issue03
slug_es: es/issue03
output: true
number: 3
date: "April 2019"
title: "Issue (3)"
editors:
- Kaiama Glover
- Alex Gil
- Jessica Marie Johnson
production:
- Alex Gil
- Brian Ballsun-Stanton
- Kelly S. Martin
issue04:
slug: issue04
slug_fr: fr/issue04
slug_es: es/issue04
output: true
number: 4
date: "March 2020"
title: "Issue (4)"
editors:
- Kaiama Glover
- Alex Gil
production:
- Alex Gil
- Brian Ballsun-Stanton
- Kelly S. Martin
issue05:
slug: issue05
slug_fr: fr/issue05
slug_es: es/issue05
output: true
number: 5
date: "December 2020"
title: "Issue (5)"
editors:
- Kaiama Glover
- Alex Gil
production:
- Alex Gil
- Brian Ballsun-Stanton
- Kelly S. Martin
issue06:
slug: issue06
slug_fr: fr/issue06
slug_es: es/issue06
output: true
number: 6
date: "May 2022"
title: "Issue (6)"
editors:
- Kaiama Glover
- Alex Gil
- Perry Collins
- Hadassah St. Hubert
production:
- Alex Gil
- Brian Ballsun-Stanton
- Alex Martin
issue07:
slug: issue07
slug_fr: fr/issue07
slug_es: es/issue07
output: true
number: 7
date: "May 2023"
title: "Issue (7)"
editors:
- Kaiama Glover
- Alex Gil
production:
- Alex Gil
- Brian Ballsun-Stanton
- Emily McGuinn
archives:
title: archives
output: true
cfps:
title: cfps
output: true
# Current issue
current: issue07
current-number: 7
# Jekyll-Kramdown
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Gems
plugins:
- jekyll-sitemap
- jekyll-multiple-languages-plugin
# About/contact
author:
name: "Archipelagos"
email: [email protected]
#i18n
languages: ["en", "es", "fr"]
exclude_from_localizations: []
# Custom vars
version: 0.0.1
# Excluded
exclude:
[
Dockerfile,
docker-readme.txt,
utility,
Gemfile,
smartquotes.txt,
Dockerfile,
Gemfile.lock,
extras,
vendor,
RAKEFILE,
update.log,
robots.txt,
]