-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
65 lines (55 loc) · 1.47 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
name: Freifunk Bremen
description: Freifunk steht für freie Kommunikation in digitalen Datennetzen. Wir verstehen frei als öffentlich zugänglich, nicht kommerziell, im Besitz der Gemeinschaft und unzensiert.
timezone: Europe/Berlin
encoding: UTF-8
permalink: /blog/:year/:month/:day/:slug.html
url: http://bremen.freifunk.net
baseurl: /
exclude: ['wiki', 'README.md', 'Gemfile', 'Gemfile.lock', 'api/config.php.example', 'images/icons', 'vendor']
keep_files: ['.htaccess', 'webhook.php', 'in_freifunk.php', 'meshviewer', 'api/config.php', 'api/cache/']
more_sep: "<!-- more -->"
kramdown:
input: GFM
hard_wrap: false
sass:
style: compressed
image:
output: generated
presets:
dummy:
width: 400
height: 400
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
category_id: 0
compress_html:
clippings: all
comments: ["<!--", "-->"]
endings: all
startings: [html, head, body]
ignore:
envs: [development]
prose:
rooturl: "_posts"
media: "images"
metadata:
_posts:
- name: "title"
field:
element: "text"
label: "Title"
- name: "author"
field:
element: "text"
label: "Author"
- name: "published"
field:
element: "hidden"
value: "true"