-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
80 lines (70 loc) · 2.22 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
# Build settings
markdown: kramdown
permalink: /blog/:year/:month/:day/:title/
# permalink: pretty
safe: true
timezone: Europe/Zurich
# debugmode: true
# Use {{ jekyll.environment }} from: https://github.com/jekyll/jekyll/issues/1219#issuecomment-50814813
exclude: ["git-untracked"]
defaults:
- scope:
path: "pages" # an empty string here means all files in the project
values:
section-group: "secondary"
layout: "default"
- scope:
type: "posts"
values:
section-group: "secondary"
layout: "post_default"
- scope:
type: "drafts"
values:
section-group: "secondary"
layout: "post_default"
# Site settings
title: basimilch
description: Genossenschaft basimilch - Die kooperative Käserei in Dietikon
baseurl: ""
url: "http://basimil.ch"
info:
name: Genossenschaft basimilch
shortname: basimilch
subtitle: Die kooperative Käserei in Dietikon
official_shortname: basimilch - koop. Käserei Dietikon
iban: CH56 0839 0033 6848 1000 7
address:
street: Alte Kindhauserstrasse 3
plz: 8953
city: Dietikon ZH
url: https://www.google.ch/maps/place/Alte+Kindhauserstrasse+3+8953+Dietikon+Switzerland
abo_sharing_email: aboteilen@basimil.ch
platform:
url: https://meine.basimil.ch
social:
facebook:
url: https://www.facebook.com/basimilch
twitter:
url: https://twitter.com/basimilch
# Consider using site.github hash
# SOURCE: https://github.com/benbalter/benbalter.github.com/blob/14c1d3e597125cf24a71ba4183d7c3f118733cad/_includes/improve.html#L7
# DOC: https://help.github.com/articles/repository-metadata-on-github-pages/#available-repository-metadata
# https://help.github.com/articles/using-jekyll-with-pages/#defaults
github:
repo:
branch: master
url: https://github.com/basimilch/basimilch.github.io
kramdown:
# Source for German quote codes: http://symbolcodes.tlt.psu.edu/bylanguage/german.html
smart_quotes: sbquo,lsquo,bdquo,ldquo
sass:
style: compressed
# Source: https://github.com/penibelst/jekyll-compress-html
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
# profile: true
# ignore:
# envs: [local]