all repos — aaoth.xyz @ 9dcaf807a98362a708136284534ee343dd3f2742

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
12collections:
13  music_releases:
14
15  music_projects:
16    output: true
17    permalink: /music/:title
18    sort_by: start_date
19
20excerpt_separator: <!--more-->
21
22defaults:
23  - scope:
24      path: ""
25    values:
26      layout: "default"
27
28  - scope:
29      path: "_posts"
30    values:
31      layout: "post"
32
33  - scope:
34      path: "_music_projects"
35    values:
36      layout: "music-project"
37
38  - scope:
39      path: "assets/img"
40    values:
41      image: true
42
43  - scope:
44      path: "art"
45    values:
46      art: true
47
48  - scope:
49      path: "art/*/thumbs"
50    values:
51      thumbnail: true