diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 66dba77..4a3dd1e 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ exclude: - art/thumbs.sh - aaoth_new_post.sh - post-receive.example + - templates # sadly wildcards don't work keep_files: @@ -18,6 +19,17 @@ keep_files: - 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: <!--more--> defaults: @@ -32,6 +44,17 @@ defaults: layout: "post" - scope: + path: "_music_projects" + values: + layout: "music-project" + + - scope: + path: "" + type: "music_releases" + values: + layout: "music-release" + + - scope: path: "assets/img" values: image: true @@ -45,4 +68,3 @@ defaults: path: "art/*/thumbs" values: thumbnail: true - |
