forked from andrewbanchich/editorial-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (69 loc) · 1.6 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
# Site settings
title: MOCOS
subtitle: MOdelling Coronavirus Spread
email: [email protected]
description: Grupa MOCOS (MOdelling COronavirus Spread) to międzynarodowy interdyscyplinarny zespół naukowców zajmujący się modelowaniem epidemii COVID-19.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://mocos.pl"
author: MOCOS International
street_address: Politechnika Wrocławska, bud. C-3, pok. 204
city: Wrocław
state:
zip_code: 50-372
country: Poland
phone: +48 71 320 31-20
# Social settings
500px_url:
facebook_url: https://facebook.com/mocoscovid
github_url: https://github.com/MOCOS-COVID19/
gitlab_url:
googleplus_url:
instagram_url:
linkedin_url:
pinterest_url:
slack_url:
twitter_url: https://twitter.com/mocos_covid
# Build settings
timezone: Europe/Warsaw
markdown: kramdown
collections:
people:
sort_by: img_name
publications:
sort_by: date
reports:
sort_by: date
analysis_pl:
sort_by: date
output: true
permalink: /pl/analysis/:title
prognosis_pl:
sort_by: date
output: true
permalink: /pl/prognosis/:name
analysis_en:
sort_by: date
output: true
permalink: /en/analysis/:title
prognosis_en:
sort_by: date
output: true
permalink: /en/prognosis/:name
analysis_de:
sort_by: date
output: true
permalink: /de/analysis/:title
prognosis_de:
sort_by: date
output: true
permalink: /de/prognosis/:name
plugins:
- jekyll-feed
feed:
collections:
prognosis_pl:
path: "/prognosis_pl.atom"
analysis_pl:
path: "/analysis_pl.atom"
publications:
path: "/publications.atom"