-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (72 loc) · 1.29 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
# Required Block
title: Minesdeep Wiki
email: igorpadoim@gmail.com
description: A collection of information regarding Minesdeep's universe.
collect_short: true
# Optional Information
version:
text: Version
version: "0.1.0"
copyright:
text: "©"
year: 2014
name: Igor Padoim
license:
text: This work is licensed under
name: CC BY-NC-SA 4.0
link: https://creativecommons.org/licenses/by-nc-sa/4.0/
# Do-not-change Blocks
theme: nereare_grimoire
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
- jekyll-spaceship
# Collections
collections:
adventures:
output: true
sort_by: title
ages:
output: true
sort_by: title
animals:
output: true
sort_by: title
chapters:
output: true
sort_by: chapter.book
items:
output: true
sort_by: title
monsters:
output: true
sort_by: title
plants:
output: true
sort_by: title
posts:
output: true
sort_by: title
settlements:
output: true
sort_by: title
spells:
output: true
sort_by: title
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- CHANGELOG.md
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
- OGL.md
- README.md