-
Notifications
You must be signed in to change notification settings - Fork 407
/
_config.yml
79 lines (72 loc) · 2.43 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
78
79
# Metadata
title: "SirRandoo's Purchase List"
favicon: assets/img/favicon.png
description: A custom version of Toolkit's item list to support all the latest features of Utils.
baseurl: '/itemlist' # the subpath of your site, e.g. /blog
url: '' # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: ''
github_username: 'sirrandoo'
# Item list settings
#
# A brief overview of the settings in this section include:
store:
# category → Whether or not the item's in-game category willbe visible on the list.
# weight → Whether or not the item's purchase weight will be visible on the list.
# karma → Whether or not the product's karma type override will be visible on the list
# usage → Whether or not the list will display an example command on how to purchase the product.
# quantity → Whether or not the item's quantity limit will be visible on the list.
# mod → Whether or not the list will display the mod that added the product.
# conflicts → Whether or not the list will display any trait conflicts the trait has.
# stats → Whether or not the list will display any stats the trait has.
# limit → Whether or not the list will display when a trait can bypass the trait limit.
# description → Whether or not the list will display the trait's description.
traits:
conflicts: true
stats: true
karma: true
limit: true
description: true
usage: false
mod: true
kinds:
mod: true
karma: true
usage: true
items:
category: true
weight: true
karma: true
quantity: true
mod: true
usage: true
events:
usage: true
mod: true
animals:
usage: true
mod: true
weight: true
quantity: true
karma: true
commands:
# Whether or not the command list will display the command's shortcut disclaimer.
shortcut: true
# Whether or not the command list will display the command's required user level.
userlevel: true
# Whether or not the command list will display the command's uage.
usage: true
# Whether or not the command list will display the mod that added it.
mod: true
mods:
# Whether or not the mod list will display the mod's version.
version: true
# Whether or not the mod list will display the mod's author(s).
author: true
# Build settings
theme: type-on-strap
markdown: kramdown
sass:
style: compressed
permalink: pretty
exclude:
- build-scripts