-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
261 lines (227 loc) · 7.69 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the header)
#name: Intersectional AI Toolkit
title: Intersectional <br>AI Toolkit
# Short bio or description (displayed in the header)
description: ideas, ethics, & tactics for more equitable tech from queer, anti-racist, & feminist communities
# | a zine collection and code library for artists, activists, engineers, and you
# Just the Docs
color_scheme: "light" #"light" #"dark"
search_enabled: false
remote_theme: pmarsceill/just-the-docs
# remote_theme: femmebot/jekyll-grid # doesn't work as remote theme mb?
# URL of your avatar or profile pic (you could use your GitHub profile pic)
# avatar:
#logo: "/assets/images/just-the-docs.png"
#
# Flags below are optional
#
wikiToJekyll:
# your user Github Name
user_name: sarahciston
# your repository Name
repository_name: intersectionalai
# set your remote name. 'origin' is the default name set
# when you do a 'git init'
# if you changed this name be sure to change this parameter
deploy_remote: "origin"
# for an organization / user, publication branch is master
# for a project, publication branch is gh-pages
deploy_branch: "main"
# wiki repository url
# if you live this blank, it will be derived from you code
# user_name and repository_name
# eg : wiki_repository_url = user_name/repository_name/wiki'
#
# If you're importing a wiki from another code repository
# you MUST set this url
#
# IMPORTANT: no [email protected]: in front
# You MUST use the htpps:// url or it will
# cause a submodule error on github
#
# Example : https://github.com/userName/repositoryName.wiki.git
wiki_repository_url: # https://github.com/userName/repositoryName.wiki.git
# wiki submodule folder
# the underscore makes sure that this folder is ignored by Jekyll
wiki_source: "_wiki"
# wiki Jekyll generated pages destination folder
wiki_dest: "wiki"
# commit and push to Jekyll repository after wiki synchronisation
commit_and_push: false
# Aux links for the upper right navigation
aux_links:
# "PRINT Your Own":
# - "TK"
# "EDIT on GitHub":
# - "//github.com/sarahciston/intersectionalai"
# "markdown cheatsheet":
# - "https://devhints.io/markdown"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Comment, edit, or remix this page on GitHub."
gh_edit_repository: "https://github.com/sarahciston/intersectionalai" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# footer_content: "Distributed by an <a href=\"https://anticapitalist.software\">Anti-Capitalist Software License.</a>"
# Footer last edited timestamp
# SEARCH
search:
# Split pages into sections that can be searched individually
# Supports 1 - 6, default: 2
heading_level: 2
# Maximum amount of previews per search result
# Default: 3
previews: 3
# Maximum amount of words to display before a matched word in the preview
# Default: 5
preview_words_before: 5
# Maximum amount of words to display after a matched word in the preview
# Default: 10
preview_words_after: 10
# Set the search token separator
# Default: /[\s\-/]+/
# Example: enable support for hyphenated search words
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: true
# Jekyll-Grid
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email: [email protected]
facebook:
flickr:
github: sarahciston
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: sarahciston
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
# Your disqus shortname, entering this will enable commenting on posts
disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: http://sarahciston.github.io
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: "/intersectionalai"
#
# !! You don't need to change any of the configuration flags below !!
#
# markdown: kramdown
markdown: redcarpet
highlighter: rouge
permalink: /:title/
# The release of Jekyll Now that you're using
version: v1.0.0
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _scss
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
gems:
- jemoji # Emoji please!
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- github-pages
- just-the-docs
- jekyll-remote-theme
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
## prose.io config
prose:
# rooturl: 'posts' #add space for pages too? separate to make private? do i need prose for this site more/less?
siteurl: 'https://sarahciston.github.io/sarahciston/intersectionalai'
media: 'assets/img'
metadata:
posts:
- name: "layout"
field:
element: "select"
value: "default"
options:
- name: "default"
value: "default"
- name: "post"
value: "post"
- name: "page"
value: "page"
# - name: "layout"
# field:
# element: "hidden"
# value: "default" #"posts"
- name: "date"
field:
element: "text"
label: "date"
value: CURRENT_DATETIME
type: "text"
- name: "nav_order"
field:
element: "number"
label: "nav_order"
type: "number"
- name: "title"
field:
element: "text"
label: "title"
type: "text"
- name: "desc"
field:
element: "textarea"
label: "desc"
type: "textarea"
help: "a brief description of the post, a subhead or dek"
- name: "author"
field:
element: "hidden"
value: CURRENT_USER
pages:
- name: "layout"
field:
element: "select"
value: "default"
options:
- name: "default"
value: "default"
- name: "post"
value: "post"
- name: "page"
value: "page"
# - name: "layout"
# field:
# element: "hidden"
# value: "pages"
- name: "nav_order"
field:
element: "number"
label: "nav_order"
type: "number"
- name: "title"
field:
element: "text"
label: "title"
type: "text"
users:
- login: "sarahciston"
user: "Sarah Ciston"