-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
120 lines (108 loc) · 2.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
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
title: MTG Baselland
email: [email protected]
description: >-
Magic: The Gathering in Liestal
tagline: >-
Magic: The Gathering in Liestal
logo: /assets/img/logo.png
baseurl: ""
url: "https://mtgbl.ch" # the base hostname & protocol for your site
timezone: UTC
future: true # render events and posts with a date in the future
lang: de
author:
name: MTG Baselland
email: [email protected]
social:
name: MTG Baselland
links:
- https://www.facebook.com/mtgbaselland/
- https://chat.whatsapp.com/HQ7IINFrZB63esDNRqsIUw
- https://github.com/mtgbl
locale: de_CH
header_pages:
- about.markdown
- events.markdown
- liga/overview.markdown
- bears.markdown
collections:
events:
sort_by: date
output: true
locations:
output: true
#theme: minima
remote_theme: jekyll/minima
minima:
skin: dark
social_links:
- platform: whatsapp
user_url: "https://chat.whatsapp.com/HQ7IINFrZB63esDNRqsIUw"
title: "Unsere WhatsApp-Gruppe"
- platform: facebook
user_url: "https://www.facebook.com/mtgbaselland/"
title: "Unsere Facebook-Gruppe"
- platform: calendar
user_url: "/events.ics"
title: "Event-Kalender"
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-spaceship
- jekyll-toc
- jekyll-redirect-from
strict_front_matter: true
liquid:
error_mode: strict
# strict_variables: true
strict_filters: true
jekyll-spaceship:
processors:
- table-processor
maps_api_key: AIzaSyCsr4EVNw-s-VDiSyJyXamPbTRVzJrycGg
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: /neuigkeiten/:path
- scope:
path: ""
type: "events"
values:
layout: "event"
permalink: /event/:path
- scope:
path: ""
type: "locations"
values:
layout: "location"
permalink: /standort/:path
- scope:
path: "assets/img"
values:
image: 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:
- README.md
- .github/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- _drafts/