forked from pirati-web/pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
69 lines (60 loc) · 1.84 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
# 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.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.pirati.cz" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-sitemap
paginate_path: "/aktuality/:num/"
paginate: 11
exclude:
- readme.md
- Gemfile
- Gemfile.lock
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/
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: "_teams"
values:
layout: "team"
rbar: "team-summary, teams-toc"
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
emptyArray: []
exclude: [vendor]