diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-19 00:22:00 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-19 00:22:00 +0300 |
| commit | 9dcaf807a98362a708136284534ee343dd3f2742 (patch) | |
| tree | 1dce7891fb881d01516296511445059f97e91cac /_config.yml | |
| parent | 275316f5ed205e77137b045c0c5fba603a2fc0b0 (diff) | |
| download | aaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.tar.gz aaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.zip | |
add info about music projects
much of stuff included here is subject to change.
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 1f827a6..942f917 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,14 @@ exclude: - README.md - art/thumbs.sh +collections: + music_releases: + + music_projects: + output: true + permalink: /music/:title + sort_by: start_date + excerpt_separator: <!--more--> defaults: @@ -23,6 +31,11 @@ defaults: layout: "post" - scope: + path: "_music_projects" + values: + layout: "music-project" + + - scope: path: "assets/img" values: image: true @@ -36,4 +49,3 @@ defaults: path: "art/*/thumbs" values: thumbnail: true - |
