forked from pep-dortmund/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (30 loc) · 926 Bytes
/
_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
# Site settings
plugins: [jekyll-paginate]
title: PeP et al. e.V.
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Physikstudierende und ehemalige Physikstudierende der TU Dortmund
baseurl: '' # the subpath of your site, e.g. /blog
# the base hostname & protocol for your site
twitter_username: pepdortmund
twitter_url: https://twitter.com/pepdortmund
github_username: pep-dortmund
github_url: https://github.com/pep-dortmund/
facebook_url: https://www.facebook.com/groups/pep.dortmund/
xing_url: https://www.xing.com/communities/groups/pep-et-al-b621-1029339
katex:
path_to_js: "assets/js/katex.min.js"
# Build settings
markdown: kramdown
paginate: 6
paginate_path: "/archive/page:num/"
sass:
style: compressed
collections:
- faq
defaults:
- scope:
path: "" # matches everything
type: "posts"
values:
publish_until: 2100-12-31T23:59:59