-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path_config.yml
264 lines (220 loc) · 6.07 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
262
263
264
#
# Jekyll Configuraton for https://NocheProgramacion.com
#
# ToDo for Jekyll v3.7:
# - Agregar presentaciones Sozi
#
# --- Site Settings ---
# Titulo de pagina Web
title: NocheProgramacion // ChepeCarlos
# Location from where the site will be served (repository name for GitHub Pages).
baseurl: /
# Name of the GitHub repository (used for generating links to GitHub).
repository: alswnet/NocheProgramacion
# Prefix for download links (downloads only the relevant code from GitHub).
github_download_prefix: https://alswnet.github.io/DownGit/#/home?url=
# Prefixes for editor.p5js.org
web_editor_sketch_prefix: https://editor.p5js.org/chepecarlos/sketches/
web_editor_fullscreen_prefix: https://editor.p5js.org/chepecarlos/full/
# Suffixes for auto-detecting the video's code that's available for download/preview.
#
# name string Name of the code variation.
# folder string Name of the folder relative to the video's repository.
# live_example boolean Wether this variation should be used as the live example.
# The first match is used. If the video has the `web_editor`
# property, a link to the P5 Web Editor will be used instead.
code_variations:
- lang: p5js
folder: p5
- lang: processing
folder: processing
- lang: javascript
folder: javascript
- lang: nodejs
folder: node
- lang: arduino
folder: arduino
- lang: python
folder: python
- lang: diagrama
folder: diagrama
- lang: html
folder: html
- lang: presentacion
folder: presentacion
- lang: script
folder: script
- lang: pdf
folder: pdf
- lang: animacion
folder: animacion
- lang: blender
folder: blender
- lang: cad
folder: cad
# Link a otro plataformas.
links:
# link de ALSW.
alsw: https://alsw.net
# link de ProgramacionNews
noticias: https://programacion.news/
# Tienda de ALSW
tienda: https://alsw.net/tienda
# Productos de alsw
pieza: https://alsw.net/tienda/
# Link de YouTube.
youtube: https://youtube.com/@chepecarlo
# Link de Miembros Youtube
miembro: https://www.youtube.com/@chepecarlo/join
# Link de discord
discord: https://nocheprogramacion.com/discord
# Link de Donaciones
paypal: https://www.paypal.me/alswnet
# Donaciones
donar: https://www.paypal.me/alswnet
# amazon afiliado
amazon: chepecarlos-20
# SEO data for twitter
twitter:
username: alswnet
# --- Build Settings ---
# Use Kramdown as the preferred Markdown parser.
markdown: kramdown
# Exclude code for Node.js and Q_and_A
exclude:
[
"Node",
"Q_and_A",
"unit_testing",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"descripciones",
"actualizado",
"assets/template",
"scripts",
"_scripts",
"*fff*",
".venv",
"media"
]
# keep_files: ["Presentaciones"]
# Include future videos (used for 'Upcoming Streams' section).
future: true
# Use El Salvador as the site's timezone.
timezone: America/El_Salvador
# Compress HTML for production builds.
compress_html: { ignore: { envs: ["development"] } }
# Search for SASS files inside assets/css.
sass: { sass_dir: "assets/css" }
# Use jekyll-redirect-from to allow redirections
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
# --- Jekyll Locations ---
layouts_dir: _jekyll/layouts
includes_dir: _jekyll/includes
# --- Collections ---
collections:
RetoProgramacion: { output: true }
Cursos: { output: true }
series: { output: true }
listas: { output: true }
tutoriales: { output: true }
Guias: { output: true }
Presentaciones: { output: true }
mas: { output: true }
colaboraciones: { output: true }
grabaciones: { output: true }
redirects: { output: true }
shorts: { output: true }
colaboradores: { output: true }
ponencias: { output: true }
extras: { output: true }
tag:
output: true
permalink: tag/:path/
# --- Defaults ---
defaults:
- scope: { path: "", type: "RetoProgramacion" }
values:
layout: "video"
video_type: "reto programacion"
video_type_short: "reto"
can_contribute: true
- scope: { path: "", type: "Cursos" }
values:
layout: "video"
video_type: "curso"
can_contribute: true
- scope: { path: "", type: "series" }
values:
layout: "video"
video_type: "series"
video_type_short: "serie"
can_contribute: true
- scope: { path: "", type: "listas" }
values:
layout: "video"
video_type: "listas"
video_type_short: "lista"
can_contribute: true
- scope: { path: "", type: "tutoriales" }
values:
layout: "video"
video_type: "tutoriales"
video_type_short: "tutorial"
can_contribute: true
- scope: { path: "", type: "shorts" }
values:
layout: "video"
video_type: "shorts"
video_type_short: "short"
can_contribute: true
- scope: { path: "", type: "grabaciones" }
values:
layout: "video"
video_type: "grabaciones"
video_type_short: "grabacion"
can_contribute: false
- scope: { path: "", type: "Guias" }
values:
layout: "guide"
- scope: { path: "", type: "Presentaciones" }
values:
video_type: "Presentaciones"
video_type_short: "Presentacion"
layout: "presentation"
- scope: { path: "", type: "ponencias" }
values:
layout: "video"
video_type: "Ponencias"
video_type_short: "Ponencia"
can_contribute: true
- scope: { path: "", type: "colaboraciones" }
values:
layout: "video"
video_type: "colaboraciones"
video_type_short: "colaboracion"
can_contribute: true
- scope: { path: "", type: "extras" }
values:
layout: "video"
video_type: "extras"
video_type_short: "extra"
can_contribute: true
- scope: { path: "", type: "mas" }
values:
layout: "video"
video_type: "Video"
# Colaboradores del Comunidad
- scope: { path: "", type: "colaboradores" }
values:
layout: "colaborador"
# Redirects
- scope: { path: "", type: "redirect" }
values:
layout: "external-redirect"