-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (54 loc) · 1.75 KB
/
Copy path_config.yml
File metadata and controls
70 lines (54 loc) · 1.75 KB
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
title: 75.42 - Taller de programación I
email: tallerdeprogramacion@googlegroups.com
description: > # this means to ignore newlines until "baseurl:"
Sitio en construcción de la materia 75.42 - Taller de programación, de la facultad
de ingeniería de la Universidad de Buenos Aires
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# This MUST be on Monday, otherwise _pages/clases.md may not
# yield the correct calendar
current_quater: 2026/03/09
# This MUST be a string of Comma Separated Dates as a Javascript Array
# Don't forget to double quote like:
# current_quater_holidays: '[]' # no holidays
# current_quater_holidays: '["2010/04/13", "2010/05/13"]' # two holidays
current_quater_holidays: '[]'
github_username: Taller-de-programacion
repository: Taller-de-Programacion/Taller-de-Programacion.github.io
#sercom_url: http://192.34.63.156:62128/
sercom_url: https://9508.cercom.com.ar:62128/
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
- README.md
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
#optimization
#compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
# Tracker
analytics: UA-83979019-1
# Comments
disqus-shortname: webjeda-demo
# Contact form
# Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
api-token:
include: [_pages]
version: 0.8