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 /music.md | |
| 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 'music.md')
| -rw-r--r-- | music.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,26 @@ --- title: music -permalink: /music/ +layout: default --- -here will be an overview of my musical projects. +## [hälsorisk][1] + +**hälsorisk** (swedish for *health hazard*) is small web-label focused on dark +underground music. here's a list of projects in which i took part: + +{%- assign haelsorisk_projects = site.music_projects | where: "other", nil -%} + +{% for h_project in haelsorisk_projects %} +* [{{ h_project.title }}]({{ h_project.url }}) +-- {{ h_project.description }} ({{ h_project.roles | split: " " | join: ", " }}) +{% endfor %} + +[1]:/haelsorisk + +## other projects + +{%- assign other_projects = site.music_projects | where: "other", true -%} + +{% for project in other_projects %} +* [{{ project.title }}]({{ project.url }}) -- {{ project.description }} +{% endfor %} |
