forked from pirati-web/olomoucky.pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
94 lines (83 loc) · 2.32 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Piráti Olomoucký kraj
email: olomoucko@pirati.cz
description: Prosazujeme fungující moderní politiku založenou na využití technologií 21. století pro otevřenou demokratickou společnost.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://olomoucky.pirati.cz" # the base hostname & protocol for your site
administrator:
email: honza.dvorak@pirati.cz # mail kam pujdou chybove vystupy
# Build settings
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
paginate_path: "aktuality/:num/"
paginate: 11
timezone: Europe/Prague
exclude:
- readme.md
- Gemfile
- Gemfile.lock
- package.json
- bower.json
- gulpfile.js
- node_modules
- bower_components
- vendor
sass:
style: compressed
permalink: /tiskove-zpravy/:title.html
collections:
people:
output: true
permalink: /lide/:path/
program:
output: false
permalink: /program/:path/
teams:
output: true
permalink: /mistni-sdruzeni/:title/
elections:
output: false
permalink: /volby/:path/
defaults: # defaults values for collection scope
-
scope:
path: "_people"
values:
layout: "page"
rbar: "people, foto"
-
scope:
path: "_program"
values:
layout: "page"
rbar: "program"
-
scope:
path: "_program/psp2017"
values:
layout: "page"
rbar: "program program_item"
-
scope:
path: "_teams"
values:
layout: "team"
rbar: "team-summary, teams-toc"
-
scope:
path: "_elections"
values:
layout: "kandidatka"
calendar: https://calendar.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=500&wkst=2&hl=cs&bgcolor=%23FFFFFF&src=0014epo7k8kbgpgq3gaudeodnc%40group.calendar.google.com&color=%232952A3&ctz=Europe%2FPrague
fb: https://www.facebook.com/piratiOlomoucko/
tw: piratiOlomoucko
emptyArray: []