forked from manualweb/manualweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·204 lines (184 loc) · 3.22 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
# Site settings
title: Manual Web
email: [email protected]
description: >
Tutoriales de programación en español.
baseurl: "" # the subpath of your site, e.g. /blog/
url: http://www.manualweb.net # the base hostname & protocol for your site
git_address: https://github.com/manualweb/manualweb
git_edit_address: https://github.com/manualweb/manualweb/blob/master
# Social
twitter: http://twitter.com/manual_web
facebook: http://www.facebook.com/manualweb
youtube: http://youtube.com/lineadecodigo
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: lumen #paper
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-time-to-read
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Madrid
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _asp
type: asp
values:
layout: asp
sectionid: asp
seo:
type: "WebPage"
- scope:
path: _bootstrap
type: bootstrap
values:
layout: bootstrap
sectionid: bootstrap
seo:
type: "WebPage"
- scope:
path: _css
type: css
values:
layout: css
sectionid: css
seo:
type: "WebPage"
- scope:
path: _emberjs
type: emberjs
values:
layout: emberjs
sectionid: emberjs
seo:
type: "WebPage"
- scope:
path: _java
type: java
values:
layout: java
sectionid: java
seo:
type: "WebPage"
- scope:
path: _javaee
type: javaee
values:
layout: javaee
sectionid: javaee
seo:
type: "WebPage"
- scope:
path: _javascript
type: javascript
values:
layout: javascript
sectionid: javascript
seo:
type: "WebPage"
- scope:
path: _mongodb
type: mongodb
values:
layout: mongodb
sectionid: mongodb
seo:
type: "WebPage"
- scope:
path: _flask
type: flask
values:
layout: flask
sectionid: flask
seo:
type: "WebPage"
- scope:
path: _googlemaps
type: googlemaps
values:
layout: googlemaps
sectionid: googlemaps
seo:
type: "WebPage"
- scope:
path: _html
type: html
values:
layout: html4
sectionid: html
seo:
type: "WebPage"
- scope:
path: _html5
type: html5
values:
layout: html5
sectionid: html5
seo:
type: "WebPage"
- scope:
path: _svg
type: svg
values:
layout: svg
sectionid: svg
seo:
type: "WebPage"
- scope:
path: _typescript
type: typescript
values:
layout: typescript
sectionid: typescript
seo:
type: "WebPage"
collections:
java:
permalink: /:collection/:path/
output: true
javascript:
output: true
mongodb:
output: true
flask:
output: true
html:
output: true
html5:
output: true
svg:
output: true
typescript:
output: true
asp:
output: true
bootstrap:
output: true
css:
output: true
emberjs:
output: true
googlemaps:
output: true
javaee:
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true