forked from pirati-web/pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
112 lines (102 loc) · 2.92 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
# 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átská strana
email: [email protected]
description: Prosazujeme fungující moderní politiku založenou na využití technologií 21. století pro otevřenou demokratickou společnost.
keywords: piráti, česká pirátská strana, svoboda, demokracie, kontrola moci a mocných, zjednodušení státu pomocí technologií, ochranu občanů před šikanou, obranu svobody, černá na bílé, ivan bartoš, e-government, politika pro 21. století
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.pirati.cz" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
paginate_path: "/aktuality/:num/"
paginate: 11
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: true
permalink: /program/:path/
teams:
output: true
permalink: /pripoj-se/:title/
elections:
output: true
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=kddvdvu3adcjef2kro4j6mm838%40group.calendar.google.com&color=%232952A3&ctz=Europe%2FPrague
fb: https://www.facebook.com/ceska.piratska.strana/
tw: PiratskaStrana
title-page:
big:
foto: /assets/img/miscellaneous/featured-vysledky.gif
alt: volby
url: volby
left-top:
text: Regiony
url: regiony
icon: fa fa-map-signs
right-top:
text: Naši lidé
url: lide
icon: fa fa-users
left-bottom:
text: Darujte
url: https://dary.pirati.cz
icon: fa fa-gift u-rotate-5 fa-5x u-rotate-345
right-bottom:
text: Program<br> Černé na bílém
url: program
icon: fa fa-newspaper-o u-rotate-345
emptyArray: []