-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
181 lines (156 loc) · 5.21 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Welcome to Jekyll!
#
# Toto je soubor s hlavním nastavením. Na začátku je nastavení proměných, které
# je třeba přispůsobit si pro váš web. Později v anglicky popsané části jsou více
# technické nastavení
#
title: Piráti Praha 6 # To co je napsané na tabu ve kterém je stránka.
email: [email protected]
description: >-
Zakotvili jsme na RADNICI PRAHY 6. Jsme strana založená lidmi, nikoliv obchodní projekt. Naši největší dárci jste vy, občané, nikoliv firmy. Proto si vážíme daru v jakékoliv výši. Podpora Pirátů je investice do budoucnosti Česka.
# dobré keywords jsou ty co lidé piší do googlu když hledají naši stránku
keywords: piráti, praha 6, česká pirátská strana, svoboda, demokracie, P6, místní sdružení praha 6
administrator:
email: [email protected] # mail(y), kam pujdou chybove vystupy; vice e-mailu oddelujte carkou
organization:
name: Místní sdružení Pirátské strany Praha 6
shortName: Piráti Praha 6
email: [email protected]
donatelink: https://dary.pirati.cz/podpor-kraj/praha/adresne-dary-pro-ks-praha/?p=110106
phone: +420 724 181 101
address: |
Na Moráni 3,
120 00 Praha 2
residenceImg:
mapLink: https://mapy.cz/zakladni?vlastni-body&x=14.4418976&y=50.0863156&z=18&ut=PiCe&uc=9h2F.xXwtn&ud=ulice%20%C5%98eho%C5%99ova%20943%2F19%2C%20Praha%2C%20130%2000%2C%20okres%20Hlavn%C3%AD%20m%C4%9Bsto%20Praha
redmineLink: https://redmine.pirati.cz/projects/praha-6
dataBoxId: b2i4r6j
transparentAccount: 2100048174/2010
# Nastavení zobrazení tabulky kontaktů.
# Lze využít:
# 1) předdefinované typy (organizationEmail, organizationRedmineLink, organizationPhone, organizationTransparentAccount, organizationDataBox, piratiRootWebsite)
# 2) vlastní řádky - zde je nutné jako type dát `custom` a vyplnit `label` a `body`
contactSummaryItems:
- type: organizationEmail
- type: organizationRedmineLink
- type: organizationPhone
- type: organizationTransparentAccount
includeMoreLink: true
- type: organizationDataBox
- type: piratiRootWebsite
- type: custom
iconClass: fa fa-envelope
label: Kalendář akcí
body: <a href="https://calendar.google.com/calendar/embed?src=0f9cta2g20qvtrqnfmo2ntq3o8%40group.calendar.google.com&ctz=Europe%2FPrague">zde</a>
calendar:
# For nice look of the calendar, make sure you get Google Calendar API key
# and start the app with the env var `GOOGLE_CALENDAR_APIKEY=[myapikey] bundle exec jekyll serve`.
# For deployment, contact website administrator to set you env variable.
title: Kalendář MS Praha 6
page: https://calendar.google.com/calendar/embed?src=0f9cta2g20qvtrqnfmo2ntq3o8%40group.calendar.google.com&ctz=Europe%2FPrague
facebook:
loadSDK: true
#vyplně adresu vaší stranky, funguje pouze na stránky nikoliv skupiny
profilePage: "https://www.facebook.com/piratipraha6/"
profilePageName: Piráti Praha 6
appId: 1526197851008996
fb: https://www.facebook.com/piratipraha6
twitter:
loadSDK: true
profile: pirati_praha6
instagram:
profilePage: https://www.instagram.com/pirati.praha6/
gplus:
profilePage: https://plus.google.com/u/0/+piratskastrana
flicker:
profilePage: https://www.flickr.com/photos/pirati/
forum:
page: https://forum.pirati.cz/
github:
url: https://github.com/pirati-web/praha6.pirati.cz/
branch: master
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
github_username: pirati-web
sass:
style: compressed
sass_dir: _sass
theme: jekyll-theme-pirati
markdown: kramdown
theme: jekyll-theme-pirati
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
paginate_path: "/aktuality/:num/"
paginate: 11
exclude:
- readme.md
- Gemfile
- Gemfile.lock
- vendor
permalink: /aktuality/:title.html
collections:
people:
output: true
permalink: /lide/:path/
program:
output: true
permalink: /program/:path/
# Sole purpose is to create candidate lists in separate files.
candidatelists:
output: false
defaults: # defaults values for collection scope
-
scope:
path: "_posts"
values:
layout: "post"
-
scope:
path: "_people"
values:
layout: "person"
rbar:
- foto
- personContact
- people
-
scope:
path: "_program"
values:
layout: "program-post"
rbar:
- garant
- program
emptyArray: []
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
- assets/img/posts
- _sass