forked from pirati-web/pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
132 lines (120 loc) · 3.24 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
121
122
123
124
125
126
127
128
129
130
131
132
# 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, piratsky, 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
theme: jekyll-theme-pirati
administrator:
email: [email protected] # mail kam pujdou chybove vystupy
plugins:
- 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
- node_modules
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: /snemovna/:path/
eu_elections:
output: true
permalink: /kandidatka/: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: "_program/komunal2018"
values:
layout: "page"
-
scope:
path: "_teams"
values:
layout: "team"
rbar: "team-summary, teams-toc"
-
scope:
path: "_elections"
values:
layout: "kandidatka"
-
scope:
path: "_eu_elections"
values:
layout: "kandidatka2019"
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
assets:
source_maps: true
compression: true
gzip: false
plugins:
css: { autoprefixer: {}}
img:
optim:
jpegoptim:
strip: all
max_quality: 80
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"
sources:
- vendor/bundle/ruby/2.5.0/gems/jekyll-theme-pirati-7.2.0/_sass
- assets/css
- assets/fonts
- assets/video
- assets/img
- _sass
emptyArray: []