forked from SirRandoo/itemlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (74 loc) · 2.71 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
80
# Metadata
title: "Corhsin's Purchase List"
favicon: assets/img/favicon.png
description: >-
An expanded item list for TwitchToolkit that supports most ToolkitUtils' shop.
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://corhsin.github.io/' # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: ''
github_username: 'corhsin'
# Item list settings
store:
traits:
# Whether or not the trait list will display conflicts with other traits.
conflicts: true
# Whether or not the trait list will display trait stats.
stats: true
# Whether or not the trait list will display karma type overrides.
karma: true
# Whether or not the trait list will display whether or not a trait bypasses the trait limit.
limit: true
# Whether or not the trait list will display trait descriptions.
description: true
# Whether or not the trait list will display the command a viewer should type for adding/removing that trait.
usage: true
kinds:
# Whether or not the kind list will display karma type overrides.
karma: true
# Whether or not the kind list will display the command a viewer should type for purchasing that kind.
usage: true
items:
# Whether or not the item list will display an item's in-game category.
category: true
# Whether or not the item list will display an item's purchase weight.
weight: true
# Whether or not the item list will display an item's karma type override.
karma: true
# Whether or not the item list will display an item's quantity limit.
quantity: true
# Whether or not the item list will display the mod that added it.
mod: true
# Whether or not the item list will display the command a viewer should type for purchasing that item.
usage: true
events:
# Whether or not the event list will display the command a viewer should type for purchasing that event.
usage: true
animals:
# Whether or not the animal list will display the command a viewer should type for purchasing that animal.
usage: 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
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
store_redirects:
trait:
- 'removetrait'
- 'trait'
- 'replacetrait'
kind:
- 'pawn'
item:
- 'backpack'
- 'surgery'
# Build settings
remote_theme: SirRandoo/Type-on-Strap
plugins:
-