-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (47 loc) · 1.12 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
title: BL2/TPS SDK Mod Database
description: >-
A list of sdk mods for Borderlands 2, The Pre-Sequel, and the Attack on Dragon Keep standalone.
url: https://bl-sdk.github.io
baseurl: /willow2-mod-db
github_username: bl-sdk
repository: bl-sdk/willow2-mod-db
collections:
mods:
output: true
sort-by: title
permalink: /:collection/:name/
defaults:
- scope:
path: ""
type: mods
values:
layout: mod
markdown: kramdown
theme: just-the-docs
color_scheme: willow2
just_the_docs:
collections:
mods:
name: Mods
callouts:
warning:
title: Warning
color: red
favicon_ico: /assets/images/favicon.png
nav_external_links:
- title: Modding Support Discord
url: https://discord.gg/bXeqV8Ef9R
- title: Latest Release
url: https://github.com/bl-sdk/willow2-mod-manager/releases/latest
plugins:
- jekyll-commonmark-ghpages
- jekyll-default-layout
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-optional-front-matter
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings
optional_front_matter:
remove_originals: true