-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (41 loc) · 1.15 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
url: "https://buendnerclub.ch" # the base hostname & protocol for your site, e.g. http://example.com
title: "Bündnerclub Zürich" # the name of your site, e.g. ACME Corp.
email: "[email protected]"
instagram: "https://www.instagram.com/buendnerclub_zurich/"
whatsapp: "https://chat.whatsapp.com/HtiyEf8rcflFupPtGJIq7f"
semester: "HS24"
livereload: true # automatically reloads the webview on changes
future: true # allows you to use posts with a future date
tagline: "Verein Bündner Studierende in Zürich"
description: "Offizielle Website des Bündnerclubs Zürich. Events, Mitglied werden, Über uns und mehr."
permalink: /:categories/:title/
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-email-protect
navigation:
- title: Events
url: /events/
- title: Mitglied Werden
url: /join/
- title: Über Uns
url: /about/
picture:
suppress_warnings: true
nomarkdown: false
pagination:
enabled: true
per_page: 10
permalink: '/:num/'
limit: 0
sort_field: 'date'
sort_reverse: true
title: ":title (Seite :num)"
trail:
before: 2
after: 2