-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
62 lines (57 loc) · 1.06 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
title: Sopel
tagline: The Python IRC Bot
repo: https://github.com/sopel-irc/sopel
docs: /docs/
markdown: kramdown
highlighter: rouge
exclude:
- LICENSE
- README.md
- UPDATING.md
- Gemfile
- Gemfile.lock
- netlify-build.sh
- runtime.txt
- document_sopel_plugins.py
- document_versions.py
include:
- _headers
- _redirects
# Can't use docs/_static - see jekyll/jekyll#1352
- _static
collections:
tutorials:
output: true
usage:
output: true
upgrading:
output: true
appendices:
output: true
changelogs:
output: true
defaults:
- scope:
path: "_usage"
values:
layout: article
permalink: /usage/:name/
- scope:
path: "_upgrading"
values:
layout: default
permalink: /usage/installing/upgrading-to-:name/
- scope:
path: "_appendices"
values:
layout: article
permalink: /appendix/:name/
- scope:
path: "_changelogs"
values:
layout: changelog
permalink: /changelog/:path/
- scope:
path: "_*/index.*"
values:
is_index: true