-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.yaml
More file actions
74 lines (74 loc) · 2.11 KB
/
Copy pathsite.yaml
File metadata and controls
74 lines (74 loc) · 2.11 KB
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
base_url: /
context:
data:
tweet_via: devilesk
twitter: https://twitter.com/devilesk
github_site_repo: https://github.com/devilesk/devilesk.com
discord: https://discord.gg/qASkPjc
providers:
tooltipdata: data/tooltipdata.yaml
herodata: data/herodata.yaml
heropatchdata: data/heropatchdata.yaml
herodatalist: data/herodatalist.yaml
herostat: data/herodata_stats.yaml
shoplayout: data/shoplayout.yaml
herolore: data/herolore.yaml
heroloremenu: data/heroloremenu.yaml
itemtooltip: data/itemtooltip.yaml
itemtooltipmenu: data/itemtooltipmenu.yaml
patchdata: data/patchdata.yaml
herokeys: data/herokeys.yaml
itemkeys: data/itemkeys.yaml
menu: yaml/menu.yaml
sitenews: yaml/sitenews.yaml
patches: yaml/patches.yaml
apps: yaml/apps.yaml
maps: yaml/maps.yaml
customgames: yaml/customgames.yaml
crypto: yaml/crypto.yaml
deploy_root: build
media_root: media
media_url: /media
meta:
author: devilesk
charset: utf-8
created: 2010-01-01 00:00:00
nodemeta: meta.yaml
viewport: width=device-width, initial-scale=1.0
mode: development
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.meta.AutoExtendPlugin
- hyde.ext.plugins.meta.SorterPlugin
- hyde.ext.plugins.meta.TaggerPlugin
- hyde.ext.plugins.text.SyntextPlugin
- hyde.ext.plugins.text.TextlinksPlugin
- plugins.hero_functions.HeroFunctionsPlugin
- plugins.asset_rev.AssetRevPlugin
sorter:
time:
attr:
- meta.created
filters:
meta.is_blog: true
meta.listable: true
source.kind: html
reverse: true
patch:
attr:
- meta.created
filters:
meta.is_patch: true
meta.listable: true
source.kind: html
reverse: true
tagger:
sorter: time
archives:
blog:
source: blog
target: blog/tags
template: tagged_posts.j2
archive_extension: html
meta:
listable: false