This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
103 lines (85 loc) · 2.85 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
# Name of your site (displayed in the header)
title: Maratón Linuxero
# Short bio or description (displayed in the header)
description: Proyecto colaborativo de emisiones en directo a través de Software Libre
# URL of your avatar or profile pic (you could use your GitLab profile pic)
avatar: /media/logoMaratonLinuxero.png
# If you're hosting your site at a Project repository on GitLab Pages
# (http://yourusername.gitlab.io/repository-name)
# and NOT your User repository (http://yourusername.gitlab.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: ""
# Your website URL
# Used for Sitemap.xml and your RSS feed
url: https://maratonlinuxero.org
stream-baseurl: https://emision.maratonlinuxero.org:8443/
# Enter url and site-id to track visits
piwik:
url:
site-id:
# Color settings (hex-codes without the leading hash-tag)
color:
primary: fd9600
secondary: ff5503
secondary-dark: 333
font:
primary: 'Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif'
secondary: '"Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif'
# La cuenta atrás solo se activará si se escriben todos los valores
# La hora se indica en horario UTC
countdown:
format: Quedan %-D día%!D, %-H hora%!H y %-M minuto%!M
date:
start: 2018-09-01 11:00
end: 2018-09-02 01:00
msg:
start: Maratón Linuxero Edición Primer Aniversario ya ha comenzado. ¡Únete a la fiesta!
end: Maratón Linuxero Edición Primer Aniversario ya ha terminado. ¡Gracias por participar!
# Video width and height
video:
width: 560
height: 315
# Metadata and links
email: [email protected]
telegram: maratonlinuxero
matrix: "#maratonlinuxero:matrix.org"
mastodon:
name: [email protected]
url: https://mastodon.social/@maratonlinuxero
gitlab: https://gitlab.com/maratonlinuxero
feed:
path: /feed
category: Technology
summary: Sesiones del Maratón Linuxero
subtitle: Los audios del Maratón Linuxero
#
# You don't need to change any of the configuration flags below
#
permalink: /:title/
# The release of Jekyll Now that you're using
version: v1.1.0
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
plugins_dir:
- jekyll-sitemap
- jekyll-feed
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME