forked from protesilaos/my-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
243 lines (232 loc) · 5.42 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# Basic information
# ----------------------------
title: Protesilaos Stavrou
email: [email protected]
author: Protesilaos Stavrou
description: ""
url: "https://protesilaos.com"
baseurl: ""
timezone: "Athens/Europe"
date_format: "%Y-%m-%d"
logo: "/assets/images/brand/protesilaos-logo.png"
# Collections
# ----------------------------
# define collections
collections:
news:
output: true
archive:
output: true
archive-codelog:
output: true
commentary:
output: true
books:
output: true
codelog:
output: true
jokes:
output: true
life:
output: true
greek:
output: true
pages:
output: true
politics:
output: true
seminars:
output: true
interpretations:
output: true
poems:
output: true
keeb:
output: true
# collection defaults
# `group` is used by the `nextprev.html` module (_includes)
# `image` defines a fallback for social media img metadata
# `index` sets the base URL slug
# `master` refers to the catch-all XML feed
defaults:
- scope:
type: news
values:
layout: post
index: "/news/"
group: News and Announcements
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: archive
values:
layout: archive
index: "/blog-archive/"
group: Blog archive entries
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: archive-codelog
values:
layout: archive
index: "/codelog-archive/"
group: Code blog archive entries
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: commentary
values:
layout: post
index: "/commentary/"
group: Entries on general life isssues
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: books
values:
layout: post
index: "/books/"
group: "Books and standalone publications"
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: codelog
values:
layout: post
index: "/codelog/"
group: Code blog entries
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: jokes
values:
layout: elpost
index: "/jokes/"
group: Ατάκες και αστειϊσμοί
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: life
values:
layout: elpost
index: "/life/"
group: Σημειώσεις περί της απλής ζωής
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: greek
values:
layout: elpost
index: "/greek/"
group: Αναρτήσεις πολιτικής
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: pages
values:
layout: page
image: "/assets/images/brand/protesilaos-logo.png"
master: false
- scope:
type: politics
values:
layout: post
index: "/politics/"
group: Political writings
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: seminars
values:
layout: seminar
index: "/seminars/"
group: Seminar episodes
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: interpretations
values:
layout: post
index: "/interpretations/"
group: Interpretations and critiques
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: poems
values:
layout: poem
index: "/poems/"
group: Poems
image: "/assets/images/brand/protesilaos-logo.png"
master: true
- scope:
type: keeb
values:
layout: post
index: "/keeb/"
group: Keyboards and ergonomics
image: "/assets/images/brand/protesilaos-logo.png"
master: true
# Plugins and settings
# ----------------------------
# plugin list
# also see Gemfile (though docs seem to suggest either of)
# install with `bundle install`
# update with `bundle update`
plugins:
- jekyll
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
# social SEO
social:
name: Protesilaos Stavrou
links:
- https://github.com/protesilaos
- https://gitlab.com/protesilaos
- https://www.youtube.com/@protesilaos
- https://soundcloud.com/protesilaos
# Where things are
# ----------------------------
source: .
destination: _site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
# Build settings
# ----------------------------
permalink: /:collection/:name/
# build output
# NOTE commented these out because of build failures
# liquid:
# error_mode: strict
# strict_filters: true
# strict_variables: true
sass:
style: compressed
markdown: kramdown
kramdown:
auto_ids: false
footnote_backlink: '[^]'
hard_wrap: false
input: GFM
smart_quotes: lsquo,rsquo,ldquo,rdquo
syntax_highlighter: rouge
# syntax_highlighter_opts:
# disable : true # disable syntax highlighting
# server defaults
detach: false
port: 4000
host: 127.0.0.1
show_dir_listing: false
# exclude from builds
# see `_config-dev.yml' for a complete list
# call that file in development with:
# bundle exec jekyll serve --config _config.yml,_config-dev.yml
exclude:
- README.md
- Gemfile
- vendor
- dev
- _src