all repos — aaoth.xyz @ 26156bc9b19fe02a6679f741c9d936aad18a2e85

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