This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
config.toml
executable file
·258 lines (236 loc) · 8.59 KB
/
config.toml
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
# Core
baseURL = "https://techqueria.org/"
buildFuture = true
copyright = "This work is licensed under MIT."
enableEmoji = true
enableInlineShortcodes = true
enableRobotsTXT = true
footnoteReturnLinkContents = "↩"
metaDataFormat = "yaml"
Paginate = 12
PaginatePath = ""
publishDir = "dist"
title = "Techqueria"
# Code Snippets
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "manni"
# Taxonomy
preserveTaxonomyNames = false
# Language
languageCode = "en-US"
# Internal Templates
googleAnalytics = "UA-88917358-1"
disqusShortname = "techqueria"
# HTML Renderer
[markup.goldmark.renderer]
unsafe = true
# Categories
[taxonomies]
tag = "tags"
category = "categories"
# Output Formats
[outputs]
home = ["HTML", "AMP", "RSS"]
page = ["HTML", "AMP"]
section = ["HTML", "RSS"]
# RSS
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
# SEO
[params]
description = "Techqueria is a nonprofit that serves the largest community of Latinx in Tech."
year = 2015
og_image = "https://i.imgur.com/O2YyA3E.png"
logo = "https://i.imgur.com/iJpGY6L.png"
locale = "en_US"
default_content_language = "en"
google_site_verification = "eopAXVNFciPM1qMa-owNdbQH3PWDZ6bFhrZQDaKbqZ4"
# Social Links
[social]
email = "hola@techqueria.org"
facebook = "techqueria"
github = "techqueria"
instagram = "techqueria"
linkedin = "company/techqueria"
twitter = "Techqueria"
youtube = "UCUhXR0BOgyqrS1E_Sr4PVjQ"
# Permalinks
[permalinks]
news = "/news/:year/:month/:day/:title/"
events = "/events/:year/:month/:day/:title/"
# Author
[author]
name = "Techqueria"
copyright = "©️ Techqueria.org"
# Menu
# Homepage
[[menu.homepage]]
name = "Techqueria"
url = "/"
# About
[[menu.main]]
name = "About"
url = "/about/"
[[menu.main]]
parent = "About"
name = "Brand Guidelines"
url = "/brand/"
[[menu.main]]
parent = "About"
name = "Career Center"
url = "https://techqueria.careerwebsite.com"
[[menu.main]]
parent = "About"
name = "Code of Conduct"
url = "/code-of-conduct/"
[[menu.main]]
parent = "About"
name = "Contact Us"
url = "/contact/"
[[menu.main]]
parent = "About"
name = "No Tech for ICE Policy"
url = "/no-tech-for-ice/"
[[menu.main]]
parent = "About"
name = "Leadership"
url = "/leadership/"
[[menu.main]]
parent = "About"
name = "Shop"
url = "/shop/"
[[menu.main]]
parent = "About"
name = "Financials"
url = "/financials/"
# Get Involved
[[menu.main]]
name = "Get Involved"
url = "/join/"
[[menu.main]]
parent = "Get Involved"
name = "Become a Member"
url = "/join/"
weight = 1
[[menu.main]]
parent = "Get Involved"
name = "Become a Speaker"
url = "/speak/"
weight = 2
[[menu.main]]
parent = "Get Involved"
name = "Become a Volunteer"
url = "/volunteer/"
weight = 3
[[menu.main]]
parent = "Get Involved"
name = "Become a Chapter Director"
url = "/chapter-director/"
weight = 4
[[menu.main]]
parent = "Get Involved"
name = "Subscribe to Email Newsletter"
url = "/subscribe/"
weight = 5
[[menu.main]]
parent = "Get Involved"
name = "Submit Your Resume"
url = "/submit-resume/"
weight = 6
[[menu.main]]
parent = "Get Involved"
name = "Submit Your Testimonial"
url = "/submit-testimonial/"
weight = 7
# Donate
[[menu.main]]
name = "Donate"
url = "/donate/"
[[menu.main]]
parent = "Donate"
name = "Donate via Website"
url = "https://secure.givelively.org/donate/techqueria"
[[menu.main]]
parent = "Donate"
name = "Donate via Patreon"
url = "https://www.patreon.com/bePatron?u=14280066"
[[menu.main]]
parent = "Donate"
name = "Match Your Gift"
url = "/donate/#match-your-gift"
[[menu.main]]
parent = "Donate"
name = "Donate Space"
url = "/donate/#donate-space"
# Events
[[menu.main]]
name = "Events"
url = "https://events.techqueria.org/virtual-events/"
externalLink = false
[[menu.main]]
parent = "Events"
name = "#LHM Summit 2020"
url = "/summit/"
weight = 1
[[menu.main]]
parent = "Events"
name = "Upcoming Events"
url = "https://events.techqueria.org/events"
weight = 2
[[menu.main]]
parent = "Events"
name = "City Chapters"
url = "/chapters/"
weight = 4
[[menu.main]]
parent = "Events"
name = "Community Calendar"
url = "/community-calendar/"
weight = 5
# News
[[menu.main]]
name = "News"
url = "/news/"
[[menu.main]]
parent = "News"
name = "Techqueria Podcast"
url = "/podcast/"
[[menu.main]]
parent = "News"
name = "Resources"
url = "/resources/"
[[menu.main]]
parent = "News"
name = "Testimonials"
url = "/testimonials/"
# Support Us
[[menu.main]]
name = "Partner"
url = "/partner/"
[[menu.main]]
parent = "Partner"
name = "Partnerships Deck"
url = "/partner/#partnerships-deck"
weight = 1
[[menu.main]]
parent = "Partner"
name = "Purchase a CTA"
url = "/partner/#purchase-a-cta"
weight = 2
[[menu.main]]
parent = "Partner"
name = "Submit a Partnership Inquiry"
url = "/partner/#submit-a-partnership-inquiry"
weight = 3
[[menu.main]]
parent = "Partner"
name = "Our Supporters"
url = "/supporters/"
weight = 4
# Primary CTA Menu
[[menu.portal]]
name = "Donate"
url = "https://secure.givelively.org/donate/techqueria"