forked from neicnordic/neic.no
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (44 loc) · 874 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
markdown_ext: "md"
# https://help.github.com/articles/redirects-on-github-pages/
plugins:
- jekyll-redirect-from
- jekyll-feed
# https://github.com/jekyll/jekyll/issues/302
permalink: pretty
defaults:
-
scope:
path: "news"
type: "pages"
values:
layout: master
include: generic
permalink: /:path/:basename.html
-
scope:
type: "pages"
values:
layout: master
include: generic
permalink: /:path/:basename/
-
scope:
path: ""
type: "posts"
values:
layout: master
include: post
permalink: /news/:year/:month/:day/:title/
collections:
activities:
output: true
permalink: /:path/
services:
output: true
permalink: /:path/
affiliates:
output: true
permalink: /:path/
people:
output: true
permalink: /:collection/:path/