all repos — aaoth.xyz @ 6d16d76f9bc446f99ff4416dbec4d2aed82e04f4

aaoth.xyz website

_config.yml (view raw)

 1title: aaoth
 2
 3plugins:
 4  - jekyll-feed
 5
 6# exclude non-site files
 7exclude:
 8  - LICENSE
 9  - README.md
10  - art/thumbs.sh
11  - templates
12
13collections:
14  music_releases:
15    output: true
16
17  music_projects:
18    output: true
19    permalink: /music/:title
20    sort_by: start_date
21
22  music_titles:
23
24excerpt_separator: <!--more-->
25
26defaults:
27  - scope:
28      path: ""
29    values:
30      layout: "default"
31
32  - scope:
33      path: "_posts"
34    values:
35      layout: "post"
36
37  - scope:
38      path: "_music_projects"
39    values:
40      layout: "music-project"
41
42  - scope:
43      path: ""
44      type: "music_releases"
45    values:
46      layout: "music-release"
47
48  - scope:
49      path: "assets/img"
50    values:
51      image: true
52
53  - scope:
54      path: "art"
55    values:
56      art: true
57
58  - scope:
59      path: "art/*/thumbs"
60    values:
61      thumbnail: true