-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65c1a12
commit 8e790b0
Showing
29 changed files
with
1,021 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM jekyll/jekyll:3.7.3 | ||
|
||
# Install ImageMagick | ||
RUN apk --no-cache add \ | ||
file \ | ||
imagemagick | ||
|
||
CMD ["jekyll", "--help"] | ||
|
||
ENTRYPOINT ["/usr/jekyll/bin/entrypoint"] | ||
|
||
WORKDIR /srv/jekyll | ||
|
||
VOLUME /srv/jekyll | ||
|
||
EXPOSE 35729 | ||
EXPOSE 4000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Kandidátka na radnici | ||
uid: radnice | ||
# number: 13 # číslo kandidátky odkomentujte až bude známé | ||
leader: | ||
uid: prvni.leader | ||
age: 31 | ||
profession: knihovník | ||
party: Piráti | ||
description: expert na skoky # zobrazuje se v komunalni-volby | ||
|
||
head: # čelo kandidátky (bez leadera) / lidé kteří mají fotku a _people/jmeno.md | ||
- uid: mistni.predseda | ||
profession: knihovník | ||
description: expert na skoky | ||
party: bez politické příslušnosti | ||
- uid: jakub.pirat | ||
profession: knihovník | ||
- uid: aktivni.priznivec | ||
age: 63 | ||
profession: zametač | ||
description: expert přes dětská hřiště | ||
party: Evropani.cz | ||
tail: # zbytek kandidatky | ||
# jedinná povinná položka je name zbytek můžete vynechat | ||
# věk se uvádí k poslednímu dni voleb | ||
- name: Mudr. Místní Dkotor | ||
age: 49 | ||
profession: obvodní lékař | ||
party: bez politické příslušnosti | ||
- name: Tomáš Šťoural | ||
age: 19 | ||
profession: student | ||
party: Piráti | ||
- uid: mistni.predseda | ||
profession: knihovník | ||
description: expert na skoky | ||
party: bez politické příslušnosti | ||
note: # poznámka pod kanidátku | ||
Primárky stále běží. Zbytek kandidátky zveřejníme, jakmile doběhnou. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Kandidátka senát | ||
uid: senat | ||
leader: | ||
uid: prvni.leader | ||
age: 31 | ||
profession: knihovník | ||
party: Piráti | ||
description: expert na skoky # zobrazuje se v komunalni-volby | ||
number: 4 # číslo kandidátky odkomentujte až bude známé | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Campaigns are grouped, this usually reperesents situation when multiple | ||
# election campaings are held at the same time (which saves $$$ for the country). | ||
|
||
- groupUid: volby-2018 # identifier of the group, to be used in program point | ||
title: Volby 2018 # title of the campaign group | ||
campaigns: | ||
- title: Program na radnici # individual campaigns within the group | ||
categoryUid: praha2018 | ||
- title: Senát | ||
categoryUid: senat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
top: | ||
- link: "pirati.cz" | ||
url: "https://www.pirati.cz" | ||
icon: "fa fa-home" | ||
- link: "wiki.pirati.cz" | ||
url: "https://wiki.pirati.cz" | ||
icon: "fa fa-home" | ||
- link: "Pirátské listy" | ||
url: "http://www.piratskelisty.cz" | ||
icon: "fa fa-newspaper-o" | ||
|
||
main: | ||
- link: /aktuality/ | ||
name: Aktuality | ||
match: aktuality | ||
- link: /lide/ | ||
name: O nás | ||
match: lide | ||
- link: /komunalni-volby/ | ||
name: Komunální volby | ||
match: komunalni-volby | ||
submenu: | ||
- link: /komunalni-volby/mapa-zameru/ | ||
name: Mapa záměrů | ||
match: mapa-zameru | ||
- link: /kontakt/ | ||
name: Kontakt | ||
match: kontakt | ||
|
||
bottom: | ||
- class: small-12 medium-4 | ||
title: Připoj se | ||
links: | ||
- link: /kontakt/ | ||
name: Dej nám vědět | ||
- class: small-12 medium-4 | ||
title: Makáme | ||
links: | ||
- link: /lide/ | ||
name: Lidé | ||
- link: /komunalni-volby/ | ||
name: Volby | ||
- link: /aktuality/ | ||
name: Aktuality | ||
- class: small-12 medium-4 | ||
title: Otevřenost | ||
links: | ||
- link: https://ucet.pirati.cz | ||
name: Transparentní účet | ||
- link: https://smlouvy.pirati.cz | ||
name: Registr smluv | ||
- link: https://wiki.pirati.cz/fo/otevrene_ucetnictvi | ||
name: Otevřené účetnictví |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
uid: aktivni.priznivec | ||
name: Aktivní Příznivec # běžně používáné jméno | ||
titles: | ||
before: PhDr. | ||
after: | ||
category: | ||
- priznivci | ||
- kandidat-obec | ||
description: kandidát do senátu # zobrazuje se v lide | ||
#img: people/aktivni-priznivec.jpg # zakomentuj radek dokud není fotka | ||
asistenti: | ||
- name: Mgr. Věra Marušiaková | ||
position: Asitentka | ||
mail: [email protected] | ||
mail: | ||
- [email protected] | ||
profiles: | ||
facebook: https://www.facebook.com/uzivatel.na.fb # pokud nema, staci smazat tuto radku | ||
googleplus: https://plus.google.com/+uzivatel.na.googleplus | ||
twitter: https://twitter.com/uzivatel.na.twitteru | ||
blog: http://blog.aktualne.cz/blogy/lukas-wagenknecht.php | ||
web: https://lukaswagenknecht.cz/ | ||
office: | ||
- address: Jiřího náměstí 39, 290 33 Poděbrady | ||
name: Poslanecká kancelář | ||
opening: "Pondělí 14:00 - 18:00, objednání návštěvy: [email protected] nebo 778 111 462. Dne 18. 6. je z pracovních důvodů kancelář mimo provoz." | ||
--- | ||
|
||
Jméno Příjmení (*1. ledna 1900) je to a to, a tak dál. Sem patří představení člověka, několik odstavců. | ||
|
||
**Vzdělání/práce:** Studoval něco, teď dělá něco. | ||
|
||
**Politik:** Třeba čemu se věnuje. | ||
|
||
**Osobní:** Něco dalšího, měnit dle libosti, tady může být cokoliv. Není nutné, aby byly nadpisy tučně. Fakt jak chcete. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
uid: jakub.pirat | ||
name: Jakub Pirát # běžně používáné jméno | ||
titles: | ||
before: Bc. | ||
after: | ||
category: | ||
- clenove | ||
- kontaktni_osoba | ||
description: mistr světa ve skoku pro něco # zobrazuje se v lide | ||
img: people/jakub-pirat.jpg # zakomentuj radek dokud není fotka | ||
ordclenove: 2 | ||
mail: | ||
- [email protected] | ||
profiles: | ||
facebook: https://www.facebook.com/uzivatel.na.fb # pokud nema, staci smazat tuto radku | ||
googleplus: https://plus.google.com/+uzivatel.na.googleplus | ||
twitter: https://twitter.com/uzivatel.na.twitteru | ||
--- | ||
|
||
Jméno Příjmení (*1. ledna 1900) je to a to, a tak dál. Sem patří představení člověka, několik odstavců. | ||
|
||
**Vzdělání/práce:** Studoval něco, teď dělá něco. | ||
|
||
**Politik:** Třeba čemu se věnuje. | ||
|
||
**Osobní:** Něco dalšího, měnit dle libosti, tady může být cokoliv. Není nutné, aby byly nadpisy tučně. Fakt jak chcete. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
uid: mistni.predseda | ||
name: Místní Předseda # běžně používáné jméno | ||
titles: | ||
before: | ||
after: | ||
category: | ||
- clenove | ||
- pms | ||
ordpms: 1 | ||
ordclenove: 1 | ||
description: mistr světa ve skoku pro něco # zobrazuje se v lide | ||
#img: people/mistni-predseda.jpg # zakomentuj radek dokud není fotka | ||
mail: | ||
- [email protected] | ||
profiles: | ||
facebook: https://www.facebook.com/uzivatel.na.fb # pokud nema, staci smazat tuto radku | ||
googleplus: https://plus.google.com/+uzivatel.na.googleplus | ||
twitter: https://twitter.com/uzivatel.na.twitteru | ||
--- | ||
|
||
Jméno Příjmení (*1. ledna 1900) je to a to, a tak dál. Sem patří představení člověka, několik odstavců. | ||
|
||
**Vzdělání/práce:** Studoval něco, teď dělá něco. | ||
|
||
**Politik:** Třeba čemu se věnuje. | ||
|
||
**Osobní:** Něco dalšího, měnit dle libosti, tady může být cokoliv. Není nutné, aby byly nadpisy tučně. Fakt jak chcete. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
uid: prvni.leader | ||
name: První Leader # běžně používáné jméno | ||
titles: | ||
before: Bc. | ||
after: DiS. | ||
category: | ||
- clenove | ||
- kandidat-obec | ||
ordclenove: 3 | ||
description: mistr světa ve skoku pro něco # zobrazuje se v lide | ||
profession: knihovník | ||
img: people/jakub-pirat.jpg # zakomentuj radek dokud není fotka | ||
mail: | ||
- [email protected] | ||
profiles: | ||
facebook: https://www.facebook.com/uzivatel.na.fb # pokud nema, staci smazat tuto radku | ||
googleplus: https://plus.google.com/+uzivatel.na.googleplus | ||
twitter: https://twitter.com/uzivatel.na.twitteru | ||
flickr: https://www.flickr.com/search/?user_id=68741528%40N03&sort=date-taken-desc&view_all=1&text=ond%C5%99ej%20profant | ||
--- | ||
|
||
Jméno Příjmení (*1. ledna 1900) je to a to, a tak dál. Sem patří představení člověka, několik odstavců. | ||
|
||
**Vzdělání/práce:** Studoval něco, teď dělá něco. | ||
|
||
**Politik:** Třeba čemu se věnuje. | ||
|
||
**Osobní:** Něco dalšího, měnit dle libosti, tady může být cokoliv. Není nutné, aby byly nadpisy tučně. Fakt jak chcete. | ||
|
Oops, something went wrong.