-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
189 lines (171 loc) · 3.77 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
---
name: Smile's Tech weblog
title: Smile's Tech weblog
email: [email protected]
description: Smile's weblog about tech. Cuting edge tech popularization, hightly technical
walkthrougt in an open sharing with the world mindset.
logo: "uploads/thumbnail_logo_smile_orange-baseline.jpg"
favicon: assets/images/logo.png'
baseurl: ''
url: 'https://tech.smile.eu'
google_analytics: ''
disqus: ''
include:
- _pages
excerpt_separator: <br class="exceprt_separator">
permalink: "/:title/"
timezone: Europe/Luxembourg
collections:
authors:
output: true
defaults:
-
scope:
path: "assets/iframes/*"
values:
sitemap: false
-
scope:
path: "assets/js/*"
values:
sitemap: false
-
scope:
path: "assets/fonts/*"
values:
sitemap: false
-
scope:
path: "assets/css/*"
values:
sitemap: false
-
scope:
path: ""
type: "authors"
values:
layout: "author"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
values:
layout: "default"
# Build settings
plugins:
- jekyll-feed
- jekyll-archives
- jekyll-youtube
- jekyll-maps
- jekyll-gist
- jekyll-twitter-plugin
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# Archives
jekyll-archives:
enabled:
- categories
- tags
- year
- month
layout: archive
permalinks:
category: '/category/:name/'
tag: 'tag/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
feed:
posts_limits: 20
excerpt_only: false
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
adsense: "disabled"
adsense-data-ad-client: "ca-pub-3412143450191416"
adsense-data-ad-slot: "1363087678"
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
exclude:
- changelog.md
- LICENSE.txt
- README.md
- Gemfile
- Gemfile.lock
- _posts/assets
maps:
google:
api_key: ''
# Prose.io configuration
prose:
media: /assets/images/posts/
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Post title"
- name: "subtitle"
field:
element: "text"
label: "Optional subtitle"
- name: "description"
field:
element: "textarea"
label: "Post description"
help: "Will be used on article list / homepage"
- name: "tags"
field:
element: "multiselect"
label: "Tags"
alterable: true
- name: "featured"
field:
element: "checkbox"
label: "Feature this post"
help: "Will be displayed on top section of the homepage"
value: false
- name: "image"
field:
element: "text"
label: "Splash / Feature image"
help: "Upload pictures into /assets/images/posts/YEAR/MONTH/ and paste it here."
# Have a per category feed
# categories:
# - techwatch
# Generate a feed for all tags
# tags: true
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/