generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (54 loc) · 1005 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
54
55
56
57
58
59
60
url: "https://giantcobayo.com"
# Build settings
theme: giantcobayo_theme
plugins:
- jekyll-feed
sass:
load_paths:
- _sass
# Remove the date on the URL of posts
permalink: /posts/:title
# Handle post-alike items, which can be filtered separatedly
collections:
games:
output: true
permalink: /:collection/:path
# Specific landing pages. These are not showed on navigation
# and navbar is disabled by default on these pages
landing_pages:
output: true
permalink: /lp/:path
videos:
output: true
permalink: /videos/:path
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "games"
values:
layout: "game"
-
scope:
path: ""
type: "landing_pages"
values:
layout: "landing_page"
-
scope:
path: ""
type: "videos"
values:
layout: "video"