-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
51 lines (46 loc) · 1.15 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
# Site settings
title: Korfbalclub KCBJ
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
KBCJ is een korfbalclub uit Betekom met meer dan 200 actieve leden. Er zijn verschillende jeugd- en volwassenenploegen die spelen in competitieverband of voor de fun.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.kcbj.be" # the base hostname & protocol for your site
timezone: Europe/Brussels
exclude:
- TODO.md
- /images/video/instructions.md
- /images/backgrounds/originals
- /images/backgrounds/optimize.rb
- /Gemfile
- /Gemfile.lock
- /images/events/originals
- /images/events/optimize.rb
- /images/news/optimize.rb
- /images/ploegen/optimize.rb
- /downloads/generate.rb
- /_locations/generate.rb
sass:
style: compressed
collections:
locations:
output: true
defaults:
- scope:
path: ""
type: locations
values:
layout: location
-
scope:
path: ""
type: posts
values:
layout: article
# Build settings
markdown: kramdown
plugins:
- github-pages
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
- jekyll-coffeescript