diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 13:22:51 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 13:22:51 +0300 |
| commit | 26156bc9b19fe02a6679f741c9d936aad18a2e85 (patch) | |
| tree | 999d2381b2a92b95b948ec2e5fef16f2abfa3fff /_config.yml | |
| parent | c953977332864c2499cb776970ab98934268adca (diff) | |
| download | aaoth.xyz-26156bc9b19fe02a6679f741c9d936aad18a2e85.tar.gz aaoth.xyz-26156bc9b19fe02a6679f741c9d936aad18a2e85.zip | |
add track info and templates
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 942f917..2a5ad94 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,7 @@ exclude: - LICENSE - README.md - art/thumbs.sh + - templates collections: music_releases: @@ -17,6 +18,8 @@ collections: permalink: /music/:title sort_by: start_date + music_titles: + excerpt_separator: <!--more--> defaults: |
