title: aaoth plugins: - jekyll-feed # exclude non-site files exclude: - LICENSE - README.md - art/thumbs.sh - aaoth_new_post.sh - post-receive.example - templates # sadly wildcards don't work keep_files: - art/photos/thumbs - art/renders/thumbs - art/drawings/thumbs - art/logos/thumbs collections: music_releases: output: true music_projects: output: true permalink: /music/:title/ sort_by: start_date music_titles: excerpt_separator: defaults: - scope: path: "" values: layout: "default" - scope: path: "_posts" values: layout: "post" - scope: type: "music_projects" values: layout: "music-project" - scope: path: "" type: "music_releases" values: layout: "music-release" - scope: path: "assets/img" values: image: true - scope: path: "art" values: art: true - scope: path: "art/*/thumbs" values: thumbnail: true