diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 18:48:18 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 18:48:18 +0300 |
| commit | 6d16d76f9bc446f99ff4416dbec4d2aed82e04f4 (patch) | |
| tree | 0c7a504ae4d3d9d527625f8012285074925dbad0 /_config.yml | |
| parent | 9f1447f3040ef38740cdcdd855cc2dd076156de4 (diff) | |
| download | aaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.tar.gz aaoth.xyz-6d16d76f9bc446f99ff4416dbec4d2aed82e04f4.zip | |
add releases permalinks and page layout
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2a5ad94..ad87808 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,7 @@ exclude: collections: music_releases: + output: true music_projects: output: true @@ -39,6 +40,12 @@ defaults: layout: "music-project" - scope: + path: "" + type: "music_releases" + values: + layout: "music-release" + + - scope: path: "assets/img" values: image: true |
