-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_config.yml
77 lines (64 loc) · 1.32 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
75
76
77
title: Borderlands SDK Developer Docs
url: https://bl-sdk.github.io
markdown: kramdown
theme: just-the-docs
color_scheme: dev
collections:
willow2_mods:
sort-by: title
permalink: /willow2-mod-db/mods/:name/
oak_mods:
sort-by: title
permalink: /oak-mod-db/mods/:name/
defaults:
- scope:
path: ""
type: willow2_mods
values:
layout: mod
- scope:
path: ""
type: oak_mods
values:
layout: mod
- scope:
path: ""
values:
has_toc: false
callouts:
warning:
title: Warning
color: red
favicon_ico: /assets/images/favicon.png
plugins:
- jekyll-commonmark-ghpages
- jekyll-default-layout
- jekyll-include-cache
- jekyll-optional-front-matter
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings
- jekyll-redirect-from
optional_front_matter:
remove_originals: true
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- Readme.md
- oak-mod-db
- willow2-mod-db
nav_external_links:
- title: BL2/TPS/AoDK Mods
url: willow2-mod-db/
- title: BL3/WL Mods
url: oak-mod-db/
- title: Modding Support Discord
url: https://discord.gg/bXeqV8Ef9R
- title: SDK Developer Discord
url: https://discord.gg/VJXtHvh