generated from nichgray/edition_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
204 lines (169 loc) · 5.52 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
194
195
196
197
198
199
200
201
202
203
204
# See docs folder for details on implementation
## Site Settings
### Site Structure
baseurl: "/test_repo_rh_new" # the subpath of your site
url: "https://nichgray.github.io/" # should not change for Recovery Hub projects
### Site Title
title: Edition Base
tagline: The RHAWW Framework in action
# If the site title needs to be formatted, e.g. with italics,
# use HTML in _includes/site_title_html.html to format the title text
# and then remove the # at the beginning of the following line:
# html_site_title: true
### Site Description
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
A base edition for Recovery Hub for American Women Writers projects. TEI file display uses
CETEIcean, which is distributed under a BSD 2-Clause "Simplified" License. Text and files created as
part of this edition are licensed under a [your license here]. (Write
a simple description for your new site here. You can edit this line in
_config.yml. It will appear in your document head meta (for Google search
results) and in your feed.xml site description.)
### Banner image
### Navigation
# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
header_pages:
- "about.md"
- "docs/all-pages.html"
### Contact
author:
# "name" can contain one or multiple names and will be listed in the footer by default
name: PIs Steven Tyler
email: someemail
institution: Some Institution
### Privacy Notice
#privacy_notice: https://www.siue.edu/web-privacy-notice/
### Social Accounts
#facebook_username: AWWrecoveryhub
#twitter_username: AWWRecoveryHub
#instagram_username: awwrecoveryhub
#github_username: recoveryhub
### Sponsors / Organization Logos
# You can add/edit/remove sponsors below, or override the
# the HTML in the footer template _includes/footer.html
# Site Setup / Defaults
# If all pages in this edition have the same editor(s), you can list them here.
# Otherwise, you can include the editor(s) in the metadata for each file.
editor: Steven Tyler
## Categories
# Categories listed here must match the categories in defaults below.
# If you add a category, be sure to add it in both places.
# We use categories instead of Jekyll's built-in collections functionality
# because the latter does not account for files with no headmatter.
category_list: [
"none",
"drafts",
"books",
"periodicals",
"essays",
"poems",
"documentation",
"correspondence"
]
## Exclude specific categories from showing up
# Once the edition is complete, if you want to exclude a category from showing up
# on the finished site, remove the # at the beginning of the line below and
# add the category's folder to the list (separated with commas and spaces).
# To hide documentation on the finished site, for example, the "docs" folder
# is listed, as is the folder where drafts are stored.
# exclude: ["docs", "source/drafts"]
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: pages
values:
layout: default
category: none
- scope:
path: "source/drafts"
type: pages
values:
layout: default
category: drafts
# This should work according to this page but does not https://talk.jekyllrb.com/t/creating-custom-permalinks-for-each-post-category/434/4
# permalink: draft/:title
# Item Types
- scope:
path: "items/books"
type: pages
values:
layout: paginate
category: books
- scope:
path: "items/periodicals"
type: pages
values:
layout: paginate
category: periodicals
- scope:
path: "items/poems"
type: pages
values:
layout: default
category: poems
# Text (TEI) Types
- scope:
path: "_texts/poems"
type: texts
values:
layout: tei
category: poems
- scope:
path: "_texts/correspondence"
type: texts
values:
layout: tei
category: correspondence
# Paratext (Introduction, Essays, Documentation)
- scope:
path: "essays"
type: pages
values:
layout: default
category: essays
- scope:
path: "docs"
type: pages
values:
layout: default
category: documentation
# To use Jekyll collections, set them up here:
collections:
texts:
output: true
# Theme and Build settings
# If you clone the Minima repo and build locally, use this setting.
theme: minima
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.
#remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- kramdown
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#date_format: "%b-%d-%Y"
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/