forked from minvws/nl-covid19-coronacheck-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (46 loc) · 966 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
repo: minvws/nl-covid19-notification-app-website
collections:
questions:
output: true
permalink: /:categories/:name/
questions-in-app:
output: true
permalink: in-app/:categories/:name/
questions-scanner:
output: true
permalink: /scanner/:categories/:name/
questions-scanner-in-app:
output: true
permalink: in-app/scanner/:categories/:name/
stories:
output: false
scanner-instructions:
output: false
sass:
load_paths:
- css
- css-rtl
include:
- .well-known
exclude:
- vendor
- Gemfile
- Gemfile.lock
- README.md
- README.content-translations.md
- README.development.md
- README.i18n.md
- README.requirements.md
- LICENSES.md
- LICENSE.txt
- LICENSE.pdf
- example.content-page.md
- .sass-cache
- .history
plugins:
- "jekyll-github-metadata"
- "jekyll-sitemap"
- "jekyll-redirect-from"
# - "jekyll-seo-tag"
incremental: false
url: "https://www.coronacheck.nl"