-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
52 lines (50 loc) · 1.26 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
title: Ladysnake's Website
source: ./public
plugins_dir: ./jekyll_plugins
markdown: kramdown
sass:
style: compressed
exclude: []
keep_files:
- scripts/sprinkles
# note that the source attribute is hardcoded by github pages
collections:
mods:
order:
- requiem.md
- effective.md
- rats_mischief.md
- blast.md
- creeper_spores.md
- impaled.md
- snow_mercy.md
- charter.md
- pick_your_poison.md
- impersonate.md
- blabber.md
- cardinal_components_api.md
- illuminations.md
- spawn_lanterns.md
- nomad_books.md
- beem.md
defaults:
-
scope:
path: "wiki/requiem"
values:
mod_name: Requiem
mod_slug: requiem
-
scope:
path: "wiki/cardinal-components-api"
values:
mod_name: Cardinal Components API
mod_slug: cardinal-components-api
responsive_image:
template: _includes/responsive_image.liquid
output_path_format: img/resized/%{filename}-%{width}x%{height}.%{extension}
save_to_source: false
sizes:
- width: 150
- width: 320
- width: 480