This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
154 lines (135 loc) · 3.09 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
# ----
# Site
title: Ayuda de Deepin en Español
url: "http://ayuda.deepin.ovh"
# NOTA: Nombre provisional /basedata
baseurl: ""
google_analytics_key:
disqus_shortname:
newsletter_action:
repo_source: https://gitlab.com/deepin-espanol/basedata/tree/master
official_url: http://ayuda.deepin.ovh
pluscomments: true
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: /images/favicon/favicon-32x32.png
description: Información de usuarios y desarrolladores
author:
name: Deepin en Español
email:
twitter: # twitter username without the @ symbol
social:
name: Deepin en Español
links:
- http://deepin.ovh
- https://t.me/deepinenespanol
# -----
# Build
permalink: /deepin/:title/
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-archives
- jekyll-paginate-v2
- jekyll-email-protect
- emoji_for_jekyll
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
exclude_paths:
- "changelog/"
- "licenses/"
collections:
sets:
cheat_sheet:
dsoftwares:
output: true
dwallpapers:
output: true
jekyll-archives:
enabled: ['tags']
permalinks:
tag: '/:name/'
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
type: "posts"
values:
layout: "post"
comments: true
-
scope:
type: "sets"
values:
_hide_content: true
-
scope:
type: "dsoftwares"
values:
layout: dsoftware
-
scope:
type: "dwallpapers"
values:
layout: dwallpaper
-
scope:
path: "index.html"
values:
body_class: "show_hero_search"
-
scope:
path: "search.html"
values:
body_class: "show_hero_search"
# -----------
# -----------
# CloudCannon
social_icons:
- Facebook
- Google Plus
- Instagram
- LinkedIn
- Pinterest
- Telegram
- Tumblr
- Twitter
- YouTube
- Email
- RSS
types:
- Document
- Video
_comments:
# --------------
# Icons
favicon-32x32: 'favicon-32x32.png'
touch-icon-192x192: 'touch-icon-192x192.png'
apple-touch-icon-180x180-precomposed: 'apple-touch-icon-180x180-precomposed.png'
apple-touch-icon-152x152-precomposed: 'apple-touch-icon-152x152-precomposed.png'
apple-touch-icon-144x144-precomposed: 'apple-touch-icon-144x144-precomposed.png'
apple-touch-icon-120x120-precomposed: 'apple-touch-icon-120x120-precomposed.png'
apple-touch-icon-114x114-precomposed: 'apple-touch-icon-114x114-precomposed.png'
apple-touch-icon-76x76-precomposed: 'apple-touch-icon-76x76-precomposed.png'
apple-touch-icon-72x72-precomposed: 'apple-touch-icon-72x72-precomposed.png'
apple-touch-icon-precomposed: 'apple-touch-icon-precomposed.png'
msapplication_tileimage: 'msapplication_tileimage.png' # Size 144x144
msapplication_tilecolor: '#fabb00'
# ---------
# Comprimir contenido (compress_html y sass)
compress_html:
clippings: all
comments: all
endings: all
startings: all
blanklines: true #no funciona si está desactivado
sass:
sass_dir: _sass
style: compressed