-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (48 loc) · 1019 Bytes
/
_config.yml
File metadata and controls
54 lines (48 loc) · 1019 Bytes
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
title: CanIWebView
repository: WebView-CG/Compatibility-Data-Project
url: https://caniwebview.com
collections:
posts:
output: true
permalink: /news/:year-:month-:day-:title/
features:
output: true
generated_features:
output: true
permalink: /features/:name/
clients:
output: true
defaults:
- scope:
path: ""
type: "features"
values:
layout: "feature"
- scope:
path: ""
type: "generated_features"
values:
layout: "feature"
- scope:
path: ""
type: "clients"
values:
layout: "client"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
permalink: /:title/
plugins:
- jekyll-mentions
- jekyll-github-metadata
- jekyll-default-layout
sass:
style: compact
exclude: [vendor, "tools/update_bcd_version.py", "Gemfile", "Gemfile.lock", "CONTRIBUTING.md", "LICENSE", "README.md", "bcd_version", ".github"]
include: ["_js"]