-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
106 lines (87 loc) · 2.57 KB
/
config.yaml
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
---
title: "Entre Dev y Ops"
baseURL: "https://www.entredevyops.es/"
languageCode: "es-es"
defaultContentLanguage: "es"
SectionPagesMenu: "Main"
theme: "edyo"
paginate: 6
uglyurls: true
pygmentsCodeFences: true
pygmentsStyle: "vs"
enableEmoji: true
blackfriday:
hrefTargetBlank: true
removePathAccents: false
preserveTaxonomyNames: false
taxonomies:
tags: "tags"
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "rss"
security:
exec:
allow:
- ^rst2html$
markup:
goldmark:
renderer:
unsafe: true
params:
mainSections: ["posts", "podcasts"]
Description: "El podcast donde no solo hablamos sobre desarrollo de aplicaciones, operaciones de sistemas informáticos y todo lo relacionado con la filosofía DevOps"
Subtitle: "El podcast donde no solo hablamos sobre desarrollo de aplicaciones, operaciones de sistemas informáticos y todo lo relacionado con la filosofía DevOps"
cover: "/images/cover.jpg"
logo: "/images/edyo-logo.png"
icon: "/images/edyo-icon.png"
license: "<a target=\"_blank\" href=\"http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es_ES\"><i class=\"fab fa-creative-commons\"></i> BY-NC-SA 3.0</a>"
cookiesNoticePage: "politica-cookies.html"
cookiesNoticeMessage: "Esta web utiliza cookies de terceros para mejorar la experiencia de la web y recopilar datos de uso. Si continúas navegando, consideramos que aceptas su uso."
showToc: false
googleAnalyticsUserID: "UA-25613214-1"
disqus: "edyo"
twitter: "entredevyops"
mastodon: "https://mastodon.online/@entredevyops"
linkedin: "company/entredevyops"
github: "edyo"
telegram: "entredevyops"
podcast:
audioBaseUrl: "https://podcast.edyo.es/podcast/"
menu:
main:
- Name: "Episodios podcast"
URL: "/podcasts.html"
Identifier: "podcasts"
Weight: 10
- Name: "Artículos"
URL: "/posts.html"
Identifier: "posts"
Weight: 20
- Name: "Suscríbete"
URL: "/suscribete.html"
Identifier: "subscription"
Weight: 30
- Name: "Ayúdanos"
URL: "/ayudanos.html"
Identifier: "help-us"
Weight: 40
- Name: "Equipo"
URL: "/equipo.html"
Identifier: "team"
Weight: 50
- Name: "Código de conducta"
URL: "/codigo-conducta.html"
Identifier: "coc"
Weight: 60
frontpage:
- Name: "Suscríbete"
URL: "/suscribete.html"
Pre: <i class="fas fa-rss"></i>
Identifier: "subscription"
Weight: 10
- Name: "Ayúdanos"
URL: "/ayudanos.html"
Pre: <i class="fas fa-donate"></i>
Identifier: "help-us"
Weight: 20