-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
126 lines (123 loc) · 3.8 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
# SITE CONFIGURATION
baseurl: ""
url: "https://ciberninjas.com"
title: "Ciberninjas"
description: Noticias, actualidad y eventos de desarrollo web, programación y diseño; para desarrolladores, programadores y diseñadores de habla hispana.
# Configuración
author: ROSEPAC
avatar: '/assets/img/ciberninjas-emoji-160px.webp'
favicon: 'assets/favicon.ico'
# Header and footer text
header_text: 'Blog de Desarrolladores Ninja'
header_feature_image: '/assets/img/paginas/navidad-cartel-cn.webp'
footer_text: >-
© 2020 Ciberninjas. Noticias, cursos, eventos y artículos de desarrollo web, programación y diseño.<br/> Con 😻 desde Asturias. Lanzado por Jekyll y <a href="https://github.com/sylhare/Type-on-Strap" target="_blank" rel="nofollow,noreferrer">Type on Strap</a>
# Blog
excerpt: false # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.webp # A bit transparent for color posts.
# Features
katex: false # Enable if using math markup
google_analytics: "UA-142542230-1" # Tracking ID, e.g. "UA-000000-01"
cookie_consent: true # To respect the usage of cookies
cookie_consent_disclaimer: Nos gustaría utilizar cookies y scripts para mejorar la funcionalidad de la web. <span style="color:white"><a href="https://ciberninjas.com/aviso-legal/">Saber Más</a></span>
# SEO
lang: es_ES
logo: https://ciberninjas.com/assets/img/ciberninjas-emoji-160px.webp
seo:
name: "Ciberninjas: El Jardín Digital del Saber Binario"
twitter:
username: ciberninjas
card: summary_large_image
# social:
# name: Ciberninjas
# links:
# - https://twitter.com/ciberninjas
# - https://www.facebook.com/ciberninjas
# - https://www.linkedin.com/in/ciberninjas
# - https://dev.to/rosepac
# - https://t.me/ciberninjas
# - https://github.com/rosepac
# - https://instagram.com/ciberninjas
# PAGINATION
paginate: 25
paginate_path: "/blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
guias:
output: true
permalink: /:collection/:name
eff:
output: true
permalink: /:collection/:name
programa-gratis:
output: true
permalink: /:collection/:name
libros-prog:
output: true
permalink: /:collection/:name
cursos-gratis:
output: true
permalink: /:collection/:name
wiki:
output: true
permalink: /:collection/:name
glosario:
output: true
permalink: /:collection/:name
catalogo:
output: true
permalink: /:collection/:name
historia-computadora:
output: true
permalink: /:collection/:name
personajes-historicos:
output: true
permalink: /:collection/:name
pac:
output: true
permalink: /:collection/:name
amazon:
output: true
permalink: /:collection/:name
biblioteca:
output: true
permalink: /:collection/:name
cursos-bases-datos:
output: true
permalink: /:collection/:name
cursos-fk-prog:
output: true
permalink: /:collection/:name
fpdaw:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
plugins: [jekyll-paginate, jekyll-feed, jekyll-seo-tag]
feed:
posts_limit: 900
feed:
collections:
- portfolio
- guias
- eff
- programa-gratis
- libros-prog
- cursos-gratis
- wiki
- glosario
- catalogo
- historia-computadora
- personajes-historicos
- pac
- amazon
- biblioteca
- cursos-bases-datos
- cursos-fk-prog
- fpdaw
exclude: [".jekyll-cache", ".idea", "vendor/*", "assets/node_modules"]
# Tema: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github