-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
142 lines (132 loc) · 3.39 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
# Site
name: 'Una señora en Alemania'
title: 'Una señora en Alemania'
description: '¡Descubre Alemania junto a mí! Choques culturales, datos de interés social, lugares bonitos y cosas que hacer!'
url: https://unasenoraenalemania.com
baseurl: ''
logo: /assets/img/icono.png
favicon: /assets/img/logo-sea-como-seo.png
google_analytics: UA-2157126-26
google_site_verification: 4Hd8UAELUYyZSkhwoCS1KSNKqEljt8MnRQzcfu7tfU4
# google_adsense: # ca-pub-xxxxxxxxxxxxxxxx
# mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
email: 'unasenoraenalemania@gmail.com'
disqus: 'una-senora-en-alemania'
lang: es
permalink: /:title
authorbox: true
author-links: true
search: true
lazy-load-comments: true # if false, comments load when clic
critical-path-css: true
# Authors
authors:
maria:
name: María Sánchez
avatar: /assets/img/avatar.jpg
# gravatar: a48d43c9530f50721162853c0b68aebc
email: 'unasenoraenalemania@gmail.com'
web: 'presentacion'
# twitter: https://twitter.com/mariasaanchez
instagram: https://www.instagram.com/mariasaanchez/
description: 'Viajar para descubrir el mundo y a mí misma. Marketing y social media management como pasión. La danza y la fotografía mi complemento imprescindible.'
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-figure
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/categorias#:name'
# Pagination
paginate: 6
paginate_path: /page:num/
# Drafts and pages like collections
collections:
drafts:
output: true
pages:
output: true
permalink: /:name
# Compress HTML
compress_html:
clippings: all
comments: all
ignore:
envs: [development]
# Exclude
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Defaults values
defaults:
- # All posts
scope:
path: ''
type: 'posts'
values:
layout: post
author: maria
toc: false
description: false
comments: true
excerpt_separator: <!--more-->
- # All drafts
scope:
path: ''
type: 'drafts'
values:
layout: post
author: maria
toc: false
description: false
comments: false
sitemap: false
excerpt_separator: <!--more-->
- # All pages
scope:
path: ''
type: 'pages'
values:
layout: page
toc: false
description: false
comments: false
sitemap: false
excerpt_separator: <!--more-->
- # Neither noindex nor sitemap in pages
scope:
path: 'page'
values:
sitemap: false
- # google-site-verification file
scope:
path: 'google7467d923cbb3eb4c.html'
values:
sitemap: false
- # Netlify CMS admin
scope:
path: 'admin/index.html'
values:
sitemap: false
- # PDF all files
scope:
path: '**/*.pdf'
values:
sitemap: false
# Other
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
transliterated_header_ids: false
# DEVELOPMENT CONFIG IN _config_dev.yml