_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 - aaoth_new_post.sh
12 - post-receive.example
13 - templates
14
15# sadly wildcards don't work
16keep_files:
17 - art/photos/thumbs
18 - art/renders/thumbs
19 - art/drawings/thumbs
20 - art/logos/thumbs
21
22collections:
23 music_releases:
24 output: true
25
26 music_projects:
27 output: true
28 permalink: /music/:title/
29 sort_by: start_date
30
31 music_titles:
32
33excerpt_separator: <!--more-->
34
35defaults:
36 - scope:
37 path: ""
38 values:
39 layout: "default"
40
41 - scope:
42 path: "_posts"
43 values:
44 layout: "post"
45
46 - scope:
47 type: "music_projects"
48 values:
49 layout: "music-project"
50
51 - scope:
52 path: ""
53 type: "music_releases"
54 values:
55 layout: "music-release"
56
57 - scope:
58 path: "assets/img"
59 values:
60 image: true
61
62 - scope:
63 path: "art"
64 values:
65 art: true
66
67 - scope:
68 path: "art/*/thumbs"
69 values:
70 thumbnail: true