From 9dcaf807a98362a708136284534ee343dd3f2742 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 19 Aug 2021 00:22:00 +0300 Subject: add info about music projects much of stuff included here is subject to change. --- _config.yml | 14 ++++- _layouts/music-project.html | 70 ++++++++++++++++++++++ _music_projects/aaock-morth.md | 10 ++++ _music_projects/aaoth.md | 10 ++++ _music_projects/akpngims.md | 10 ++++ _music_projects/lequalone.md | 11 ++++ _music_projects/secauloruxsehi.md | 9 +++ _music_projects/spiral-materivm.md | 10 ++++ _music_projects/xvra.md | 10 ++++ .../2015-05-28-lequalone-the-darkness.md | 9 +++ _music_releases/2015-06-13-akpngims-enneorth.md | 10 ++++ _music_releases/2015-09-12-lequalone-wastelands.md | 10 ++++ .../2015-10-05-lequalone-chasm-of-psychosis.md | 9 +++ _music_releases/2015-10-26-lequalone-soul-ocean.md | 10 ++++ ...15-11-02-lequalone-youll-never-hear-me-again.md | 9 +++ _music_releases/2015-17-27-xvra-svartfeber.md | 9 +++ .../2016-08-22-xvra-save-me-from-the-life.md | 10 ++++ .../2016-16-18-aaock-morth-aateh-tgh-saaghth.md | 10 ++++ _music_releases/2017-01-06-xvra-doedstad.md | 10 ++++ _music_releases/2018-06-30-xvra-absens.md | 11 ++++ .../2018-11-04-secauloruxsehi-fungi-noise.md | 10 ++++ _music_releases/2018-11-08-secauloruxsehi-rot.md | 10 ++++ .../2018-11-09-secauloruxsehi-aetheria.md | 10 ++++ _music_releases/2018-12-30-aaoth-forwards.md | 13 ++++ ...07-spiral-materivm-through-woods-and-despair.md | 14 +++++ _music_releases/2019-01-12-aaoth-that-cant-be.md | 10 ++++ ...19-02-08-secauloruxsehi-complex-neon-chamber.md | 34 +++++++++++ _music_releases/2019-02-28-aaoth-lookthrough.md | 10 ++++ _music_releases/2019-03-31-aaoth-mind-collapse.md | 10 ++++ _music_releases/2019-04-22-aaoth-madnight.md | 12 ++++ _music_releases/2019-04-23-aaoth-sgti.md | 10 ++++ .../2019-05-10-aaoth-vortex-machines.md | 10 ++++ _music_releases/2019-05-20-aaoth-the-past.md | 10 ++++ _music_releases/2020-04-13-aaoth-massive-void.md | 10 ++++ _sass/main.scss | 45 ++++++++++---- haelsorisk.md | 10 ++++ music.md | 24 +++++++- 37 files changed, 498 insertions(+), 15 deletions(-) create mode 100644 _layouts/music-project.html create mode 100644 _music_projects/aaock-morth.md create mode 100644 _music_projects/aaoth.md create mode 100644 _music_projects/akpngims.md create mode 100644 _music_projects/lequalone.md create mode 100644 _music_projects/secauloruxsehi.md create mode 100644 _music_projects/spiral-materivm.md create mode 100644 _music_projects/xvra.md create mode 100644 _music_releases/2015-05-28-lequalone-the-darkness.md create mode 100644 _music_releases/2015-06-13-akpngims-enneorth.md create mode 100644 _music_releases/2015-09-12-lequalone-wastelands.md create mode 100644 _music_releases/2015-10-05-lequalone-chasm-of-psychosis.md create mode 100644 _music_releases/2015-10-26-lequalone-soul-ocean.md create mode 100644 _music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md create mode 100644 _music_releases/2015-17-27-xvra-svartfeber.md create mode 100644 _music_releases/2016-08-22-xvra-save-me-from-the-life.md create mode 100644 _music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md create mode 100644 _music_releases/2017-01-06-xvra-doedstad.md create mode 100644 _music_releases/2018-06-30-xvra-absens.md create mode 100644 _music_releases/2018-11-04-secauloruxsehi-fungi-noise.md create mode 100644 _music_releases/2018-11-08-secauloruxsehi-rot.md create mode 100644 _music_releases/2018-11-09-secauloruxsehi-aetheria.md create mode 100644 _music_releases/2018-12-30-aaoth-forwards.md create mode 100644 _music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md create mode 100644 _music_releases/2019-01-12-aaoth-that-cant-be.md create mode 100644 _music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md create mode 100644 _music_releases/2019-02-28-aaoth-lookthrough.md create mode 100644 _music_releases/2019-03-31-aaoth-mind-collapse.md create mode 100644 _music_releases/2019-04-22-aaoth-madnight.md create mode 100644 _music_releases/2019-04-23-aaoth-sgti.md create mode 100644 _music_releases/2019-05-10-aaoth-vortex-machines.md create mode 100644 _music_releases/2019-05-20-aaoth-the-past.md create mode 100644 _music_releases/2020-04-13-aaoth-massive-void.md create mode 100644 haelsorisk.md 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: defaults: @@ -22,6 +30,11 @@ defaults: values: layout: "post" + - scope: + path: "_music_projects" + values: + layout: "music-project" + - scope: path: "assets/img" values: @@ -36,4 +49,3 @@ defaults: path: "art/*/thumbs" values: thumbnail: true - diff --git a/_layouts/music-project.html b/_layouts/music-project.html new file mode 100644 index 0000000..b21b269 --- /dev/null +++ b/_layouts/music-project.html @@ -0,0 +1,70 @@ +--- +layout: default +--- + + + + + + +
+ +
+

{{ page.title }}

+ +

{{ page.start_date | date_to_string }}– + {%- if page.end_date -%} + {{ page.end_date | date_to_string }} + {%- else -%} + … + {%- endif -%} + {%- if page.status -%} +  ({{ page.status }}) + {%- endif -%} +

+

tags: {{ page.tags | join: ", " }}

+
+ +
+ + {{ page.content | markdownify }} + +
+

releases

+ + {%- assign releases = site.music_releases | where: "author", page.title + | group_by_exp: "item", "item.date | date: '%Y'" -%} + {% for item in releases %} +

{{ item.name }}

+ {%- for release in item.items -%} +
+

+ {{ release.title }} ({{ release.type }}) + {%- if release.bandcamp -%} + + listen on bandcamp + + {%- endif -%} +

+ +

released {{ release.date | date_to_string }} + | {{ release.style }} +

+ + {{ release.content }} + +
+ {%- endfor -%} + {%- endfor -%} +
+
+
diff --git a/_music_projects/aaock-morth.md b/_music_projects/aaock-morth.md new file mode 100644 index 0000000..fa2de20 --- /dev/null +++ b/_music_projects/aaock-morth.md @@ -0,0 +1,10 @@ +--- +title: aaock-morth +start_date: 06.11.2015 +status: stalled +description: ambient related to voices and obscure sounds +roles: samples mixing mastering +tags: ambient dark ambient +--- + +abstract ambient project about lack of point in human speech. diff --git a/_music_projects/aaoth.md b/_music_projects/aaoth.md new file mode 100644 index 0000000..d6f2e5d --- /dev/null +++ b/_music_projects/aaoth.md @@ -0,0 +1,10 @@ +--- +title: aaoth +other: true +start_date: 30.12.2018 +description: self-titled project for experiments. +tags: experimental no music electronic +logo: /assets/img/aaoth-music-logo.png +--- + +personal experiments and sound studies. diff --git a/_music_projects/akpngims.md b/_music_projects/akpngims.md new file mode 100644 index 0000000..886bc90 --- /dev/null +++ b/_music_projects/akpngims.md @@ -0,0 +1,10 @@ +--- +title: akpngims +start_date: 13.07.2015 +status: stalled +description: black ambient and noise +roles: synths samples mixing mastering +tags: black ambient noise +--- + +rough sounding obscure project. diff --git a/_music_projects/lequalone.md b/_music_projects/lequalone.md new file mode 100644 index 0000000..6c822d8 --- /dev/null +++ b/_music_projects/lequalone.md @@ -0,0 +1,11 @@ +--- +title: L=1 +start_date: 28.05.2015 +end_date: 02.11.2015 +status: closed +description: dark synthwave and dark ambient +roles: synths samples mixing mastering +tags: dark synthwave dark ambient +--- + +debut project inspired by *diagnose: lebensgefahr*. diff --git a/_music_projects/secauloruxsehi.md b/_music_projects/secauloruxsehi.md new file mode 100644 index 0000000..46855e3 --- /dev/null +++ b/_music_projects/secauloruxsehi.md @@ -0,0 +1,9 @@ +--- +title: secauloruxse'i +other: true +start_date: 05.11.2017 +description: lojban-themed chiptune +tags: chiptune +--- + +synth and chiptune project with name in lojban. diff --git a/_music_projects/spiral-materivm.md b/_music_projects/spiral-materivm.md new file mode 100644 index 0000000..ba995f9 --- /dev/null +++ b/_music_projects/spiral-materivm.md @@ -0,0 +1,10 @@ +--- +title: spiral materivm +start_date: 25.02.2018 +description: primitive post-rock +roles: all instruments vocals +status: active +tags: post-rock primitive rock +--- + +project about world perception from personal perspective. diff --git a/_music_projects/xvra.md b/_music_projects/xvra.md new file mode 100644 index 0000000..82b18a7 --- /dev/null +++ b/_music_projects/xvra.md @@ -0,0 +1,10 @@ +--- +title: xvra +start_date: 22.02.2015 +status: active +description: black metal +tags: black metal dsbm +roles: all instruments vocals +--- + +black metal project. diff --git a/_music_releases/2015-05-28-lequalone-the-darkness.md b/_music_releases/2015-05-28-lequalone-the-darkness.md new file mode 100644 index 0000000..e8ec19e --- /dev/null +++ b/_music_releases/2015-05-28-lequalone-the-darkness.md @@ -0,0 +1,9 @@ +--- +author: L=1 +title: the darkness +type: album +date: 28-05-2015 +style: dark ambient +--- + +first dark ambient album. diff --git a/_music_releases/2015-06-13-akpngims-enneorth.md b/_music_releases/2015-06-13-akpngims-enneorth.md new file mode 100644 index 0000000..faa084b --- /dev/null +++ b/_music_releases/2015-06-13-akpngims-enneorth.md @@ -0,0 +1,10 @@ +--- +author: akpngims +title: enneorth +type: album +date: 13-06-2015 +style: black ambient +bandcamp: https://haelsorisk.bandcamp.com/album/enneorth +--- + +all is error. the great mistake. irregular. diff --git a/_music_releases/2015-09-12-lequalone-wastelands.md b/_music_releases/2015-09-12-lequalone-wastelands.md new file mode 100644 index 0000000..add631c --- /dev/null +++ b/_music_releases/2015-09-12-lequalone-wastelands.md @@ -0,0 +1,10 @@ +--- +author: L=1 +title: wastelands +type: ep +date: 12-09-2015 +style: dark ambient +bandcamp: https://haelsorisk.bandcamp.com/album/wastelands +--- + +apocalyptic synthwave inspired by fallout game series. diff --git a/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md new file mode 100644 index 0000000..aa5eae6 --- /dev/null +++ b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md @@ -0,0 +1,9 @@ +--- +author: L=1 +title: chasm of psychosis +type: lp +date: 05-10-2015 +style: dark synthwave +--- + +chaotic synthwave lp. diff --git a/_music_releases/2015-10-26-lequalone-soul-ocean.md b/_music_releases/2015-10-26-lequalone-soul-ocean.md new file mode 100644 index 0000000..f82b959 --- /dev/null +++ b/_music_releases/2015-10-26-lequalone-soul-ocean.md @@ -0,0 +1,10 @@ +--- +author: L=1 +title: soul ocean +type: album +date: 26-10-2015 +style: dark synthwave +bandcamp: https://haelsorisk.bandcamp.com/album/soul-ocean +--- + +dark atmospheric synthwave. diff --git a/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md new file mode 100644 index 0000000..157a7ed --- /dev/null +++ b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md @@ -0,0 +1,9 @@ +--- +author: L=1 +title: you'll never hear me again +type: ep +date: 02-11-2015 +style: dark ambient +--- + +ending ep with sample experiments. diff --git a/_music_releases/2015-17-27-xvra-svartfeber.md b/_music_releases/2015-17-27-xvra-svartfeber.md new file mode 100644 index 0000000..8f74793 --- /dev/null +++ b/_music_releases/2015-17-27-xvra-svartfeber.md @@ -0,0 +1,9 @@ +--- +author: xvra +title: svartfeber +type: demo +date: 27-07-2015 +style: black metal raw black +--- + +debut demo with vocals recorded in nearby forest. diff --git a/_music_releases/2016-08-22-xvra-save-me-from-the-life.md b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md new file mode 100644 index 0000000..a22aa96 --- /dev/null +++ b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md @@ -0,0 +1,10 @@ +--- +author: xvra +title: save me from the life +type: demo +date: 22-08-2016 +style: black metal raw black +bandcamp: https://haelsorisk.bandcamp.com/album/save-me-from-the-life +--- + +second demo. diff --git a/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md new file mode 100644 index 0000000..f29b855 --- /dev/null +++ b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md @@ -0,0 +1,10 @@ +--- +author: aaock-morth +title: aate'h tgh'saaghth +type: album +date: 18-06-2016 +style: ambient abstract +bandcamp: https://haelsorisk.bandcamp.com/album/aateh-tghsaaghth +--- + +it will be better if you don't know that. diff --git a/_music_releases/2017-01-06-xvra-doedstad.md b/_music_releases/2017-01-06-xvra-doedstad.md new file mode 100644 index 0000000..32ac445 --- /dev/null +++ b/_music_releases/2017-01-06-xvra-doedstad.md @@ -0,0 +1,10 @@ +--- +author: xvra +title: doedstad +type: demo +date: 06-01-2017 +style: black metal raw black +bandcamp: https://haelsorisk.bandcamp.com/album/doedstad +--- + +behold the silence. diff --git a/_music_releases/2018-06-30-xvra-absens.md b/_music_releases/2018-06-30-xvra-absens.md new file mode 100644 index 0000000..8a5db65 --- /dev/null +++ b/_music_releases/2018-06-30-xvra-absens.md @@ -0,0 +1,11 @@ +--- +author: xvra +title: absens +type: album +date: 30-06-2018 +style: black metal raw black +bandcamp: https://haelsorisk.bandcamp.com/album/absens +--- + +dedicated to the ultimate void that was the beginning +and will be the end of out futile existence. diff --git a/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md new file mode 100644 index 0000000..de5f210 --- /dev/null +++ b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md @@ -0,0 +1,10 @@ +--- +author: secauloruxse'i +title: fungi-noise +type: album +date: 04-11-2018 +style: chiptune lo-fi synth +bandcamp: https://aaoth.bandcamp.com/album/fungi-noise +--- + +fungi-related chiptune made with sunvox. diff --git a/_music_releases/2018-11-08-secauloruxsehi-rot.md b/_music_releases/2018-11-08-secauloruxsehi-rot.md new file mode 100644 index 0000000..15accce --- /dev/null +++ b/_music_releases/2018-11-08-secauloruxsehi-rot.md @@ -0,0 +1,10 @@ +--- +author: secauloruxse'i +title: rot +type: album +date: 08-11-2018 +style: synthwave +bandcamp: https://aaoth.bandcamp.com/album/rot +--- + +electronic variations on riffs created by my friend. diff --git a/_music_releases/2018-11-09-secauloruxsehi-aetheria.md b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md new file mode 100644 index 0000000..6919e0a --- /dev/null +++ b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md @@ -0,0 +1,10 @@ +--- +author: secauloruxse'i +title: aetheria +type: album +date: 09-11-2018 +style: minimal synth +bandcamp: https://aaoth.bandcamp.com/album/aetheria +--- + +trilogy about mysterious land of pure art. diff --git a/_music_releases/2018-12-30-aaoth-forwards.md b/_music_releases/2018-12-30-aaoth-forwards.md new file mode 100644 index 0000000..c0a9f9c --- /dev/null +++ b/_music_releases/2018-12-30-aaoth-forwards.md @@ -0,0 +1,13 @@ +--- +author: aaoth +title: forwards (universe wide grief) +type: track +date: 30-12-2018 +style: electronic improvisation +bandcamp: https://aaoth.bandcamp.com/track/forwards-universe-wide-grief +--- + +little desolate improv during the new year's eve's evening, recorded through sunvox. + +> this is the song of our lost souls when they'll fly away +> from the earth destroyed by humans. diff --git a/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md new file mode 100644 index 0000000..d679b42 --- /dev/null +++ b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md @@ -0,0 +1,14 @@ +--- +author: spiral materivm +title: through woods and despair +type: album +date: 07-01-2019 +style: post-rock +bandcamp: https://sprial-materivm.bandcamp.com/album/through-woods-and-despair +--- + +a story about mind (or mad) journeys. +an alternative continuation of past works. + +written in may-july 2018. +recorded in august-december 2018. diff --git a/_music_releases/2019-01-12-aaoth-that-cant-be.md b/_music_releases/2019-01-12-aaoth-that-cant-be.md new file mode 100644 index 0000000..2bfd71e --- /dev/null +++ b/_music_releases/2019-01-12-aaoth-that-cant-be.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: that can't be +type: track +date: 12-01-2019 +style: eai apocalyptic +bandcamp: https://aaoth.bandcamp.com/track/that-cant-be +--- + +apocalyptic guitar improvisation. diff --git a/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md b/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md new file mode 100644 index 0000000..c760c2a --- /dev/null +++ b/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md @@ -0,0 +1,34 @@ +--- +author: secauloruxse'i +title: complex neon chamber +type: track +date: 08-02-2019 +style: idm no techno +bandcamp: https://aaoth.bandcamp.com/track/complex-neon-chamber +--- + +lyrics: + +[verse 1] + +intradimensional room that you can't feel +rectangles, octagons, tesseract tissues aren't real +obstacles glow in the solid shadow of fear (hear) +voices that're piercing your eyes with the cracked mirror + +[refrain] + +*complex neon chamber +dark and gloom invader +chamber full of creatures +they're dancing they're dancing +they're moving in fire* + +[verse 2] + +colours out of sight, the crystallic tear (tears) +changing the gravity's limbs, catch the cinder +shockwave ambiguity chase to the northern wind -- see +poles and parallel lines are aligning as vertical tinder + +[refrain] diff --git a/_music_releases/2019-02-28-aaoth-lookthrough.md b/_music_releases/2019-02-28-aaoth-lookthrough.md new file mode 100644 index 0000000..33d757d --- /dev/null +++ b/_music_releases/2019-02-28-aaoth-lookthrough.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: lookthrough +type: track +date: 28-02-2019 +style: eai abstract +bandcamp: https://aaoth.bandcamp.com/track/lookthrough +--- + +unthemed guitar improvisation. diff --git a/_music_releases/2019-03-31-aaoth-mind-collapse.md b/_music_releases/2019-03-31-aaoth-mind-collapse.md new file mode 100644 index 0000000..8a33f9c --- /dev/null +++ b/_music_releases/2019-03-31-aaoth-mind-collapse.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: massive void +type: track +date: 13-04-2020 +style: generative electronic +bandcamp: https://aaoth.bandcamp.com/track/massive-void +--- + +generative abstract track made with vcvrack. diff --git a/_music_releases/2019-04-22-aaoth-madnight.md b/_music_releases/2019-04-22-aaoth-madnight.md new file mode 100644 index 0000000..5861be2 --- /dev/null +++ b/_music_releases/2019-04-22-aaoth-madnight.md @@ -0,0 +1,12 @@ +--- +author: aaoth +title: madnight +type: track +date: 22-04-2019 +style: electronic lo-fi +bandcamp: https://aaoth.bandcamp.com/track/madnight +--- + +atmospheric electronic track made using [sunvox][1] on android. + +[1]:https://warmplace.ru/soft/sunvox diff --git a/_music_releases/2019-04-23-aaoth-sgti.md b/_music_releases/2019-04-23-aaoth-sgti.md new file mode 100644 index 0000000..ecae971 --- /dev/null +++ b/_music_releases/2019-04-23-aaoth-sgti.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: mind collapse +type: track +date: 31-03-2019 +style: eai +bandcamp: https://aaoth.bandcamp.com/track/mind-collapse +--- + +recorded directly on recycled tape. only three samples in sunvox were used. diff --git a/_music_releases/2019-05-10-aaoth-vortex-machines.md b/_music_releases/2019-05-10-aaoth-vortex-machines.md new file mode 100644 index 0000000..4099a77 --- /dev/null +++ b/_music_releases/2019-05-10-aaoth-vortex-machines.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: sgti +type: track +date: 23-04-2019 +style: eai +bandcamp: https://aaoth.bandcamp.com/track/sgti +--- + +**s**unvox/**g**uv'nor/**t**ape/**i**mprov diff --git a/_music_releases/2019-05-20-aaoth-the-past.md b/_music_releases/2019-05-20-aaoth-the-past.md new file mode 100644 index 0000000..10898dc --- /dev/null +++ b/_music_releases/2019-05-20-aaoth-the-past.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: vortex machines +type: track +date: 10-05-2019 +style: electronic improvisation +bandcamp: https://aaoth.bandcamp.com/track/vortex-machines +--- + +apocalyptic electronic improvisation using sunvox. diff --git a/_music_releases/2020-04-13-aaoth-massive-void.md b/_music_releases/2020-04-13-aaoth-massive-void.md new file mode 100644 index 0000000..55600b4 --- /dev/null +++ b/_music_releases/2020-04-13-aaoth-massive-void.md @@ -0,0 +1,10 @@ +--- +author: aaoth +title: the past +type: track +date: 20-05-2019 +style: eai lo-fi +bandcamp: https://aaoth.bandcamp.com/track/the-past +--- + +atmospheric lo-fi improvisation. diff --git a/_sass/main.scss b/_sass/main.scss index f72d3e3..8190378 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -44,6 +44,10 @@ a:hover { font-weight: 500; } +.faint { + color: $color-main-grey; +} + nav { display: flex; position: fixed; @@ -93,14 +97,14 @@ ul { .about { display: flex; flex-direction: row; - img#avatar { + #avatar { border-radius: 100%; height: 128px; } - .about-sidebar { + &-sidebar { flex: 23%; } - .about-links { + &-links { margin-top: 1em; .link-icon { width: 32px; @@ -111,7 +115,7 @@ ul { bottom: 0.75em; } } - .about-info { + &-info { width: 100%; p:first-child { margin-top: 0; @@ -142,11 +146,14 @@ ul { border-radius: 1em; } } -} -.post-page { - margin-bottom: 10px; - .post-header { + &-page { + margin-bottom: 10px; + ul { + padding-left: 10px; + } + } + &-header { margin-bottom: 2em; ul { display: flex; @@ -162,10 +169,6 @@ ul { } } } - - ul { - padding-left: 10px; - } } .art-menu { @@ -232,6 +235,21 @@ ul { } } +.music-project { + display: flex; + + &-sidebar { + flex: 25%; + #logo { + width: 100%; + } + } + + &-info { + width: 100%; + } +} + blockquote { margin: 0.5em; @@ -341,6 +359,9 @@ footer { code { background: $color-darker-grey; } + .faint { + color: $color-dark-grey; + } .art-menu .art-category .link-mask { background: $color-dark-bg; color: $color-main-bg; diff --git a/haelsorisk.md b/haelsorisk.md new file mode 100644 index 0000000..5197a97 --- /dev/null +++ b/haelsorisk.md @@ -0,0 +1,10 @@ +--- +title: hälsorisk +--- + +# hälsorisk + +this is noncommunity +of truely free antiart. + +vi väntar inte dig tillbaka. diff --git a/music.md b/music.md index 4b66683..b87cc88 100644 --- a/music.md +++ b/music.md @@ -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 %} -- cgit v1.2.3 From 5dade15bc9063352cd711bec0b7220924d2fd13d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 19 Aug 2021 00:31:00 +0300 Subject: add todo notice --- _layouts/music-project.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/music-project.html b/_layouts/music-project.html index b21b269..155dd04 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -6,6 +6,7 @@ layout: default +
-- cgit v1.2.3 From a7a43fa5e99ebda7905604306ec2cf0b03c425f7 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 20 Aug 2021 22:39:54 +0300 Subject: make music project list page look like art menu also snippet that makes art menu is now separated as mixin (very powerful thing, btw). --- _includes/art-menu.html | 6 +- _includes/music-projects-list.html | 20 +++ _includes/navigation.html | 16 ++- _layouts/music-project.html | 14 +- _music_projects/aaock-morth.md | 4 +- _music_projects/aaoth.md | 4 +- _music_projects/akpngims.md | 4 +- _music_projects/haelsorisk.md | 17 +++ _music_projects/lequalone.md | 6 +- _music_projects/secauloruxsehi.md | 3 +- _music_projects/spiral-materivm.md | 4 +- _music_projects/xvra.md | 3 + _sass/main.scss | 277 ++++++++++++++++++++++++------------- haelsorisk.md | 10 -- music.md | 34 +++-- 15 files changed, 279 insertions(+), 143 deletions(-) create mode 100644 _includes/music-projects-list.html create mode 100644 _music_projects/haelsorisk.md delete mode 100644 haelsorisk.md diff --git a/_includes/art-menu.html b/_includes/art-menu.html index 0d35b96..9e7f928 100644 --- a/_includes/art-menu.html +++ b/_includes/art-menu.html @@ -3,9 +3,9 @@ {%- include pic-path.html -%} {%- assign pagedir = page.dir | remove_first: "/" | split: "/" -%} {%- if pagedir.first == "art" and pagedir.size > 1 -%} -
  • - {{ page.title }} -
    +
  • + {{ page.title }} +
  • diff --git a/_includes/music-projects-list.html b/_includes/music-projects-list.html new file mode 100644 index 0000000..d9a8595 --- /dev/null +++ b/_includes/music-projects-list.html @@ -0,0 +1,20 @@ + diff --git a/_includes/navigation.html b/_includes/navigation.html index 0069ec8..ff9e372 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,8 +1,16 @@ diff --git a/_layouts/music-project.html b/_layouts/music-project.html index 155dd04..5b32455 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -6,7 +6,6 @@ layout: default -
    @@ -16,7 +15,7 @@ layout: default {%- if page.logo -%} src="{{ page.logo }}" {%- else -%} - src="/assets/img/{{ page.title }}-logo.png" + src="/art/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" {%- endif -%} alt="{{ page.title }} logo">

    {{ page.start_date | date_to_string }}– @@ -36,17 +35,18 @@ layout: default {{ page.content | markdownify }} -

    +

    releases

    - {%- assign releases = site.music_releases | where: "author", page.title - | group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- assign releases = site.music_releases | where: "author", + page.title | group_by_exp: "item", "item.date | date: '%Y'" -%} {% for item in releases %}

    {{ item.name }}

    {%- for release in item.items -%} -
    +

    - {{ release.title }} ({{ release.type }}) + {{ release.title }} + ({{ release.type }}) {%- if release.bandcamp -%} diff --git a/_music_projects/aaock-morth.md b/_music_projects/aaock-morth.md index fa2de20..51a745a 100644 --- a/_music_projects/aaock-morth.md +++ b/_music_projects/aaock-morth.md @@ -1,10 +1,12 @@ --- title: aaock-morth -start_date: 06.11.2015 +start_date: 2015.11.06 status: stalled description: ambient related to voices and obscure sounds roles: samples mixing mastering tags: ambient dark ambient +permalink: /haelsorisk/aaock-morth +logo: aaock-morth-logo --- abstract ambient project about lack of point in human speech. diff --git a/_music_projects/aaoth.md b/_music_projects/aaoth.md index d6f2e5d..534e896 100644 --- a/_music_projects/aaoth.md +++ b/_music_projects/aaoth.md @@ -1,10 +1,10 @@ --- title: aaoth other: true -start_date: 30.12.2018 +start_date: 2018.12.30 description: self-titled project for experiments. tags: experimental no music electronic -logo: /assets/img/aaoth-music-logo.png +logo: aaoth-logo --- personal experiments and sound studies. diff --git a/_music_projects/akpngims.md b/_music_projects/akpngims.md index 886bc90..07d7c05 100644 --- a/_music_projects/akpngims.md +++ b/_music_projects/akpngims.md @@ -1,10 +1,12 @@ --- title: akpngims -start_date: 13.07.2015 +start_date: 2015.07.13 status: stalled description: black ambient and noise roles: synths samples mixing mastering tags: black ambient noise +permalink: /haelsorisk/akpngims +logo: akpngims-logo --- rough sounding obscure project. diff --git a/_music_projects/haelsorisk.md b/_music_projects/haelsorisk.md new file mode 100644 index 0000000..1ecaef7 --- /dev/null +++ b/_music_projects/haelsorisk.md @@ -0,0 +1,17 @@ +--- +title: hälsorisk +start_date: 2015.02.02 +status: active +description: dark non-musical ensemble +roles: everything +tags: experimental non-music +permalink: /haelsorisk/ +logo: haelsorisk-logo +--- + +dark non-musical ensemble. + +this is noncommunity +of truely free antiart. + +vi väntar inte dig tillbaka. diff --git a/_music_projects/lequalone.md b/_music_projects/lequalone.md index 6c822d8..9fc1b27 100644 --- a/_music_projects/lequalone.md +++ b/_music_projects/lequalone.md @@ -1,11 +1,13 @@ --- title: L=1 -start_date: 28.05.2015 -end_date: 02.11.2015 +start_date: 2015.05.28 +end_date: 2015.11.02 status: closed description: dark synthwave and dark ambient roles: synths samples mixing mastering tags: dark synthwave dark ambient +permalink: /haelsorisk/lequalone +logo: lequalone-logo --- debut project inspired by *diagnose: lebensgefahr*. diff --git a/_music_projects/secauloruxsehi.md b/_music_projects/secauloruxsehi.md index 46855e3..9879e2e 100644 --- a/_music_projects/secauloruxsehi.md +++ b/_music_projects/secauloruxsehi.md @@ -1,9 +1,10 @@ --- title: secauloruxse'i other: true -start_date: 05.11.2017 +start_date: 2017.11.05 description: lojban-themed chiptune tags: chiptune +logo: secauloruxsehi-logo --- synth and chiptune project with name in lojban. diff --git a/_music_projects/spiral-materivm.md b/_music_projects/spiral-materivm.md index ba995f9..0f56df4 100644 --- a/_music_projects/spiral-materivm.md +++ b/_music_projects/spiral-materivm.md @@ -1,10 +1,12 @@ --- title: spiral materivm -start_date: 25.02.2018 +other: true +start_date: 2018.02.25 description: primitive post-rock roles: all instruments vocals status: active tags: post-rock primitive rock +logo: spiral-materivm-logo --- project about world perception from personal perspective. diff --git a/_music_projects/xvra.md b/_music_projects/xvra.md index 82b18a7..784fb99 100644 --- a/_music_projects/xvra.md +++ b/_music_projects/xvra.md @@ -1,10 +1,13 @@ --- title: xvra start_date: 22.02.2015 +start_date: 2015.02.22 status: active description: black metal tags: black metal dsbm roles: all instruments vocals +permalink: /haelsorisk/xvra +logo: xvra-logo --- black metal project. diff --git a/_sass/main.scss b/_sass/main.scss index 8190378..be0f8d3 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -15,8 +15,8 @@ $border-main: 5px solid; $border-nav: $border-main $color-main-grey; $border-dark: $border-main $color-dark-grey; $font-title: Montserrat, sans-serif; -$body-font: Lato, sans-serif; -$code-font: Fira Code, monospace; +$font-body: Lato, sans-serif; +$font-code: Fira Code, monospace; html { background: $color-main-bg; @@ -28,24 +28,15 @@ body { margin: 0 auto; padding: 8px; color: $color-dark-bg; - font: 100% $body-font; + font: 100% $font-body; } + a { color: $color-link-idle; text-decoration: none; -} -a:hover { - color: $color-link-hover; -} - -.current { - color: $color-nav-current; - pointer-events: none; - font-weight: 500; -} - -.faint { - color: $color-main-grey; + &:hover { + color: $color-link-hover; + } } nav { @@ -57,9 +48,16 @@ nav { max-width: 843px; height: 102px; font: 400 1.5em $font-title; + letter-spacing: -1.2px; background: rgba($color-main-bg, $nav-alpha); - + + a.current { + color: $color-nav-current; + pointer-events: none; + font-weight: 500; + } + img { margin-right: 8px; } @@ -69,6 +67,7 @@ nav { width: 430px; height: 32px; padding: 50px 30px 0 0; + flex-direction: row; justify-content: space-between; border-bottom: $border-nav; @@ -80,6 +79,18 @@ h1, h2, h3, h4, h5, h6 { color: $color-main-blue; font-family: $font-title; font-weight: 500; + + a { + color: $color-main-blue; + + &:hover { + color: $color-dark-blue; + } + } +} + +hr { + border-bottom: $border-nav; } ul { @@ -90,10 +101,57 @@ ul { } } +blockquote { + margin: 0.5em; + padding: 1em; + background: $color-main-grey-dark; + border-width: 2px 2px 2px 5px; + border-color: $color-main-grey; + border-style: solid; + border-radius: 0.5em; +} + +code { + font-family: $font-code; + font-size: 0.9em; + background: $color-main-grey; + padding: 2px; + border-radius: 5px; +} + +div.highlight { + overflow-x: auto; + background: $color-main-grey; + padding-left: 0.5em; + border-radius: 5px; + code { + padding: 0; + } +} + +audio { + width: 100%; + border-radius: 25px; +} + +footer { + padding-top: 0.5em; + border-top: $border-nav; + text-align: center; + font: 75% $font-body; + p { + margin: 0; + } +} + .content { margin-top: 95px; } +.faint { + color: $color-main-grey; +} + .about { display: flex; flex-direction: row; @@ -129,15 +187,19 @@ ul { border-radius: 25px 25px 25px 0px; border: 2px solid $color-main-grey; word-wrap: break-word; + a { color: $color-main-blue; + + &:hover { + color: $color-dark-blue; + } } - a:hover { - color: $color-dark-blue; - } + small p { display: inline; } + p { img { display: block; @@ -145,6 +207,7 @@ ul { margin: 0 auto; border-radius: 1em; } + } &-page { @@ -171,52 +234,67 @@ ul { } } +@mixin image-list-item ($width, $height) { + &-item-mask { + position: absolute; + z-index: 1; + width: $width; + height: $height; + } + &-item-img { + position: relative; + width: $width; + height: $height; + + + &::after { + content: ""; + display: block; + padding-bottom: 100%; + } + + img { + position: absolute; + width: 100%; + height: 100%; + image-orientation: initial; + object-fit: cover; + } + } +} + +@mixin link-color-transition ($color-bg, $color-fg) { + color: rgba($color-fg, 0); + background: rgba($color-bg, 0); + + &:hover { + color: rgba($color-fg, 1); + background: rgba($color-bg, 0.7); + } +} + .art-menu { $art-thumb-wt: ($body-width / 2) - 16; $art-thumb-ht: 300px; - //$art-thumb-ht: $art-thumb-wt; + display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: space-around; align-content: center; - .art-category { + + @include image-list-item($art-thumb-wt, $art-thumb-ht); + + &-item { margin-bottom: 1em; - .link-mask { - position: absolute; - z-index: 1; - width: $art-thumb-wt; - height: $art-thumb-ht; + &-mask { line-height: $art-thumb-ht - 16; text-align: center; - background: $color-main-bg; - opacity: 0; - transition: opacity 0.2s ease-in-out; + transition: color 0.2s ease-in-out, + background 0.2s ease-in-out; font-size: 200%; - color: $color-dark-bg; - &:hover { - opacity: 0.7; - } - } - .thumbnail { - width: $art-thumb-wt; - height: $art-thumb-ht; - position: relative; - - &::after { - content: ""; - display: block; - padding-bottom: 100%; - } - - img { - position: absolute; - width: 100%; - height: 100%; - image-orientation: initial; - object-fit: cover; - } + @include link-color-transition($color-main-bg, $color-dark-bg); } } } @@ -238,6 +316,33 @@ ul { .music-project { display: flex; + &-list { + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; + + @include image-list-item(250px, 300px); + + &-item { + margin-bottom: 1em; + + &-mask { + display: inline-flex; + flex-direction: column; + justify-content: center; + text-align: center; + transition: background 0.2s ease-in-out, + color 0.2s ease-in-out; + @include link-color-transition($color-main-bg, $color-dark-bg); + } + &-text { + font: 200% $font-title; + margin-top: 0.3em; + margin-bottom: 0.1em; + } + } + } + &-sidebar { flex: 25%; #logo { @@ -248,48 +353,18 @@ ul { &-info { width: 100%; } -} + &-release { + &-list { + } -blockquote { - margin: 0.5em; - padding: 1em; - background: $color-main-grey-dark; - border-width: 2px 2px 2px 5px; - border-color: $color-main-grey; - border-style: solid; - border-radius: 0.5em; -} - -code { - font-family: $code-font; - font-size: 0.9em; - background: $color-main-grey; - padding: 2px; - border-radius: 5px; -} -div.highlight { - overflow-x: auto; - background: $color-main-grey; - padding-left: 0.5em; - border-radius: 5px; - code { - padding: 0; - } -} + &-info { -audio { - width: 100%; - border-radius: 25px; -} + } -footer { - padding-top: 0.5em; - border-top: $border-nav; - text-align: center; - font: 75% $body-font; - p { - margin: 0; + &-type { + color: $color-main-grey-dark; + } } } @@ -316,7 +391,7 @@ footer { } .about { flex-direction: column-reverse; - .about-sidebar { + &-sidebar { display: flex; flex-direction: column; img { @@ -324,7 +399,7 @@ footer { margin: 0 auto; } } - .about-links { + &-links { margin-top: 0; p:first-child { margin: 0; @@ -362,9 +437,8 @@ footer { .faint { color: $color-dark-grey; } - .art-menu .art-category .link-mask { - background: $color-dark-bg; - color: $color-main-bg; + .art-menu-item-mask { + @include link-color-transition($color-dark-bg, $color-main-bg); } div.highlight { background: $color-darker-grey; @@ -375,7 +449,16 @@ footer { .post-page .post-header ul li a { background: $color-dark-grey; } - + .music-project { + &-release { + &-type { + color: $color-dark-grey; + } + } + &-list-item-mask { + @include link-color-transition($color-dark-bg, $color-main-bg); + } + } footer { border-top: $border-dark; } diff --git a/haelsorisk.md b/haelsorisk.md deleted file mode 100644 index 5197a97..0000000 --- a/haelsorisk.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: hälsorisk ---- - -# hälsorisk - -this is noncommunity -of truely free antiart. - -vi väntar inte dig tillbaka. diff --git a/music.md b/music.md index b87cc88..b8d3408 100644 --- a/music.md +++ b/music.md @@ -1,26 +1,32 @@ --- title: music -layout: default +permalink: /music/ --- -## [hälsorisk][1] +# [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: +**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 -%} +{% comment %} + haelsorisk projects +{% endcomment %} +{% assign 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 %} +
    +{% include music-projects-list.html %} +
    [1]:/haelsorisk -## other projects +# other projects -{%- assign other_projects = site.music_projects | where: "other", true -%} +{% comment %} + other projects +{% endcomment %} +{% assign projects = site.music_projects | where: "other", true %} -{% for project in other_projects %} -* [{{ project.title }}]({{ project.url }}) -- {{ project.description }} -{% endfor %} +
    +{% include music-projects-list.html %} +
    -- cgit v1.2.3 From 88a82a4c0622355e8fb8534875c41e957dae3a3f Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 20 Aug 2021 22:41:56 +0300 Subject: convert secauloruxse'i logo to png --- art/logos/secauloruxsehi-logo.png | Bin 0 -> 592402 bytes art/logos/secauloruxsehi.jpeg | Bin 123870 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 art/logos/secauloruxsehi-logo.png delete mode 100644 art/logos/secauloruxsehi.jpeg diff --git a/art/logos/secauloruxsehi-logo.png b/art/logos/secauloruxsehi-logo.png new file mode 100644 index 0000000..ea152d9 Binary files /dev/null and b/art/logos/secauloruxsehi-logo.png differ diff --git a/art/logos/secauloruxsehi.jpeg b/art/logos/secauloruxsehi.jpeg deleted file mode 100644 index c2627cf..0000000 Binary files a/art/logos/secauloruxsehi.jpeg and /dev/null differ -- cgit v1.2.3 From 7736c6f494d7fd4b64d11f5fe36a0552bc33b034 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 20 Aug 2021 22:42:14 +0300 Subject: rename spiral materivm logo to follow the convention --- art/logos/spiral-materivm-logo.png | Bin 0 -> 190749 bytes art/logos/spmt-logo-new-black.png | Bin 190749 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 art/logos/spiral-materivm-logo.png delete mode 100644 art/logos/spmt-logo-new-black.png diff --git a/art/logos/spiral-materivm-logo.png b/art/logos/spiral-materivm-logo.png new file mode 100644 index 0000000..fdf9e58 Binary files /dev/null and b/art/logos/spiral-materivm-logo.png differ diff --git a/art/logos/spmt-logo-new-black.png b/art/logos/spmt-logo-new-black.png deleted file mode 100644 index fdf9e58..0000000 Binary files a/art/logos/spmt-logo-new-black.png and /dev/null differ -- cgit v1.2.3 From d7118a8b627e1f5c7d7ebde49b5f52c364b37b32 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 21 Aug 2021 22:41:01 +0300 Subject: tweak logo image scaling and fix logo urls in project page --- _layouts/music-project.html | 4 ---- _sass/main.scss | 7 ++++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/_layouts/music-project.html b/_layouts/music-project.html index 5b32455..7ab64aa 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -12,11 +12,7 @@ layout: default

    {{ page.title }}

    {{ page.start_date | date_to_string }}– {%- if page.end_date -%} diff --git a/_sass/main.scss b/_sass/main.scss index be0f8d3..74508e7 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -216,6 +216,7 @@ footer { padding-left: 10px; } } + &-header { margin-bottom: 2em; ul { @@ -234,7 +235,7 @@ footer { } } -@mixin image-list-item ($width, $height) { +@mixin image-list-item ($width, $height, $object-fit: cover) { &-item-mask { position: absolute; z-index: 1; @@ -258,7 +259,7 @@ footer { width: 100%; height: 100%; image-orientation: initial; - object-fit: cover; + object-fit: $object-fit; } } } @@ -321,7 +322,7 @@ footer { flex-flow: row wrap; justify-content: space-evenly; - @include image-list-item(250px, 300px); + @include image-list-item(250px, 300px, contain); &-item { margin-bottom: 1em; -- cgit v1.2.3 From 976786ac72c3a473a7bf28db922c36404c89e4e9 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 21 Aug 2021 22:42:51 +0300 Subject: tweak look of some logos --- art/logos/secauloruxsehi-logo.png | Bin 592402 -> 241416 bytes art/logos/spiral-materivm-logo.png | Bin 190749 -> 133319 bytes art/logos/xvra-logo.png | Bin 270337 -> 1405076 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/art/logos/secauloruxsehi-logo.png b/art/logos/secauloruxsehi-logo.png index ea152d9..4c04125 100644 Binary files a/art/logos/secauloruxsehi-logo.png and b/art/logos/secauloruxsehi-logo.png differ diff --git a/art/logos/spiral-materivm-logo.png b/art/logos/spiral-materivm-logo.png index fdf9e58..4bdda3f 100644 Binary files a/art/logos/spiral-materivm-logo.png and b/art/logos/spiral-materivm-logo.png differ diff --git a/art/logos/xvra-logo.png b/art/logos/xvra-logo.png index c76c34f..a88a043 100644 Binary files a/art/logos/xvra-logo.png and b/art/logos/xvra-logo.png differ -- cgit v1.2.3 From 9fccd059563c5ce7209366eb182e686c6050e11c Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 21 Aug 2021 22:43:15 +0300 Subject: add missing project logos --- art/logos/aaock-morth-logo.png | Bin 0 -> 1001056 bytes art/logos/aaoth-logo.png | Bin 0 -> 79022 bytes art/logos/akpngims-logo.png | Bin 0 -> 655903 bytes art/logos/haelsorisk-logo.png | Bin 0 -> 419802 bytes art/logos/lequalone-logo.png | Bin 0 -> 415282 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 art/logos/aaock-morth-logo.png create mode 100644 art/logos/aaoth-logo.png create mode 100644 art/logos/akpngims-logo.png create mode 100644 art/logos/haelsorisk-logo.png create mode 100644 art/logos/lequalone-logo.png diff --git a/art/logos/aaock-morth-logo.png b/art/logos/aaock-morth-logo.png new file mode 100644 index 0000000..1efba50 Binary files /dev/null and b/art/logos/aaock-morth-logo.png differ diff --git a/art/logos/aaoth-logo.png b/art/logos/aaoth-logo.png new file mode 100644 index 0000000..b9bd1ba Binary files /dev/null and b/art/logos/aaoth-logo.png differ diff --git a/art/logos/akpngims-logo.png b/art/logos/akpngims-logo.png new file mode 100644 index 0000000..42ba24e Binary files /dev/null and b/art/logos/akpngims-logo.png differ diff --git a/art/logos/haelsorisk-logo.png b/art/logos/haelsorisk-logo.png new file mode 100644 index 0000000..ddf078e Binary files /dev/null and b/art/logos/haelsorisk-logo.png differ diff --git a/art/logos/lequalone-logo.png b/art/logos/lequalone-logo.png new file mode 100644 index 0000000..c84af80 Binary files /dev/null and b/art/logos/lequalone-logo.png differ -- cgit v1.2.3 From 6151460d2e35c73b5a2cb043c412ade4de073436 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:01:11 +0300 Subject: bring mastodon link back to structure --- _data/links.yml | 4 ++++ _layouts/about-page.html | 15 +++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/_data/links.yml b/_data/links.yml index b9af95e..2263c46 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -19,3 +19,7 @@ - name: hälsorisk link: https://haelsorisk.bandcamp.com type: bandcamp +- name: mastodon + link: https://distrotoot.com/@la_ninpre + type: mastodon + rel: me diff --git a/_layouts/about-page.html b/_layouts/about-page.html index 0a82206..024731c 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -9,28 +9,19 @@ layout: default

    -- cgit v1.2.3 From ea060499471c26155d4b7a16a4c670dc74503f4d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:03:19 +0300 Subject: make use of include.variable to make project list --- _includes/music-projects-list.html | 2 +- music.md | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/_includes/music-projects-list.html b/_includes/music-projects-list.html index d9a8595..2e713fe 100644 --- a/_includes/music-projects-list.html +++ b/_includes/music-projects-list.html @@ -1,5 +1,5 @@

    -- cgit v1.2.3 From 3dd4681bdf51cc0609a41d5777b4c6f7a22b6c1a Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:10:15 +0300 Subject: add span.art-menu-item-text to center text properly --- _includes/art-menu.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/art-menu.html b/_includes/art-menu.html index 9e7f928..0cb16fb 100644 --- a/_includes/art-menu.html +++ b/_includes/art-menu.html @@ -4,7 +4,11 @@ {%- assign pagedir = page.dir | remove_first: "/" | split: "/" -%} {%- if pagedir.first == "art" and pagedir.size > 1 -%}
  • - {{ page.title }} + + + {{ page.title }} + +
    -- cgit v1.2.3 From 07948640ab78b6a0cc97a6968ecea1ee36e9a680 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:11:11 +0300 Subject: add title with backlink to art-category page --- _layouts/art-category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/art-category.html b/_layouts/art-category.html index dc8ce12..c1869d7 100644 --- a/_layouts/art-category.html +++ b/_layouts/art-category.html @@ -2,7 +2,7 @@ layout: default --- -

    {{ page.title }}

    +{% include title-with-backlink.html title=page.title backlink="/art/" %} {{ content }} -- cgit v1.2.3 From e3fa69262e3dbf65f92580f3600540393308587d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 23 Aug 2021 20:11:32 +0300 Subject: tweak music project page also fix header that was wrong. add styles for titles with backlink. & other changes (see diff, i'm lazy) --- _includes/navigation.html | 29 +++---- _layouts/music-project.html | 72 ++++++++++------- _sass/main.scss | 188 ++++++++++++++++++++++++++++++-------------- 3 files changed, 189 insertions(+), 100 deletions(-) diff --git a/_includes/navigation.html b/_includes/navigation.html index ff9e372..3615a1a 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,16 +1,17 @@ diff --git a/_layouts/music-project.html b/_layouts/music-project.html index 7ab64aa..fdf1f0c 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -4,16 +4,21 @@ layout: default - +
    +
    + {% include title-with-backlink.html title=page.title backlink="/music/" %} +
    +
    -

    {{ page.title }}

    - + + +

    {{ page.start_date | date_to_string }}– {%- if page.end_date -%} {{ page.end_date | date_to_string }} @@ -31,37 +36,46 @@ layout: default {{ page.content | markdownify }} +

    + + {%- assign releases = site.music_releases | where: "author", + page.title | group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- assign releases_size = releases | size %} + {%- if releases_size > 0 -%}

    releases

    - {%- assign releases = site.music_releases | where: "author", - page.title | group_by_exp: "item", "item.date | date: '%Y'" -%} {% for item in releases %} -

    {{ item.name }}

    - {%- for release in item.items -%} -
    -

    - {{ release.title }} - ({{ release.type }}) - {%- if release.bandcamp -%} - - listen on bandcamp - - {%- endif -%} -

    +
    +

    {{ item.name }}

    + {%- for release in item.items -%} +
    +

    {{ release.title }} + + ({{ release.type }}) + {%- if release.bandcamp -%} + + listen on bandcamp + + {%- endif -%} +

    -

    released {{ release.date | date_to_string }} - | {{ release.style }} -

    +

    released {{ release.date | date_to_string }} + / {{ release.style }} +

    - {{ release.content }} + {{ release.content }} -
    - {%- endfor -%} +
    + {%- endfor -%} +
    {%- endfor -%}
    -
    + {%- endif -%}
  • diff --git a/_sass/main.scss b/_sass/main.scss index 74508e7..1dc0093 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -26,7 +26,7 @@ body { max-width: $body-width; min-width: 378px; margin: 0 auto; - padding: 8px; + padding: 0.5em; color: $color-dark-bg; font: 100% $font-body; } @@ -39,34 +39,35 @@ a { } } +p { + margin-top: 0; +} + nav { - display: flex; - position: fixed; - z-index: 10; + position: sticky; top: 0; - width: 100%; - max-width: 843px; - height: 102px; + z-index: 10; + display: flex; + flex-direction: row-reverse; font: 400 1.5em $font-title; - - letter-spacing: -1.2px; + letter-spacing: -0.05em; background: rgba($color-main-bg, $nav-alpha); a.current { color: $color-nav-current; pointer-events: none; font-weight: 500; - } + } - img { - margin-right: 8px; + hr { + display: none; } ul { + flex: 1; display: inline-flex; - width: 430px; - height: 32px; - padding: 50px 30px 0 0; + padding: 2.15em 0.5em 0 0; + height: fit-content; flex-direction: row; justify-content: space-between; @@ -90,6 +91,7 @@ h1, h2, h3, h4, h5, h6 { } hr { + border-width: 0 0 5px 0; border-bottom: $border-nav; } @@ -103,9 +105,8 @@ ul { blockquote { margin: 0.5em; - padding: 1em; - background: $color-main-grey-dark; - border-width: 2px 2px 2px 5px; + padding-left: 1em; + border-width: 0 0 0 5px; border-color: $color-main-grey; border-style: solid; border-radius: 0.5em; @@ -136,7 +137,6 @@ audio { footer { padding-top: 0.5em; - border-top: $border-nav; text-align: center; font: 75% $font-body; p { @@ -144,8 +144,26 @@ footer { } } -.content { - margin-top: 95px; +.title_with_backlink { + display: flex; + justify-content: space-between; + align-items: baseline; + + .backlink::before { + content: "← " + } +} + +.with_hidden { + .hidden { + display: none; + } + + &:hover { + .hidden { + display: inline; + } + } } .faint { @@ -207,7 +225,10 @@ footer { margin: 0 auto; border-radius: 1em; } + } + &-date::after { + content: " /"; } &-page { @@ -219,16 +240,23 @@ footer { &-header { margin-bottom: 2em; - ul { - display: flex; + &-info { + * { + margin: 0 0.1em; + } + margin-left: 0.5em; float: right; + display: flex; flex-direction: row; - li { - margin-right: 0.5em; - a { - background: $color-main-grey; - border-radius: 5px; - padding: 2px; + ul { + padding: 0; + li { + display: inline; + a { + background: $color-main-grey; + border-radius: 5px; + padding: 2px; + } } } } @@ -275,28 +303,28 @@ footer { } .art-menu { - $art-thumb-wt: ($body-width / 2) - 16; - $art-thumb-ht: 300px; - display: flex; flex-flow: row wrap; - align-items: flex-start; justify-content: space-around; align-content: center; - @include image-list-item($art-thumb-wt, $art-thumb-ht); + @include image-list-item(24em, 18em); &-item { margin-bottom: 1em; &-mask { - line-height: $art-thumb-ht - 16; - text-align: center; + display: inline-flex; + justify-content: center; + align-items: center; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; - font-size: 200%; @include link-color-transition($color-main-bg, $color-dark-bg); } + &-text { + font-size: 200%; + margin-bottom: 0.2em; + } } } @@ -316,13 +344,14 @@ footer { .music-project { display: flex; + flex-flow: row wrap; &-list { display: flex; flex-flow: row wrap; justify-content: space-evenly; - @include image-list-item(250px, 300px, contain); + @include image-list-item(14em, 14em, contain); &-item { margin-bottom: 1em; @@ -344,19 +373,26 @@ footer { } } + &-titlebar { + flex: 100%; + } + &-sidebar { - flex: 25%; + flex: 1; + padding-right: 0.5em; #logo { width: 100%; } } &-info { + flex: 3; width: 100%; } &-release { &-list { + flex: 100%; } &-info { @@ -366,6 +402,23 @@ footer { &-type { color: $color-main-grey-dark; } + + &-by_year { + padding-right: 0.5em; + border: $border-nav; + border-color: transparent; + border-right-color: $color-main-grey; + border-width: 0 5px 0 0; + border-radius: 0.5em; + } + &-year { + position: sticky; + top: 25%; + padding: 0.2em 0.3em; + border-radius: 1em; + float: right; + background: rgba($color-main-bg, 0.8); + } } } @@ -374,21 +427,16 @@ footer { padding: 0; } nav { - margin-bottom: 5vh; - height: 130px; - ul { - width: 100%; - padding-top: 48px; - position: relative; - top: 5vh; - } + flex-direction: column; img { - position: absolute; - top: 0; + align-self: center; + } + ul { + padding: 0 0.25em; } } .content { - margin-top: 140px; + padding-top: 0.5em; } .about { flex-direction: column-reverse; @@ -417,6 +465,28 @@ footer { } } } + .music-project { + flex-flow: column; + &-titlebar { + flex: 1; + } + &-sidebar { + padding: 0; + } + // &-list { + // &-item { + // &-mask { + // width: 120px; + // height: 120px; + // } + // &-img { + // width: 120px; + // height: 120px; + // } + // } + + // } + } } @media (prefers-color-scheme: dark) { @@ -432,12 +502,12 @@ footer { border-bottom: $border-dark; } } + hr { + border-bottom: $border-dark; + } code { background: $color-darker-grey; } - .faint { - color: $color-dark-grey; - } .art-menu-item-mask { @include link-color-transition($color-dark-bg, $color-main-bg); } @@ -455,16 +525,20 @@ footer { &-type { color: $color-dark-grey; } + &-year { + background: rgba($color-dark-bg, 0.8); + } } &-list-item-mask { @include link-color-transition($color-dark-bg, $color-main-bg); } - } - footer { - border-top: $border-dark; + &-release { + &-by_year { + border-right-color: $color-dark-grey; + } + } } blockquote { - background: $color-nav-current; border-color: $color-dark-grey; } } -- cgit v1.2.3 From c953977332864c2499cb776970ab98934268adca Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 13:21:05 +0300 Subject: add release tags to releases and fix names --- _music_releases/2015-05-28-lequalone-the-darkness.md | 1 + _music_releases/2015-06-13-akpngims-enneorth.md | 1 + _music_releases/2015-09-12-lequalone-wastelands.md | 1 + _music_releases/2015-10-05-lequalone-chasm-of-psychosis.md | 1 + _music_releases/2015-10-26-lequalone-soul-ocean.md | 1 + .../2015-11-02-lequalone-youll-never-hear-me-again.md | 1 + _music_releases/2015-17-27-xvra-svartfeber.md | 1 + _music_releases/2016-08-22-xvra-save-me-from-the-life.md | 1 + _music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md | 1 + _music_releases/2017-01-06-xvra-doedstad.md | 1 + _music_releases/2018-06-30-xvra-absens.md | 1 + _music_releases/2018-11-04-secauloruxsehi-fungi-noise.md | 1 + _music_releases/2018-11-08-secauloruxsehi-rot.md | 1 + _music_releases/2018-11-09-secauloruxsehi-aetheria.md | 1 + _music_releases/2018-12-30-aaoth-forwards.md | 1 + .../2019-01-07-spiral-materivm-through-woods-and-despair.md | 1 + _music_releases/2019-01-12-aaoth-that-cant-be.md | 1 + .../2019-02-08-secauloruxsehi-complex-neon-chamber.md | 1 + _music_releases/2019-02-28-aaoth-lookthrough.md | 1 + _music_releases/2019-03-31-aaoth-mind-collapse.md | 11 ++++++----- _music_releases/2019-04-22-aaoth-madnight.md | 1 + _music_releases/2019-04-23-aaoth-sgti.md | 9 +++++---- _music_releases/2019-05-10-aaoth-vortex-machines.md | 11 ++++++----- _music_releases/2019-05-20-aaoth-the-past.md | 11 ++++++----- _music_releases/2020-04-13-aaoth-massive-void.md | 11 ++++++----- 25 files changed, 49 insertions(+), 24 deletions(-) diff --git a/_music_releases/2015-05-28-lequalone-the-darkness.md b/_music_releases/2015-05-28-lequalone-the-darkness.md index e8ec19e..8bc421a 100644 --- a/_music_releases/2015-05-28-lequalone-the-darkness.md +++ b/_music_releases/2015-05-28-lequalone-the-darkness.md @@ -4,6 +4,7 @@ title: the darkness type: album date: 28-05-2015 style: dark ambient +r_tag: HSR-01 --- first dark ambient album. diff --git a/_music_releases/2015-06-13-akpngims-enneorth.md b/_music_releases/2015-06-13-akpngims-enneorth.md index faa084b..c02ba94 100644 --- a/_music_releases/2015-06-13-akpngims-enneorth.md +++ b/_music_releases/2015-06-13-akpngims-enneorth.md @@ -5,6 +5,7 @@ type: album date: 13-06-2015 style: black ambient bandcamp: https://haelsorisk.bandcamp.com/album/enneorth +r_tag: HSR-03 --- all is error. the great mistake. irregular. diff --git a/_music_releases/2015-09-12-lequalone-wastelands.md b/_music_releases/2015-09-12-lequalone-wastelands.md index add631c..849fc16 100644 --- a/_music_releases/2015-09-12-lequalone-wastelands.md +++ b/_music_releases/2015-09-12-lequalone-wastelands.md @@ -5,6 +5,7 @@ type: ep date: 12-09-2015 style: dark ambient bandcamp: https://haelsorisk.bandcamp.com/album/wastelands +r_tag: HSR-02 --- apocalyptic synthwave inspired by fallout game series. diff --git a/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md index aa5eae6..a3d7a3c 100644 --- a/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md +++ b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md @@ -4,6 +4,7 @@ title: chasm of psychosis type: lp date: 05-10-2015 style: dark synthwave +r_tag: HSR-05 --- chaotic synthwave lp. diff --git a/_music_releases/2015-10-26-lequalone-soul-ocean.md b/_music_releases/2015-10-26-lequalone-soul-ocean.md index f82b959..7f72d62 100644 --- a/_music_releases/2015-10-26-lequalone-soul-ocean.md +++ b/_music_releases/2015-10-26-lequalone-soul-ocean.md @@ -5,6 +5,7 @@ type: album date: 26-10-2015 style: dark synthwave bandcamp: https://haelsorisk.bandcamp.com/album/soul-ocean +r_tag: HSR-06 --- dark atmospheric synthwave. diff --git a/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md index 157a7ed..d11599d 100644 --- a/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md +++ b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md @@ -4,6 +4,7 @@ title: you'll never hear me again type: ep date: 02-11-2015 style: dark ambient +r_tag: HSR-07 --- ending ep with sample experiments. diff --git a/_music_releases/2015-17-27-xvra-svartfeber.md b/_music_releases/2015-17-27-xvra-svartfeber.md index 8f74793..dbb9a9a 100644 --- a/_music_releases/2015-17-27-xvra-svartfeber.md +++ b/_music_releases/2015-17-27-xvra-svartfeber.md @@ -4,6 +4,7 @@ title: svartfeber type: demo date: 27-07-2015 style: black metal raw black +r_tag: HSR-04 --- debut demo with vocals recorded in nearby forest. diff --git a/_music_releases/2016-08-22-xvra-save-me-from-the-life.md b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md index a22aa96..e8607cd 100644 --- a/_music_releases/2016-08-22-xvra-save-me-from-the-life.md +++ b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md @@ -5,6 +5,7 @@ type: demo date: 22-08-2016 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/save-me-from-the-life +r_tag: HSR-09 --- second demo. diff --git a/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md index f29b855..f888590 100644 --- a/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md +++ b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md @@ -5,6 +5,7 @@ type: album date: 18-06-2016 style: ambient abstract bandcamp: https://haelsorisk.bandcamp.com/album/aateh-tghsaaghth +r_tag: HSR-08 --- it will be better if you don't know that. diff --git a/_music_releases/2017-01-06-xvra-doedstad.md b/_music_releases/2017-01-06-xvra-doedstad.md index 32ac445..5566a37 100644 --- a/_music_releases/2017-01-06-xvra-doedstad.md +++ b/_music_releases/2017-01-06-xvra-doedstad.md @@ -5,6 +5,7 @@ type: demo date: 06-01-2017 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/doedstad +r_tag: HSR-10 --- behold the silence. diff --git a/_music_releases/2018-06-30-xvra-absens.md b/_music_releases/2018-06-30-xvra-absens.md index 8a5db65..8dd73f6 100644 --- a/_music_releases/2018-06-30-xvra-absens.md +++ b/_music_releases/2018-06-30-xvra-absens.md @@ -5,6 +5,7 @@ type: album date: 30-06-2018 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/absens +r_tag: HSR-12 --- dedicated to the ultimate void that was the beginning diff --git a/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md index de5f210..31b3506 100644 --- a/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md +++ b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md @@ -5,6 +5,7 @@ type: album date: 04-11-2018 style: chiptune lo-fi synth bandcamp: https://aaoth.bandcamp.com/album/fungi-noise +r_tag: SCLRS-01 --- fungi-related chiptune made with sunvox. diff --git a/_music_releases/2018-11-08-secauloruxsehi-rot.md b/_music_releases/2018-11-08-secauloruxsehi-rot.md index 15accce..667f8d4 100644 --- a/_music_releases/2018-11-08-secauloruxsehi-rot.md +++ b/_music_releases/2018-11-08-secauloruxsehi-rot.md @@ -5,6 +5,7 @@ type: album date: 08-11-2018 style: synthwave bandcamp: https://aaoth.bandcamp.com/album/rot +r_tag: SCLRS-02 --- electronic variations on riffs created by my friend. diff --git a/_music_releases/2018-11-09-secauloruxsehi-aetheria.md b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md index 6919e0a..5dafc76 100644 --- a/_music_releases/2018-11-09-secauloruxsehi-aetheria.md +++ b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md @@ -5,6 +5,7 @@ type: album date: 09-11-2018 style: minimal synth bandcamp: https://aaoth.bandcamp.com/album/aetheria +r_tag: SCLRS-03 --- trilogy about mysterious land of pure art. diff --git a/_music_releases/2018-12-30-aaoth-forwards.md b/_music_releases/2018-12-30-aaoth-forwards.md index c0a9f9c..a3916de 100644 --- a/_music_releases/2018-12-30-aaoth-forwards.md +++ b/_music_releases/2018-12-30-aaoth-forwards.md @@ -5,6 +5,7 @@ type: track date: 30-12-2018 style: electronic improvisation bandcamp: https://aaoth.bandcamp.com/track/forwards-universe-wide-grief +r_tag: AAOTH-01 --- little desolate improv during the new year's eve's evening, recorded through sunvox. diff --git a/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md index d679b42..548e873 100644 --- a/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md +++ b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md @@ -5,6 +5,7 @@ type: album date: 07-01-2019 style: post-rock bandcamp: https://sprial-materivm.bandcamp.com/album/through-woods-and-despair +r_tag: HSR-13 --- a story about mind (or mad) journeys. diff --git a/_music_releases/2019-01-12-aaoth-that-cant-be.md b/_music_releases/2019-01-12-aaoth-that-cant-be.md index 2bfd71e..47f14e7 100644 --- a/_music_releases/2019-01-12-aaoth-that-cant-be.md +++ b/_music_releases/2019-01-12-aaoth-that-cant-be.md @@ -5,6 +5,7 @@ type: track date: 12-01-2019 style: eai apocalyptic bandcamp: https://aaoth.bandcamp.com/track/that-cant-be +r_tag: AAOTH-02 --- apocalyptic guitar improvisation. diff --git a/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md b/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md index c760c2a..2507f1b 100644 --- a/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md +++ b/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md @@ -5,6 +5,7 @@ type: track date: 08-02-2019 style: idm no techno bandcamp: https://aaoth.bandcamp.com/track/complex-neon-chamber +r_tag: SCLRS-04 --- lyrics: diff --git a/_music_releases/2019-02-28-aaoth-lookthrough.md b/_music_releases/2019-02-28-aaoth-lookthrough.md index 33d757d..334f568 100644 --- a/_music_releases/2019-02-28-aaoth-lookthrough.md +++ b/_music_releases/2019-02-28-aaoth-lookthrough.md @@ -5,6 +5,7 @@ type: track date: 28-02-2019 style: eai abstract bandcamp: https://aaoth.bandcamp.com/track/lookthrough +r_tag: AAOTH-03 --- unthemed guitar improvisation. diff --git a/_music_releases/2019-03-31-aaoth-mind-collapse.md b/_music_releases/2019-03-31-aaoth-mind-collapse.md index 8a33f9c..7dd23b4 100644 --- a/_music_releases/2019-03-31-aaoth-mind-collapse.md +++ b/_music_releases/2019-03-31-aaoth-mind-collapse.md @@ -1,10 +1,11 @@ --- author: aaoth -title: massive void +title: mind collapse type: track -date: 13-04-2020 -style: generative electronic -bandcamp: https://aaoth.bandcamp.com/track/massive-void +date: 31-03-2019 +style: eai +bandcamp: https://aaoth.bandcamp.com/track/mind-collapse +r_tag: AAOTH-04 --- -generative abstract track made with vcvrack. +recorded directly on recycled tape. only three samples in sunvox were used. diff --git a/_music_releases/2019-04-22-aaoth-madnight.md b/_music_releases/2019-04-22-aaoth-madnight.md index 5861be2..48b82c3 100644 --- a/_music_releases/2019-04-22-aaoth-madnight.md +++ b/_music_releases/2019-04-22-aaoth-madnight.md @@ -5,6 +5,7 @@ type: track date: 22-04-2019 style: electronic lo-fi bandcamp: https://aaoth.bandcamp.com/track/madnight +r_tag: AAOTH-05 --- atmospheric electronic track made using [sunvox][1] on android. diff --git a/_music_releases/2019-04-23-aaoth-sgti.md b/_music_releases/2019-04-23-aaoth-sgti.md index ecae971..a112e52 100644 --- a/_music_releases/2019-04-23-aaoth-sgti.md +++ b/_music_releases/2019-04-23-aaoth-sgti.md @@ -1,10 +1,11 @@ --- author: aaoth -title: mind collapse +title: sgti type: track -date: 31-03-2019 +date: 23-04-2019 style: eai -bandcamp: https://aaoth.bandcamp.com/track/mind-collapse +bandcamp: https://aaoth.bandcamp.com/track/sgti +r_tag: AAOTH-06 --- -recorded directly on recycled tape. only three samples in sunvox were used. +**s**unvox/**g**uv'nor/**t**ape/**i**mprov diff --git a/_music_releases/2019-05-10-aaoth-vortex-machines.md b/_music_releases/2019-05-10-aaoth-vortex-machines.md index 4099a77..c105464 100644 --- a/_music_releases/2019-05-10-aaoth-vortex-machines.md +++ b/_music_releases/2019-05-10-aaoth-vortex-machines.md @@ -1,10 +1,11 @@ --- author: aaoth -title: sgti +title: vortex machines type: track -date: 23-04-2019 -style: eai -bandcamp: https://aaoth.bandcamp.com/track/sgti +date: 10-05-2019 +style: electronic improvisation +bandcamp: https://aaoth.bandcamp.com/track/vortex-machines +r_tag: AAOTH-07 --- -**s**unvox/**g**uv'nor/**t**ape/**i**mprov +apocalyptic electronic improvisation using sunvox. diff --git a/_music_releases/2019-05-20-aaoth-the-past.md b/_music_releases/2019-05-20-aaoth-the-past.md index 10898dc..fb9b280 100644 --- a/_music_releases/2019-05-20-aaoth-the-past.md +++ b/_music_releases/2019-05-20-aaoth-the-past.md @@ -1,10 +1,11 @@ --- author: aaoth -title: vortex machines +title: the past type: track -date: 10-05-2019 -style: electronic improvisation -bandcamp: https://aaoth.bandcamp.com/track/vortex-machines +date: 20-05-2019 +style: eai lo-fi +bandcamp: https://aaoth.bandcamp.com/track/the-past +r_tag: AAOTH-08 --- -apocalyptic electronic improvisation using sunvox. +atmospheric lo-fi improvisation. diff --git a/_music_releases/2020-04-13-aaoth-massive-void.md b/_music_releases/2020-04-13-aaoth-massive-void.md index 55600b4..766e65c 100644 --- a/_music_releases/2020-04-13-aaoth-massive-void.md +++ b/_music_releases/2020-04-13-aaoth-massive-void.md @@ -1,10 +1,11 @@ --- author: aaoth -title: the past +title: massive void type: track -date: 20-05-2019 -style: eai lo-fi -bandcamp: https://aaoth.bandcamp.com/track/the-past +date: 13-04-2020 +style: generative electronic +bandcamp: https://aaoth.bandcamp.com/track/massive-void +r_tag: AAOTH-09 --- -atmospheric lo-fi improvisation. +generative abstract track made with vcvrack. -- cgit v1.2.3 From 26156bc9b19fe02a6679f741c9d936aad18a2e85 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 13:22:51 +0300 Subject: add track info and templates --- _config.yml | 3 +++ _layouts/music-project.html | 26 ++++++++++++++++++++++ ...017-08-05-haelsorisk-laengtan-efter-ett-slut.md | 13 +++++++++++ ...-morth-aateh-tgh-saaghth-01-aaock-xeeh-morth.md | 6 +++++ ...aaghth-02-yhe-odrghock-dhtrhogho-tgh-bhuugrh.md | 6 +++++ ...saaghth-03-huhuth-ehnglvhi-uukh-kuuth-buhrgh.md | 6 +++++ .../akpngims-enneorth-01-ye-many-faces-ov-kaos.md | 8 +++++++ ...th-02-noise-within-abomination-ov-inhumanity.md | 7 ++++++ .../akpngims-enneorth-03-skream-ov-faceless.md | 7 ++++++ ...ngtan-efter-ett-slut-01-aaock-morth-shnnhkvh.md | 6 +++++ ...sorisk-laengtan-efter-ett-slut-02-xvra-mvtvs.md | 6 +++++ ...aelsorisk-laengtan-efter-ett-slut-03-vakk-ii.md | 6 +++++ ...-laengtan-efter-ett-slut-04-xvra-void-within.md | 6 +++++ ...an-efter-ett-slut-05-xvra-when-became-a-dirt.md | 6 +++++ ...t-06-akpngims-woods-of-molten-plastic-people.md | 6 +++++ ...lequalone-chasm-of-psychosis-01-reign-of-lie.md | 6 +++++ ...-of-psychosis-02-beyond-mind-exist-no-future.md | 6 +++++ ...alone-chasm-of-psychosis-03-nobody-hears-you.md | 6 +++++ ...chosis-04-alone-in-the-desert-of-nothingness.md | 6 +++++ ...of-psychosis-05-empty-space-within-your-soul.md | 6 +++++ ...equalone-chasm-of-psychosis-06-unending-void.md | 6 +++++ ...alone-chasm-of-psychosis-07-silence-of-noise.md | 6 +++++ ...alone-chasm-of-psychosis-08-hear-abomination.md | 6 +++++ ...alone-chasm-of-psychosis-09-illusion-of-hope.md | 6 +++++ ...one-chasm-of-psychosis-10-rainclouds-of-hate.md | 6 +++++ ...chasm-of-psychosis-11-await-the-dawn-of-pain.md | 6 +++++ ...e-chasm-of-psychosis-12-in-a-pursuit-of-vain.md | 6 +++++ ...sis-13-youre-inside-my-own-hideous-nightmare.md | 6 +++++ ...hasm-of-psychosis-14-the-end-of-this-madness.md | 6 +++++ ...ne-soul-ocean-01-entrance-to-the-singularity.md | 6 +++++ ...-soul-ocean-02-in-the-vast-of-the-soul-ocean.md | 6 +++++ .../lequalone-soul-ocean-03-eternal-dream.md | 6 +++++ ...oul-ocean-04-in-the-bottom-of-the-soul-ocean.md | 6 +++++ .../lequalone-soul-ocean-05-deep-in-the-cavern.md | 6 +++++ ...-ocean-06-in-useless-searches-of-lifes-sense.md | 6 +++++ .../lequalone-soul-ocean-07-grind-alert.md | 6 +++++ .../lequalone-soul-ocean-08-the-last-breath.md | 6 +++++ .../lequalone-the-darkness-01-world-of-despair.md | 7 ++++++ .../lequalone-the-darkness-02-apocalyptic-panic.md | 7 ++++++ ...qualone-the-darkness-03-voices-from-the-deep.md | 7 ++++++ .../lequalone-the-darkness-04-calm-decay.md | 8 +++++++ ...equalone-the-darkness-05-distant-omen-of-war.md | 8 +++++++ ...ne-the-darkness-06-night-in-abandoned-church.md | 8 +++++++ ...-darkness-07-lonely-world-in-which-youll-die.md | 7 ++++++ .../lequalone-the-darkness-08-the-darkness.md | 7 ++++++ .../lequalone-wastelands-01-crawling-danger.md | 6 +++++ .../lequalone-wastelands-02-wastelands.md | 6 +++++ ...gain-01-terrifying-mind-disassembly-disaster.md | 6 +++++ ...ll-never-hear-me-again-02-no-hope-lies-exist.md | 6 +++++ ...hear-me-again-03-beyond-mind-exist-no-future.md | 6 +++++ .../secauloruxsehi-aetheria-01-forwards.md | 6 +++++ .../secauloruxsehi-aetheria-02-aetheria.md | 6 +++++ .../secauloruxsehi-aetheria-03-the-gone.md | 6 +++++ .../secauloruxsehi-fungi-noise-01-illoh.md | 6 +++++ ...ehi-fungi-noise-02-le-ke-cehu-morsi-cu-lenku.md | 6 +++++ .../secauloruxsehi-fungi-noise-03-lehi-condi.md | 6 +++++ .../secauloruxsehi-fungi-noise-04-la-remxei.md | 6 +++++ .../secauloruxsehi-fungi-noise-05-mi-na-djuno.md | 6 +++++ .../secauloruxsehi-fungi-noise-06-lo-catlu.md | 6 +++++ _music_titles/secauloruxsehi-rot-01-plaguenthra.md | 6 +++++ _music_titles/secauloruxsehi-rot-02-cccxxxiii.md | 6 +++++ ...aterivm-through-woods-and-despair-01-despair.md | 8 +++++++ ...-through-woods-and-despair-02-if-i-was-there.md | 6 +++++ ...erivm-through-woods-and-despair-03-night-sky.md | 6 +++++ ...-woods-and-despair-04-towards-the-worlds-end.md | 6 +++++ ...hrough-woods-and-despair-05-inside-the-clock.md | 6 +++++ ...-materivm-through-woods-and-despair-06-woods.md | 8 +++++++ _music_titles/xvra-absens-01-livloes.md | 6 +++++ _music_titles/xvra-absens-02-foerlust.md | 6 +++++ _music_titles/xvra-absens-03-fatal-fall.md | 6 +++++ _music_titles/xvra-absens-04-dreamdwellar.md | 6 +++++ _music_titles/xvra-absens-05-dissociative.md | 6 +++++ _music_titles/xvra-absens-06-mvtvs.md | 6 +++++ _music_titles/xvra-absens-07-for-a-while.md | 6 +++++ _music_titles/xvra-absens-08-vehikle.md | 6 +++++ _music_titles/xvra-absens-09-doedstad.md | 6 +++++ _music_titles/xvra-absens-10-longing-for-an-end.md | 6 +++++ _music_titles/xvra-absens-11-named-by-grief.md | 6 +++++ .../xvra-absens-12-pleasures-unattained.md | 8 +++++++ _music_titles/xvra-absens-13-no-point.md | 6 +++++ _music_titles/xvra-doedstad-01-the-dead-city.md | 6 +++++ _music_titles/xvra-doedstad-02-ruttendstad.md | 6 +++++ ...-save-me-from-the-life-01-opening-the-unlife.md | 6 +++++ ...-me-from-the-life-02-ashes-ov-ruined-freedom.md | 6 +++++ .../xvra-save-me-from-the-life-03-void-within.md | 6 +++++ .../xvra-svartfeber-01-pleasures-unattained.md | 6 +++++ _music_titles/xvra-svartfeber-02-ye-black-fever.md | 6 +++++ templates/music-project.md | 13 +++++++++++ templates/music-release.md | 8 +++++++ templates/music-title.md | 8 +++++++ templates/post.md | 11 +++++++++ 91 files changed, 607 insertions(+) create mode 100644 _music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md create mode 100644 _music_titles/aaock-morth-aateh-tgh-saaghth-01-aaock-xeeh-morth.md create mode 100644 _music_titles/aaock-morth-aateh-tgh-saaghth-02-yhe-odrghock-dhtrhogho-tgh-bhuugrh.md create mode 100644 _music_titles/aaock-morth-aateh-tgh-saaghth-03-huhuth-ehnglvhi-uukh-kuuth-buhrgh.md create mode 100644 _music_titles/akpngims-enneorth-01-ye-many-faces-ov-kaos.md create mode 100644 _music_titles/akpngims-enneorth-02-noise-within-abomination-ov-inhumanity.md create mode 100644 _music_titles/akpngims-enneorth-03-skream-ov-faceless.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-01-aaock-morth-shnnhkvh.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-02-xvra-mvtvs.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-03-vakk-ii.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-04-xvra-void-within.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-05-xvra-when-became-a-dirt.md create mode 100644 _music_titles/haelsorisk-laengtan-efter-ett-slut-06-akpngims-woods-of-molten-plastic-people.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-01-reign-of-lie.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-02-beyond-mind-exist-no-future.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-03-nobody-hears-you.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-04-alone-in-the-desert-of-nothingness.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-05-empty-space-within-your-soul.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-06-unending-void.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-07-silence-of-noise.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-08-hear-abomination.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-09-illusion-of-hope.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-10-rainclouds-of-hate.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-11-await-the-dawn-of-pain.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-12-in-a-pursuit-of-vain.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-13-youre-inside-my-own-hideous-nightmare.md create mode 100644 _music_titles/lequalone-chasm-of-psychosis-14-the-end-of-this-madness.md create mode 100644 _music_titles/lequalone-soul-ocean-01-entrance-to-the-singularity.md create mode 100644 _music_titles/lequalone-soul-ocean-02-in-the-vast-of-the-soul-ocean.md create mode 100644 _music_titles/lequalone-soul-ocean-03-eternal-dream.md create mode 100644 _music_titles/lequalone-soul-ocean-04-in-the-bottom-of-the-soul-ocean.md create mode 100644 _music_titles/lequalone-soul-ocean-05-deep-in-the-cavern.md create mode 100644 _music_titles/lequalone-soul-ocean-06-in-useless-searches-of-lifes-sense.md create mode 100644 _music_titles/lequalone-soul-ocean-07-grind-alert.md create mode 100644 _music_titles/lequalone-soul-ocean-08-the-last-breath.md create mode 100644 _music_titles/lequalone-the-darkness-01-world-of-despair.md create mode 100644 _music_titles/lequalone-the-darkness-02-apocalyptic-panic.md create mode 100644 _music_titles/lequalone-the-darkness-03-voices-from-the-deep.md create mode 100644 _music_titles/lequalone-the-darkness-04-calm-decay.md create mode 100644 _music_titles/lequalone-the-darkness-05-distant-omen-of-war.md create mode 100644 _music_titles/lequalone-the-darkness-06-night-in-abandoned-church.md create mode 100644 _music_titles/lequalone-the-darkness-07-lonely-world-in-which-youll-die.md create mode 100644 _music_titles/lequalone-the-darkness-08-the-darkness.md create mode 100644 _music_titles/lequalone-wastelands-01-crawling-danger.md create mode 100644 _music_titles/lequalone-wastelands-02-wastelands.md create mode 100644 _music_titles/lequalone-youll-never-hear-me-again-01-terrifying-mind-disassembly-disaster.md create mode 100644 _music_titles/lequalone-youll-never-hear-me-again-02-no-hope-lies-exist.md create mode 100644 _music_titles/lequalone-youll-never-hear-me-again-03-beyond-mind-exist-no-future.md create mode 100644 _music_titles/secauloruxsehi-aetheria-01-forwards.md create mode 100644 _music_titles/secauloruxsehi-aetheria-02-aetheria.md create mode 100644 _music_titles/secauloruxsehi-aetheria-03-the-gone.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-01-illoh.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-02-le-ke-cehu-morsi-cu-lenku.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-03-lehi-condi.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-04-la-remxei.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-05-mi-na-djuno.md create mode 100644 _music_titles/secauloruxsehi-fungi-noise-06-lo-catlu.md create mode 100644 _music_titles/secauloruxsehi-rot-01-plaguenthra.md create mode 100644 _music_titles/secauloruxsehi-rot-02-cccxxxiii.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-01-despair.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-02-if-i-was-there.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-03-night-sky.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-04-towards-the-worlds-end.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-05-inside-the-clock.md create mode 100644 _music_titles/spiral-materivm-through-woods-and-despair-06-woods.md create mode 100644 _music_titles/xvra-absens-01-livloes.md create mode 100644 _music_titles/xvra-absens-02-foerlust.md create mode 100644 _music_titles/xvra-absens-03-fatal-fall.md create mode 100644 _music_titles/xvra-absens-04-dreamdwellar.md create mode 100644 _music_titles/xvra-absens-05-dissociative.md create mode 100644 _music_titles/xvra-absens-06-mvtvs.md create mode 100644 _music_titles/xvra-absens-07-for-a-while.md create mode 100644 _music_titles/xvra-absens-08-vehikle.md create mode 100644 _music_titles/xvra-absens-09-doedstad.md create mode 100644 _music_titles/xvra-absens-10-longing-for-an-end.md create mode 100644 _music_titles/xvra-absens-11-named-by-grief.md create mode 100644 _music_titles/xvra-absens-12-pleasures-unattained.md create mode 100644 _music_titles/xvra-absens-13-no-point.md create mode 100644 _music_titles/xvra-doedstad-01-the-dead-city.md create mode 100644 _music_titles/xvra-doedstad-02-ruttendstad.md create mode 100644 _music_titles/xvra-save-me-from-the-life-01-opening-the-unlife.md create mode 100644 _music_titles/xvra-save-me-from-the-life-02-ashes-ov-ruined-freedom.md create mode 100644 _music_titles/xvra-save-me-from-the-life-03-void-within.md create mode 100644 _music_titles/xvra-svartfeber-01-pleasures-unattained.md create mode 100644 _music_titles/xvra-svartfeber-02-ye-black-fever.md create mode 100644 templates/music-project.md create mode 100644 templates/music-release.md create mode 100644 templates/music-title.md create mode 100644 templates/post.md 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: defaults: diff --git a/_layouts/music-project.html b/_layouts/music-project.html index fdf1f0c..b07f4b8 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -70,6 +70,32 @@ layout: default / {{ release.style }}

    + {%- unless release.type == "track" -%} +
    tracklist
    +
    + {%- assign release_tracks = site.music_titles | + where: "r_tag", release.r_tag | sort: "num" -%} +
      + {% for track in release_tracks %} +
    1. + {% if release.author == track.author %} + {{ track.title }} + {% else %} + {% assign t_a_has_url = site.music_projects | find: "title", track.author %} + {% if t_a_has_url %} + + {{ track.author }} + {% else %} + {{ track.author }} + {% endif %} + — {{ track.title }} + {% endif %} +
    2. + {% endfor %} +
    +
    + {%- endunless -%} + {{ release.content }}
    diff --git a/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md b/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md new file mode 100644 index 0000000..6377d46 --- /dev/null +++ b/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md @@ -0,0 +1,13 @@ +--- +author: hälsorisk +title: längtan efter ett slut +type: compilation +date: 05-08-2017 +style: acoustic dissonant +bandcamp: https://haelsorisk.bandcamp.com/album/l-ngtan-efter-ett-slut +r_tag: HSR-11 +--- + +soundtrack to the [short-movie with the same name][1]. + +[1]:https://youtu.be/v4CqcxcWaDU diff --git a/_music_titles/aaock-morth-aateh-tgh-saaghth-01-aaock-xeeh-morth.md b/_music_titles/aaock-morth-aateh-tgh-saaghth-01-aaock-xeeh-morth.md new file mode 100644 index 0000000..20da554 --- /dev/null +++ b/_music_titles/aaock-morth-aateh-tgh-saaghth-01-aaock-xeeh-morth.md @@ -0,0 +1,6 @@ +--- +title: aaock xeeh morth +author: aaock-morth +r_tag: HSR-08 +num: 01 +--- diff --git a/_music_titles/aaock-morth-aateh-tgh-saaghth-02-yhe-odrghock-dhtrhogho-tgh-bhuugrh.md b/_music_titles/aaock-morth-aateh-tgh-saaghth-02-yhe-odrghock-dhtrhogho-tgh-bhuugrh.md new file mode 100644 index 0000000..c15d76c --- /dev/null +++ b/_music_titles/aaock-morth-aateh-tgh-saaghth-02-yhe-odrghock-dhtrhogho-tgh-bhuugrh.md @@ -0,0 +1,6 @@ +--- +title: yhe odrghock'dhtrhogho tgh'bhuugrh +author: aaock-morth +r_tag: HSR-08 +num: 02 +--- diff --git a/_music_titles/aaock-morth-aateh-tgh-saaghth-03-huhuth-ehnglvhi-uukh-kuuth-buhrgh.md b/_music_titles/aaock-morth-aateh-tgh-saaghth-03-huhuth-ehnglvhi-uukh-kuuth-buhrgh.md new file mode 100644 index 0000000..13128fa --- /dev/null +++ b/_music_titles/aaock-morth-aateh-tgh-saaghth-03-huhuth-ehnglvhi-uukh-kuuth-buhrgh.md @@ -0,0 +1,6 @@ +--- +title: h'uguth'ehnglvhi uukh'kuuth buhrgh +author: aaock-morth +r_tag: HSR-08 +num: 03 +--- diff --git a/_music_titles/akpngims-enneorth-01-ye-many-faces-ov-kaos.md b/_music_titles/akpngims-enneorth-01-ye-many-faces-ov-kaos.md new file mode 100644 index 0000000..c444b83 --- /dev/null +++ b/_music_titles/akpngims-enneorth-01-ye-many-faces-ov-kaos.md @@ -0,0 +1,8 @@ +--- +title: ye many faces ov kaos +author: akpngims +r_tag: HSR-03 +num: 01 +--- + +test diff --git a/_music_titles/akpngims-enneorth-02-noise-within-abomination-ov-inhumanity.md b/_music_titles/akpngims-enneorth-02-noise-within-abomination-ov-inhumanity.md new file mode 100644 index 0000000..c2bac4c --- /dev/null +++ b/_music_titles/akpngims-enneorth-02-noise-within-abomination-ov-inhumanity.md @@ -0,0 +1,7 @@ +--- +title: noise within abomination ov inhumanity +author: akpngims +r_tag: HSR-03 +num: 02 +--- + diff --git a/_music_titles/akpngims-enneorth-03-skream-ov-faceless.md b/_music_titles/akpngims-enneorth-03-skream-ov-faceless.md new file mode 100644 index 0000000..ed9f633 --- /dev/null +++ b/_music_titles/akpngims-enneorth-03-skream-ov-faceless.md @@ -0,0 +1,7 @@ +--- +title: skream ov faceless +author: akpngims +r_tag: HSR-03 +num: 03 +--- + diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-01-aaock-morth-shnnhkvh.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-01-aaock-morth-shnnhkvh.md new file mode 100644 index 0000000..d66cfaf --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-01-aaock-morth-shnnhkvh.md @@ -0,0 +1,6 @@ +--- +title: shnhkvh +author: aaock-morth +r_tag: HSR-11 +num: 01 +--- diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-02-xvra-mvtvs.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-02-xvra-mvtvs.md new file mode 100644 index 0000000..89bec44 --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-02-xvra-mvtvs.md @@ -0,0 +1,6 @@ +--- +title: mvtvs +author: xvra +r_tag: HSR-11 +num: 02 +--- diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-03-vakk-ii.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-03-vakk-ii.md new file mode 100644 index 0000000..93cccc7 --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-03-vakk-ii.md @@ -0,0 +1,6 @@ +--- +title: II +author: vakk +r_tag: HSR-11 +num: 03 +--- diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-04-xvra-void-within.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-04-xvra-void-within.md new file mode 100644 index 0000000..43d0ad4 --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-04-xvra-void-within.md @@ -0,0 +1,6 @@ +--- +title: void within (acoustic) +author: xvra +r_tag: HSR-11 +num: 04 +--- diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-05-xvra-when-became-a-dirt.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-05-xvra-when-became-a-dirt.md new file mode 100644 index 0000000..a543e23 --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-05-xvra-when-became-a-dirt.md @@ -0,0 +1,6 @@ +--- +title: when became a dirt +author: xvra +r_tag: HSR-11 +num: 05 +--- diff --git a/_music_titles/haelsorisk-laengtan-efter-ett-slut-06-akpngims-woods-of-molten-plastic-people.md b/_music_titles/haelsorisk-laengtan-efter-ett-slut-06-akpngims-woods-of-molten-plastic-people.md new file mode 100644 index 0000000..80ebedf --- /dev/null +++ b/_music_titles/haelsorisk-laengtan-efter-ett-slut-06-akpngims-woods-of-molten-plastic-people.md @@ -0,0 +1,6 @@ +--- +title: woods of molten plastic people +author: aaock-morth +r_tag: HSR-11 +num: 06 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-01-reign-of-lie.md b/_music_titles/lequalone-chasm-of-psychosis-01-reign-of-lie.md new file mode 100644 index 0000000..aabb622 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-01-reign-of-lie.md @@ -0,0 +1,6 @@ +--- +title: reign of lie +author: L=1 +r_tag: HSR-05 +num: 01 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-02-beyond-mind-exist-no-future.md b/_music_titles/lequalone-chasm-of-psychosis-02-beyond-mind-exist-no-future.md new file mode 100644 index 0000000..fd38947 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-02-beyond-mind-exist-no-future.md @@ -0,0 +1,6 @@ +--- +title: beyond mind exist no future +author: L=1 +r_tag: HSR-05 +num: 02 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-03-nobody-hears-you.md b/_music_titles/lequalone-chasm-of-psychosis-03-nobody-hears-you.md new file mode 100644 index 0000000..a136095 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-03-nobody-hears-you.md @@ -0,0 +1,6 @@ +--- +title: nobody hears you +author: L=1 +r_tag: HSR-05 +num: 03 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-04-alone-in-the-desert-of-nothingness.md b/_music_titles/lequalone-chasm-of-psychosis-04-alone-in-the-desert-of-nothingness.md new file mode 100644 index 0000000..5b4b450 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-04-alone-in-the-desert-of-nothingness.md @@ -0,0 +1,6 @@ +--- +title: alone in the desert of nothingness +author: L=1 +r_tag: HSR-05 +num: 04 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-05-empty-space-within-your-soul.md b/_music_titles/lequalone-chasm-of-psychosis-05-empty-space-within-your-soul.md new file mode 100644 index 0000000..d5aa572 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-05-empty-space-within-your-soul.md @@ -0,0 +1,6 @@ +--- +title: empty space within your soul +author: L=1 +r_tag: HSR-05 +num: 05 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-06-unending-void.md b/_music_titles/lequalone-chasm-of-psychosis-06-unending-void.md new file mode 100644 index 0000000..1ac92c8 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-06-unending-void.md @@ -0,0 +1,6 @@ +--- +title: unending void +author: L=1 +r_tag: HSR-05 +num: 06 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-07-silence-of-noise.md b/_music_titles/lequalone-chasm-of-psychosis-07-silence-of-noise.md new file mode 100644 index 0000000..e032d15 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-07-silence-of-noise.md @@ -0,0 +1,6 @@ +--- +title: silence of noise +author: L=1 +r_tag: HSR-05 +num: 07 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-08-hear-abomination.md b/_music_titles/lequalone-chasm-of-psychosis-08-hear-abomination.md new file mode 100644 index 0000000..bd599a7 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-08-hear-abomination.md @@ -0,0 +1,6 @@ +--- +title: hear abomination +author: L=1 +r_tag: HSR-05 +num: 08 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-09-illusion-of-hope.md b/_music_titles/lequalone-chasm-of-psychosis-09-illusion-of-hope.md new file mode 100644 index 0000000..17825f2 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-09-illusion-of-hope.md @@ -0,0 +1,6 @@ +--- +title: illusion of hope +author: L=1 +r_tag: HSR-05 +num: 09 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-10-rainclouds-of-hate.md b/_music_titles/lequalone-chasm-of-psychosis-10-rainclouds-of-hate.md new file mode 100644 index 0000000..64a96da --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-10-rainclouds-of-hate.md @@ -0,0 +1,6 @@ +--- +title: rainclouds of hate +author: L=1 +r_tag: HSR-05 +num: 10 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-11-await-the-dawn-of-pain.md b/_music_titles/lequalone-chasm-of-psychosis-11-await-the-dawn-of-pain.md new file mode 100644 index 0000000..1ac2f7f --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-11-await-the-dawn-of-pain.md @@ -0,0 +1,6 @@ +--- +title: await the dawn of pain +author: L=1 +r_tag: HSR-05 +num: 11 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-12-in-a-pursuit-of-vain.md b/_music_titles/lequalone-chasm-of-psychosis-12-in-a-pursuit-of-vain.md new file mode 100644 index 0000000..5edca21 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-12-in-a-pursuit-of-vain.md @@ -0,0 +1,6 @@ +--- +title: in a pursuit of vain +author: L=1 +r_tag: HSR-05 +num: 12 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-13-youre-inside-my-own-hideous-nightmare.md b/_music_titles/lequalone-chasm-of-psychosis-13-youre-inside-my-own-hideous-nightmare.md new file mode 100644 index 0000000..5373de3 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-13-youre-inside-my-own-hideous-nightmare.md @@ -0,0 +1,6 @@ +--- +title: you're inside my own hideous nightmare +author: L=1 +r_tag: HSR-05 +num: 13 +--- diff --git a/_music_titles/lequalone-chasm-of-psychosis-14-the-end-of-this-madness.md b/_music_titles/lequalone-chasm-of-psychosis-14-the-end-of-this-madness.md new file mode 100644 index 0000000..401b6e5 --- /dev/null +++ b/_music_titles/lequalone-chasm-of-psychosis-14-the-end-of-this-madness.md @@ -0,0 +1,6 @@ +--- +title: the end of this madness +author: L=1 +r_tag: HSR-05 +num: 14 +--- diff --git a/_music_titles/lequalone-soul-ocean-01-entrance-to-the-singularity.md b/_music_titles/lequalone-soul-ocean-01-entrance-to-the-singularity.md new file mode 100644 index 0000000..7e490af --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-01-entrance-to-the-singularity.md @@ -0,0 +1,6 @@ +--- +title: entrance to the singularity +author: L=1 +r_tag: HSR-06 +num: 01 +--- diff --git a/_music_titles/lequalone-soul-ocean-02-in-the-vast-of-the-soul-ocean.md b/_music_titles/lequalone-soul-ocean-02-in-the-vast-of-the-soul-ocean.md new file mode 100644 index 0000000..d55c610 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-02-in-the-vast-of-the-soul-ocean.md @@ -0,0 +1,6 @@ +--- +title: in the vast of the soul ocean +author: L=1 +r_tag: HSR-06 +num: 02 +--- diff --git a/_music_titles/lequalone-soul-ocean-03-eternal-dream.md b/_music_titles/lequalone-soul-ocean-03-eternal-dream.md new file mode 100644 index 0000000..b56e9c6 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-03-eternal-dream.md @@ -0,0 +1,6 @@ +--- +title: eternal dream +author: L=1 +r_tag: HSR-06 +num: 03 +--- diff --git a/_music_titles/lequalone-soul-ocean-04-in-the-bottom-of-the-soul-ocean.md b/_music_titles/lequalone-soul-ocean-04-in-the-bottom-of-the-soul-ocean.md new file mode 100644 index 0000000..4a472da --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-04-in-the-bottom-of-the-soul-ocean.md @@ -0,0 +1,6 @@ +--- +title: in the bottom of the soul ocean +author: L=1 +r_tag: HSR-06 +num: 04 +--- diff --git a/_music_titles/lequalone-soul-ocean-05-deep-in-the-cavern.md b/_music_titles/lequalone-soul-ocean-05-deep-in-the-cavern.md new file mode 100644 index 0000000..0f3e8a1 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-05-deep-in-the-cavern.md @@ -0,0 +1,6 @@ +--- +title: deep in the cavern +author: L=1 +r_tag: HSR-06 +num: 05 +--- diff --git a/_music_titles/lequalone-soul-ocean-06-in-useless-searches-of-lifes-sense.md b/_music_titles/lequalone-soul-ocean-06-in-useless-searches-of-lifes-sense.md new file mode 100644 index 0000000..b8788e1 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-06-in-useless-searches-of-lifes-sense.md @@ -0,0 +1,6 @@ +--- +title: in useless searches of life's sense +author: L=1 +r_tag: HSR-06 +num: 06 +--- diff --git a/_music_titles/lequalone-soul-ocean-07-grind-alert.md b/_music_titles/lequalone-soul-ocean-07-grind-alert.md new file mode 100644 index 0000000..68648d1 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-07-grind-alert.md @@ -0,0 +1,6 @@ +--- +title: grind alert +author: L=1 +r_tag: HSR-06 +num: 07 +--- diff --git a/_music_titles/lequalone-soul-ocean-08-the-last-breath.md b/_music_titles/lequalone-soul-ocean-08-the-last-breath.md new file mode 100644 index 0000000..1a74106 --- /dev/null +++ b/_music_titles/lequalone-soul-ocean-08-the-last-breath.md @@ -0,0 +1,6 @@ +--- +title: the last breath +author: L=1 +r_tag: HSR-06 +num: 08 +--- diff --git a/_music_titles/lequalone-the-darkness-01-world-of-despair.md b/_music_titles/lequalone-the-darkness-01-world-of-despair.md new file mode 100644 index 0000000..da42f17 --- /dev/null +++ b/_music_titles/lequalone-the-darkness-01-world-of-despair.md @@ -0,0 +1,7 @@ +--- +title: world of despair +author: L=1 +r_tag: HSR-01 +num: 01 +--- + diff --git a/_music_titles/lequalone-the-darkness-02-apocalyptic-panic.md b/_music_titles/lequalone-the-darkness-02-apocalyptic-panic.md new file mode 100644 index 0000000..86c3361 --- /dev/null +++ b/_music_titles/lequalone-the-darkness-02-apocalyptic-panic.md @@ -0,0 +1,7 @@ +--- +title: apocalyptic panic +author: L=1 +r_tag: HSR-01 +num: 02 +--- + diff --git a/_music_titles/lequalone-the-darkness-03-voices-from-the-deep.md b/_music_titles/lequalone-the-darkness-03-voices-from-the-deep.md new file mode 100644 index 0000000..1ac79a3 --- /dev/null +++ b/_music_titles/lequalone-the-darkness-03-voices-from-the-deep.md @@ -0,0 +1,7 @@ +--- +title: voices from the deep +author: L=1 +r_tag: HSR-01 +num: 03 +--- + diff --git a/_music_titles/lequalone-the-darkness-04-calm-decay.md b/_music_titles/lequalone-the-darkness-04-calm-decay.md new file mode 100644 index 0000000..8b560bd --- /dev/null +++ b/_music_titles/lequalone-the-darkness-04-calm-decay.md @@ -0,0 +1,8 @@ +--- +title: calm decay +author: L=1 +r_tag: HSR-01 +num: 04 +--- + + diff --git a/_music_titles/lequalone-the-darkness-05-distant-omen-of-war.md b/_music_titles/lequalone-the-darkness-05-distant-omen-of-war.md new file mode 100644 index 0000000..e7f603c --- /dev/null +++ b/_music_titles/lequalone-the-darkness-05-distant-omen-of-war.md @@ -0,0 +1,8 @@ +--- +title: distant omen of war +author: L=1 +r_tag: HSR-01 +num: 05 +--- + + diff --git a/_music_titles/lequalone-the-darkness-06-night-in-abandoned-church.md b/_music_titles/lequalone-the-darkness-06-night-in-abandoned-church.md new file mode 100644 index 0000000..b6337ee --- /dev/null +++ b/_music_titles/lequalone-the-darkness-06-night-in-abandoned-church.md @@ -0,0 +1,8 @@ +--- +title: night in abandoned church +author: L=1 +r_tag: HSR-01 +num: 06 +--- + + diff --git a/_music_titles/lequalone-the-darkness-07-lonely-world-in-which-youll-die.md b/_music_titles/lequalone-the-darkness-07-lonely-world-in-which-youll-die.md new file mode 100644 index 0000000..08a2797 --- /dev/null +++ b/_music_titles/lequalone-the-darkness-07-lonely-world-in-which-youll-die.md @@ -0,0 +1,7 @@ +--- +title: lonely world in which you'll die +author: L=1 +r_tag: HSR-01 +num: 07 +--- + diff --git a/_music_titles/lequalone-the-darkness-08-the-darkness.md b/_music_titles/lequalone-the-darkness-08-the-darkness.md new file mode 100644 index 0000000..4336df3 --- /dev/null +++ b/_music_titles/lequalone-the-darkness-08-the-darkness.md @@ -0,0 +1,7 @@ +--- +title: the darkness +author: L=1 +r_tag: HSR-01 +num: 08 +--- + diff --git a/_music_titles/lequalone-wastelands-01-crawling-danger.md b/_music_titles/lequalone-wastelands-01-crawling-danger.md new file mode 100644 index 0000000..676bcaf --- /dev/null +++ b/_music_titles/lequalone-wastelands-01-crawling-danger.md @@ -0,0 +1,6 @@ +--- +title: crawling danger +author: L=1 +r_tag: HSR-02 +num: 01 +--- diff --git a/_music_titles/lequalone-wastelands-02-wastelands.md b/_music_titles/lequalone-wastelands-02-wastelands.md new file mode 100644 index 0000000..bebd57a --- /dev/null +++ b/_music_titles/lequalone-wastelands-02-wastelands.md @@ -0,0 +1,6 @@ +--- +title: wastelands +author: L=1 +r_tag: HSR-02 +num: 02 +--- diff --git a/_music_titles/lequalone-youll-never-hear-me-again-01-terrifying-mind-disassembly-disaster.md b/_music_titles/lequalone-youll-never-hear-me-again-01-terrifying-mind-disassembly-disaster.md new file mode 100644 index 0000000..02f0ef1 --- /dev/null +++ b/_music_titles/lequalone-youll-never-hear-me-again-01-terrifying-mind-disassembly-disaster.md @@ -0,0 +1,6 @@ +--- +title: terrifying mind disassembly disaster +author: L=1 +r_tag: HSR-07 +num: 01 +--- diff --git a/_music_titles/lequalone-youll-never-hear-me-again-02-no-hope-lies-exist.md b/_music_titles/lequalone-youll-never-hear-me-again-02-no-hope-lies-exist.md new file mode 100644 index 0000000..3774d06 --- /dev/null +++ b/_music_titles/lequalone-youll-never-hear-me-again-02-no-hope-lies-exist.md @@ -0,0 +1,6 @@ +--- +title: no hope, lies exist +author: L=1 +r_tag: HSR-07 +num: 02 +--- diff --git a/_music_titles/lequalone-youll-never-hear-me-again-03-beyond-mind-exist-no-future.md b/_music_titles/lequalone-youll-never-hear-me-again-03-beyond-mind-exist-no-future.md new file mode 100644 index 0000000..5ebb3c4 --- /dev/null +++ b/_music_titles/lequalone-youll-never-hear-me-again-03-beyond-mind-exist-no-future.md @@ -0,0 +1,6 @@ +--- +title: beyond mind exist no future (re-issue) +author: L=1 +r_tag: HSR-07 +num: 03 +--- diff --git a/_music_titles/secauloruxsehi-aetheria-01-forwards.md b/_music_titles/secauloruxsehi-aetheria-01-forwards.md new file mode 100644 index 0000000..2195e5a --- /dev/null +++ b/_music_titles/secauloruxsehi-aetheria-01-forwards.md @@ -0,0 +1,6 @@ +--- +title: forwards +author: secauloruxse'i +r_tag: SCLRS-03 +num: 01 +--- diff --git a/_music_titles/secauloruxsehi-aetheria-02-aetheria.md b/_music_titles/secauloruxsehi-aetheria-02-aetheria.md new file mode 100644 index 0000000..7730171 --- /dev/null +++ b/_music_titles/secauloruxsehi-aetheria-02-aetheria.md @@ -0,0 +1,6 @@ +--- +title: aetheria +author: secauloruxse'i +r_tag: SCLRS-03 +num: 02 +--- diff --git a/_music_titles/secauloruxsehi-aetheria-03-the-gone.md b/_music_titles/secauloruxsehi-aetheria-03-the-gone.md new file mode 100644 index 0000000..9dc5c16 --- /dev/null +++ b/_music_titles/secauloruxsehi-aetheria-03-the-gone.md @@ -0,0 +1,6 @@ +--- +title: the gone +author: secauloruxse'i +r_tag: SCLRS-03 +num: 03 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-01-illoh.md b/_music_titles/secauloruxsehi-fungi-noise-01-illoh.md new file mode 100644 index 0000000..3cb77a2 --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-01-illoh.md @@ -0,0 +1,6 @@ +--- +title: illoh +author: secauloruxse'i +r_tag: SCLRS-01 +num: 01 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-02-le-ke-cehu-morsi-cu-lenku.md b/_music_titles/secauloruxsehi-fungi-noise-02-le-ke-cehu-morsi-cu-lenku.md new file mode 100644 index 0000000..c6653f5 --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-02-le-ke-cehu-morsi-cu-lenku.md @@ -0,0 +1,6 @@ +--- +title: le ka ce'u morsi cu lenku +author: secauloruxse'i +r_tag: SCLRS-01 +num: 02 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-03-lehi-condi.md b/_music_titles/secauloruxsehi-fungi-noise-03-lehi-condi.md new file mode 100644 index 0000000..40e8871 --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-03-lehi-condi.md @@ -0,0 +1,6 @@ +--- +title: le'i condi (v. reine cover) +author: secauloruxse'i +r_tag: SCLRS-01 +num: 03 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-04-la-remxei.md b/_music_titles/secauloruxsehi-fungi-noise-04-la-remxei.md new file mode 100644 index 0000000..93d921a --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-04-la-remxei.md @@ -0,0 +1,6 @@ +--- +title: la remxei +author: secauloruxse'i +r_tag: SCLRS-01 +num: 04 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-05-mi-na-djuno.md b/_music_titles/secauloruxsehi-fungi-noise-05-mi-na-djuno.md new file mode 100644 index 0000000..f84d073 --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-05-mi-na-djuno.md @@ -0,0 +1,6 @@ +--- +title: mi na djuno +author: secauloruxse'i +r_tag: SCLRS-01 +num: 05 +--- diff --git a/_music_titles/secauloruxsehi-fungi-noise-06-lo-catlu.md b/_music_titles/secauloruxsehi-fungi-noise-06-lo-catlu.md new file mode 100644 index 0000000..23f8d62 --- /dev/null +++ b/_music_titles/secauloruxsehi-fungi-noise-06-lo-catlu.md @@ -0,0 +1,6 @@ +--- +title: lo catlu +author: secauloruxse'i +r_tag: SCLRS-01 +num: 06 +--- diff --git a/_music_titles/secauloruxsehi-rot-01-plaguenthra.md b/_music_titles/secauloruxsehi-rot-01-plaguenthra.md new file mode 100644 index 0000000..2240eba --- /dev/null +++ b/_music_titles/secauloruxsehi-rot-01-plaguenthra.md @@ -0,0 +1,6 @@ +--- +title: plaguenthra +author: secauloruxse'i +r_tag: SCLRS-02 +num: 01 +--- diff --git a/_music_titles/secauloruxsehi-rot-02-cccxxxiii.md b/_music_titles/secauloruxsehi-rot-02-cccxxxiii.md new file mode 100644 index 0000000..cf8f12c --- /dev/null +++ b/_music_titles/secauloruxsehi-rot-02-cccxxxiii.md @@ -0,0 +1,6 @@ +--- +title: cccxxxiii +author: secauloruxse'i +r_tag: SCLRS-02 +num: 02 +--- diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-01-despair.md b/_music_titles/spiral-materivm-through-woods-and-despair-01-despair.md new file mode 100644 index 0000000..f56e46a --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-01-despair.md @@ -0,0 +1,8 @@ +--- +title: despair +author: spiral materivm +r_tag: HSR-13 +num: 01 +--- + +instrumental track. diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-02-if-i-was-there.md b/_music_titles/spiral-materivm-through-woods-and-despair-02-if-i-was-there.md new file mode 100644 index 0000000..ded43fa --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-02-if-i-was-there.md @@ -0,0 +1,6 @@ +--- +title: if i was there... +author: spiral materivm +r_tag: HSR-13 +num: 02 +--- diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-03-night-sky.md b/_music_titles/spiral-materivm-through-woods-and-despair-03-night-sky.md new file mode 100644 index 0000000..994e5bc --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-03-night-sky.md @@ -0,0 +1,6 @@ +--- +title: night sky +author: spiral materivm +r_tag: HSR-13 +num: 03 +--- diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-04-towards-the-worlds-end.md b/_music_titles/spiral-materivm-through-woods-and-despair-04-towards-the-worlds-end.md new file mode 100644 index 0000000..1525ee4 --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-04-towards-the-worlds-end.md @@ -0,0 +1,6 @@ +--- +title: towards the world's end +author: spiral materivm +r_tag: HSR-13 +num: 04 +--- diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-05-inside-the-clock.md b/_music_titles/spiral-materivm-through-woods-and-despair-05-inside-the-clock.md new file mode 100644 index 0000000..d1d7b63 --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-05-inside-the-clock.md @@ -0,0 +1,6 @@ +--- +title: inside the clock +author: spiral materivm +r_tag: HSR-13 +num: 05 +--- diff --git a/_music_titles/spiral-materivm-through-woods-and-despair-06-woods.md b/_music_titles/spiral-materivm-through-woods-and-despair-06-woods.md new file mode 100644 index 0000000..2e2aaf3 --- /dev/null +++ b/_music_titles/spiral-materivm-through-woods-and-despair-06-woods.md @@ -0,0 +1,8 @@ +--- +title: woods +author: spiral materivm +r_tag: HSR-13 +num: 06 +--- + +instrumental track diff --git a/_music_titles/xvra-absens-01-livloes.md b/_music_titles/xvra-absens-01-livloes.md new file mode 100644 index 0000000..80e70c3 --- /dev/null +++ b/_music_titles/xvra-absens-01-livloes.md @@ -0,0 +1,6 @@ +--- +title: livlös +author: xvra +r_tag: HSR-12 +num: 01 +--- diff --git a/_music_titles/xvra-absens-02-foerlust.md b/_music_titles/xvra-absens-02-foerlust.md new file mode 100644 index 0000000..995bbe6 --- /dev/null +++ b/_music_titles/xvra-absens-02-foerlust.md @@ -0,0 +1,6 @@ +--- +title: förlust +author: xvra +r_tag: HSR-12 +num: 02 +--- diff --git a/_music_titles/xvra-absens-03-fatal-fall.md b/_music_titles/xvra-absens-03-fatal-fall.md new file mode 100644 index 0000000..2643adf --- /dev/null +++ b/_music_titles/xvra-absens-03-fatal-fall.md @@ -0,0 +1,6 @@ +--- +title: fatal fall +author: xvra +r_tag: HSR-12 +num: 03 +--- diff --git a/_music_titles/xvra-absens-04-dreamdwellar.md b/_music_titles/xvra-absens-04-dreamdwellar.md new file mode 100644 index 0000000..4294a31 --- /dev/null +++ b/_music_titles/xvra-absens-04-dreamdwellar.md @@ -0,0 +1,6 @@ +--- +title: dreamdwellar +author: xvra +r_tag: HSR-12 +num: 04 +--- diff --git a/_music_titles/xvra-absens-05-dissociative.md b/_music_titles/xvra-absens-05-dissociative.md new file mode 100644 index 0000000..3624bfe --- /dev/null +++ b/_music_titles/xvra-absens-05-dissociative.md @@ -0,0 +1,6 @@ +--- +title: dissociative +author: xvra +r_tag: HSR-12 +num: 05 +--- diff --git a/_music_titles/xvra-absens-06-mvtvs.md b/_music_titles/xvra-absens-06-mvtvs.md new file mode 100644 index 0000000..ecfd390 --- /dev/null +++ b/_music_titles/xvra-absens-06-mvtvs.md @@ -0,0 +1,6 @@ +--- +title: mvtvs +author: xvra +r_tag: HSR-12 +num: 06 +--- diff --git a/_music_titles/xvra-absens-07-for-a-while.md b/_music_titles/xvra-absens-07-for-a-while.md new file mode 100644 index 0000000..da76b9f --- /dev/null +++ b/_music_titles/xvra-absens-07-for-a-while.md @@ -0,0 +1,6 @@ +--- +title: for a while... +author: xvra +r_tag: HSR-12 +num: 07 +--- diff --git a/_music_titles/xvra-absens-08-vehikle.md b/_music_titles/xvra-absens-08-vehikle.md new file mode 100644 index 0000000..6804b7c --- /dev/null +++ b/_music_titles/xvra-absens-08-vehikle.md @@ -0,0 +1,6 @@ +--- +title: vehikle +author: xvra +r_tag: HSR-12 +num: 08 +--- diff --git a/_music_titles/xvra-absens-09-doedstad.md b/_music_titles/xvra-absens-09-doedstad.md new file mode 100644 index 0000000..0883d9c --- /dev/null +++ b/_music_titles/xvra-absens-09-doedstad.md @@ -0,0 +1,6 @@ +--- +title: dödstad +author: xvra +r_tag: HSR-12 +num: 09 +--- diff --git a/_music_titles/xvra-absens-10-longing-for-an-end.md b/_music_titles/xvra-absens-10-longing-for-an-end.md new file mode 100644 index 0000000..ad944f8 --- /dev/null +++ b/_music_titles/xvra-absens-10-longing-for-an-end.md @@ -0,0 +1,6 @@ +--- +title: longing for an end +author: xvra +r_tag: HSR-12 +num: 10 +--- diff --git a/_music_titles/xvra-absens-11-named-by-grief.md b/_music_titles/xvra-absens-11-named-by-grief.md new file mode 100644 index 0000000..3ec6e46 --- /dev/null +++ b/_music_titles/xvra-absens-11-named-by-grief.md @@ -0,0 +1,6 @@ +--- +title: named by grief +author: xvra +r_tag: HSR-12 +num: 11 +--- diff --git a/_music_titles/xvra-absens-12-pleasures-unattained.md b/_music_titles/xvra-absens-12-pleasures-unattained.md new file mode 100644 index 0000000..ed35ccc --- /dev/null +++ b/_music_titles/xvra-absens-12-pleasures-unattained.md @@ -0,0 +1,8 @@ +--- +title: pleasures unattained +author: xvra +r_tag: HSR-12 +num: 12 +--- + +guest vocals done by Neratoh. diff --git a/_music_titles/xvra-absens-13-no-point.md b/_music_titles/xvra-absens-13-no-point.md new file mode 100644 index 0000000..d977068 --- /dev/null +++ b/_music_titles/xvra-absens-13-no-point.md @@ -0,0 +1,6 @@ +--- +title: no point +author: xvra +r_tag: HSR-12 +num: 13 +--- diff --git a/_music_titles/xvra-doedstad-01-the-dead-city.md b/_music_titles/xvra-doedstad-01-the-dead-city.md new file mode 100644 index 0000000..5a83d91 --- /dev/null +++ b/_music_titles/xvra-doedstad-01-the-dead-city.md @@ -0,0 +1,6 @@ +--- +title: the dead city +author: xvra +r_tag: HSR-10 +num: 01 +--- diff --git a/_music_titles/xvra-doedstad-02-ruttendstad.md b/_music_titles/xvra-doedstad-02-ruttendstad.md new file mode 100644 index 0000000..0ec29f8 --- /dev/null +++ b/_music_titles/xvra-doedstad-02-ruttendstad.md @@ -0,0 +1,6 @@ +--- +title: ruttenstad +author: xvra +r_tag: HSR-10 +num: 02 +--- diff --git a/_music_titles/xvra-save-me-from-the-life-01-opening-the-unlife.md b/_music_titles/xvra-save-me-from-the-life-01-opening-the-unlife.md new file mode 100644 index 0000000..8770444 --- /dev/null +++ b/_music_titles/xvra-save-me-from-the-life-01-opening-the-unlife.md @@ -0,0 +1,6 @@ +--- +title: opening the unlife +author: xvra +r_tag: HSR-09 +num: 01 +--- diff --git a/_music_titles/xvra-save-me-from-the-life-02-ashes-ov-ruined-freedom.md b/_music_titles/xvra-save-me-from-the-life-02-ashes-ov-ruined-freedom.md new file mode 100644 index 0000000..18f7c05 --- /dev/null +++ b/_music_titles/xvra-save-me-from-the-life-02-ashes-ov-ruined-freedom.md @@ -0,0 +1,6 @@ +--- +title: ashes of ruined freedom +author: xvra +r_tag: HSR-09 +num: 02 +--- diff --git a/_music_titles/xvra-save-me-from-the-life-03-void-within.md b/_music_titles/xvra-save-me-from-the-life-03-void-within.md new file mode 100644 index 0000000..6a198ab --- /dev/null +++ b/_music_titles/xvra-save-me-from-the-life-03-void-within.md @@ -0,0 +1,6 @@ +--- +title: void within +author: xvra +r_tag: HSR-09 +num: 03 +--- diff --git a/_music_titles/xvra-svartfeber-01-pleasures-unattained.md b/_music_titles/xvra-svartfeber-01-pleasures-unattained.md new file mode 100644 index 0000000..126f233 --- /dev/null +++ b/_music_titles/xvra-svartfeber-01-pleasures-unattained.md @@ -0,0 +1,6 @@ +--- +title: pleasures unattained +author: xvra +r_tag: HSR-04 +num: 01 +--- diff --git a/_music_titles/xvra-svartfeber-02-ye-black-fever.md b/_music_titles/xvra-svartfeber-02-ye-black-fever.md new file mode 100644 index 0000000..4f862fa --- /dev/null +++ b/_music_titles/xvra-svartfeber-02-ye-black-fever.md @@ -0,0 +1,6 @@ +--- +title: ye black fever +author: xvra +r_tag: HSR-04 +num: 02 +--- diff --git a/templates/music-project.md b/templates/music-project.md new file mode 100644 index 0000000..f8c42a7 --- /dev/null +++ b/templates/music-project.md @@ -0,0 +1,13 @@ +--- +title: {{ title }} +start_date: {{ startdate }} +end_date: {{ enddate }} +status: {{ status }} +description: {{ description }} +tags: {{ tags }} +roles: {{ roles }} +permalink: {{ permalink }} +logo: {{ logo }} +other: {{ other }} +--- + diff --git a/templates/music-release.md b/templates/music-release.md new file mode 100644 index 0000000..e1137e5 --- /dev/null +++ b/templates/music-release.md @@ -0,0 +1,8 @@ +--- +author: {{ author }} +title: {{ title }} +type: {{ type }} +date: {{ date }} +style: {{ tags }} +--- + diff --git a/templates/music-title.md b/templates/music-title.md new file mode 100644 index 0000000..99ca836 --- /dev/null +++ b/templates/music-title.md @@ -0,0 +1,8 @@ +--- +title: {{ title }} +author: {{ author }} +r_tag: {{ r_tag }} +num: {{ num }} +--- + + diff --git a/templates/post.md b/templates/post.md new file mode 100644 index 0000000..dbf43d9 --- /dev/null +++ b/templates/post.md @@ -0,0 +1,11 @@ +--- +title: {{ title }} +date: {{ date }} +author: {{ author }} +tags: {{ tags }} +--- + + + + + -- cgit v1.2.3 From a6d8d6fbd058f1f53a00eee8ba4f609496ad7c67 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 14:25:38 +0300 Subject: make releases that are of type 'track' actual tracks and modify the music-project layout to display those orphan tracks. --- _includes/music-project-release-info.html | 53 ++++++++++++++ _layouts/music-project.html | 83 +++++++--------------- _music_releases/2018-12-30-aaoth-forwards.md | 14 ---- _music_releases/2019-01-12-aaoth-that-cant-be.md | 11 --- ...19-02-08-secauloruxsehi-complex-neon-chamber.md | 35 --------- _music_releases/2019-02-28-aaoth-lookthrough.md | 11 --- _music_releases/2019-03-31-aaoth-mind-collapse.md | 11 --- _music_releases/2019-04-22-aaoth-madnight.md | 13 ---- _music_releases/2019-04-23-aaoth-sgti.md | 11 --- .../2019-05-10-aaoth-vortex-machines.md | 11 --- _music_releases/2019-05-20-aaoth-the-past.md | 11 --- _music_releases/2020-04-13-aaoth-massive-void.md | 11 --- _music_titles/aaoth-forwards.md | 12 ++++ _music_titles/aaoth-lookthrough.md | 9 +++ _music_titles/aaoth-madnight.md | 11 +++ _music_titles/aaoth-massive-void.md | 9 +++ _music_titles/aaoth-mind-collapse.md | 9 +++ _music_titles/aaoth-sgti.md | 9 +++ _music_titles/aaoth-that-cant-be.md | 9 +++ _music_titles/aaoth-the-past.md | 9 +++ _music_titles/aaoth-vortex-machines.md | 9 +++ .../secauloruxsehi-complex-neon-chamber.md | 33 +++++++++ music.md | 2 +- 23 files changed, 198 insertions(+), 198 deletions(-) create mode 100644 _includes/music-project-release-info.html delete mode 100644 _music_releases/2018-12-30-aaoth-forwards.md delete mode 100644 _music_releases/2019-01-12-aaoth-that-cant-be.md delete mode 100644 _music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md delete mode 100644 _music_releases/2019-02-28-aaoth-lookthrough.md delete mode 100644 _music_releases/2019-03-31-aaoth-mind-collapse.md delete mode 100644 _music_releases/2019-04-22-aaoth-madnight.md delete mode 100644 _music_releases/2019-04-23-aaoth-sgti.md delete mode 100644 _music_releases/2019-05-10-aaoth-vortex-machines.md delete mode 100644 _music_releases/2019-05-20-aaoth-the-past.md delete mode 100644 _music_releases/2020-04-13-aaoth-massive-void.md create mode 100644 _music_titles/aaoth-forwards.md create mode 100644 _music_titles/aaoth-lookthrough.md create mode 100644 _music_titles/aaoth-madnight.md create mode 100644 _music_titles/aaoth-massive-void.md create mode 100644 _music_titles/aaoth-mind-collapse.md create mode 100644 _music_titles/aaoth-sgti.md create mode 100644 _music_titles/aaoth-that-cant-be.md create mode 100644 _music_titles/aaoth-the-past.md create mode 100644 _music_titles/aaoth-vortex-machines.md create mode 100644 _music_titles/secauloruxsehi-complex-neon-chamber.md diff --git a/_includes/music-project-release-info.html b/_includes/music-project-release-info.html new file mode 100644 index 0000000..f06625e --- /dev/null +++ b/_includes/music-project-release-info.html @@ -0,0 +1,53 @@ +{%- assign release = include.release %} +
    +

    {{ release.title }} + {% if release.r_tag %} + + ({{ release.type }}) + {% endif %} + {%- if release.bandcamp -%} + + listen on bandcamp + + {%- endif -%} +

    + +

    released {{ release.date | date_to_string }} + / {{ release.style }} +

    + + {%- if release.r_tag -%} +
    tracklist
    +
    + {%- assign release_tracks = site.music_titles | + where: "r_tag", release.r_tag | sort: "num" -%} +
      + {%- for track in release_tracks -%} +
    1. + {%- if release.author == track.author -%} + {{ track.title }} + {%- else -%} + {%- assign + t_a_has_url = site.music_projects + | find: "title", track.author -%} + {%- if t_a_has_url -%} + + {{ track.author }} + {%- else -%} + {{ track.author }} + {% endif %} + — {{ track.title }} + {% endif %} +
    2. + {% endfor %} +
    +
    + {%- endif -%} + + {{ release.content | markdownify }} + +
    diff --git a/_layouts/music-project.html b/_layouts/music-project.html index b07f4b8..7e3044f 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -3,7 +3,6 @@ layout: default --- - @@ -38,70 +37,38 @@ layout: default
    - {%- assign releases = site.music_releases | where: "author", - page.title | group_by_exp: "item", "item.date | date: '%Y'" -%} - {%- assign releases_size = releases | size %} - {%- if releases_size > 0 -%} + {%- assign releases = site.music_releases | + where: "author", page.title | + group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- assign releases.size = releases | size %} + {% unless releases.size == 0 %}

    releases

    - {% for item in releases %} + {% for year_group in releases %}
    + id="{{ year_group.name }}">

    {{ item.name }}

    - {%- for release in item.items -%} -
    -

    {{ release.title }} - - ({{ release.type }}) - {%- if release.bandcamp -%} - - listen on bandcamp - - {%- endif -%} -

    - -

    released {{ release.date | date_to_string }} - / {{ release.style }} -

    - - {%- unless release.type == "track" -%} -
    tracklist
    -
    - {%- assign release_tracks = site.music_titles | - where: "r_tag", release.r_tag | sort: "num" -%} -
      - {% for track in release_tracks %} -
    1. - {% if release.author == track.author %} - {{ track.title }} - {% else %} - {% assign t_a_has_url = site.music_projects | find: "title", track.author %} - {% if t_a_has_url %} - - {{ track.author }} - {% else %} - {{ track.author }} - {% endif %} - — {{ track.title }} - {% endif %} -
    2. - {% endfor %} -
    -
    - {%- endunless -%} - - {{ release.content }} - -
    + id="{{ year_group.name }}">{{ year_group.name }} + {%- for release in year_group.items -%} + {% include music-project-release-info.html release=release %} {%- endfor -%}
    {%- endfor -%}
    - {%- endif -%} + {% endunless %} + + {%- assign misc_tracks = site.music_titles | + where_exp: "item", "item.author == page.title and item.r_tag == nil" | + sort: "date" -%} + {%- assign misc_tracks.size = misc_tracks | size %} + {% unless misc_tracks.size == 0 %} +
    +

    misc tracks

    + + {% for track in misc_tracks %} + {% include music-project-release-info.html release=track %} + {%- endfor %} +
    + {% endunless %}
    diff --git a/_music_releases/2018-12-30-aaoth-forwards.md b/_music_releases/2018-12-30-aaoth-forwards.md deleted file mode 100644 index a3916de..0000000 --- a/_music_releases/2018-12-30-aaoth-forwards.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -author: aaoth -title: forwards (universe wide grief) -type: track -date: 30-12-2018 -style: electronic improvisation -bandcamp: https://aaoth.bandcamp.com/track/forwards-universe-wide-grief -r_tag: AAOTH-01 ---- - -little desolate improv during the new year's eve's evening, recorded through sunvox. - -> this is the song of our lost souls when they'll fly away -> from the earth destroyed by humans. diff --git a/_music_releases/2019-01-12-aaoth-that-cant-be.md b/_music_releases/2019-01-12-aaoth-that-cant-be.md deleted file mode 100644 index 47f14e7..0000000 --- a/_music_releases/2019-01-12-aaoth-that-cant-be.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: that can't be -type: track -date: 12-01-2019 -style: eai apocalyptic -bandcamp: https://aaoth.bandcamp.com/track/that-cant-be -r_tag: AAOTH-02 ---- - -apocalyptic guitar improvisation. diff --git a/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md b/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md deleted file mode 100644 index 2507f1b..0000000 --- a/_music_releases/2019-02-08-secauloruxsehi-complex-neon-chamber.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -author: secauloruxse'i -title: complex neon chamber -type: track -date: 08-02-2019 -style: idm no techno -bandcamp: https://aaoth.bandcamp.com/track/complex-neon-chamber -r_tag: SCLRS-04 ---- - -lyrics: - -[verse 1] - -intradimensional room that you can't feel -rectangles, octagons, tesseract tissues aren't real -obstacles glow in the solid shadow of fear (hear) -voices that're piercing your eyes with the cracked mirror - -[refrain] - -*complex neon chamber -dark and gloom invader -chamber full of creatures -they're dancing they're dancing -they're moving in fire* - -[verse 2] - -colours out of sight, the crystallic tear (tears) -changing the gravity's limbs, catch the cinder -shockwave ambiguity chase to the northern wind -- see -poles and parallel lines are aligning as vertical tinder - -[refrain] diff --git a/_music_releases/2019-02-28-aaoth-lookthrough.md b/_music_releases/2019-02-28-aaoth-lookthrough.md deleted file mode 100644 index 334f568..0000000 --- a/_music_releases/2019-02-28-aaoth-lookthrough.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: lookthrough -type: track -date: 28-02-2019 -style: eai abstract -bandcamp: https://aaoth.bandcamp.com/track/lookthrough -r_tag: AAOTH-03 ---- - -unthemed guitar improvisation. diff --git a/_music_releases/2019-03-31-aaoth-mind-collapse.md b/_music_releases/2019-03-31-aaoth-mind-collapse.md deleted file mode 100644 index 7dd23b4..0000000 --- a/_music_releases/2019-03-31-aaoth-mind-collapse.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: mind collapse -type: track -date: 31-03-2019 -style: eai -bandcamp: https://aaoth.bandcamp.com/track/mind-collapse -r_tag: AAOTH-04 ---- - -recorded directly on recycled tape. only three samples in sunvox were used. diff --git a/_music_releases/2019-04-22-aaoth-madnight.md b/_music_releases/2019-04-22-aaoth-madnight.md deleted file mode 100644 index 48b82c3..0000000 --- a/_music_releases/2019-04-22-aaoth-madnight.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -author: aaoth -title: madnight -type: track -date: 22-04-2019 -style: electronic lo-fi -bandcamp: https://aaoth.bandcamp.com/track/madnight -r_tag: AAOTH-05 ---- - -atmospheric electronic track made using [sunvox][1] on android. - -[1]:https://warmplace.ru/soft/sunvox diff --git a/_music_releases/2019-04-23-aaoth-sgti.md b/_music_releases/2019-04-23-aaoth-sgti.md deleted file mode 100644 index a112e52..0000000 --- a/_music_releases/2019-04-23-aaoth-sgti.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: sgti -type: track -date: 23-04-2019 -style: eai -bandcamp: https://aaoth.bandcamp.com/track/sgti -r_tag: AAOTH-06 ---- - -**s**unvox/**g**uv'nor/**t**ape/**i**mprov diff --git a/_music_releases/2019-05-10-aaoth-vortex-machines.md b/_music_releases/2019-05-10-aaoth-vortex-machines.md deleted file mode 100644 index c105464..0000000 --- a/_music_releases/2019-05-10-aaoth-vortex-machines.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: vortex machines -type: track -date: 10-05-2019 -style: electronic improvisation -bandcamp: https://aaoth.bandcamp.com/track/vortex-machines -r_tag: AAOTH-07 ---- - -apocalyptic electronic improvisation using sunvox. diff --git a/_music_releases/2019-05-20-aaoth-the-past.md b/_music_releases/2019-05-20-aaoth-the-past.md deleted file mode 100644 index fb9b280..0000000 --- a/_music_releases/2019-05-20-aaoth-the-past.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: the past -type: track -date: 20-05-2019 -style: eai lo-fi -bandcamp: https://aaoth.bandcamp.com/track/the-past -r_tag: AAOTH-08 ---- - -atmospheric lo-fi improvisation. diff --git a/_music_releases/2020-04-13-aaoth-massive-void.md b/_music_releases/2020-04-13-aaoth-massive-void.md deleted file mode 100644 index 766e65c..0000000 --- a/_music_releases/2020-04-13-aaoth-massive-void.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: aaoth -title: massive void -type: track -date: 13-04-2020 -style: generative electronic -bandcamp: https://aaoth.bandcamp.com/track/massive-void -r_tag: AAOTH-09 ---- - -generative abstract track made with vcvrack. diff --git a/_music_titles/aaoth-forwards.md b/_music_titles/aaoth-forwards.md new file mode 100644 index 0000000..25097b7 --- /dev/null +++ b/_music_titles/aaoth-forwards.md @@ -0,0 +1,12 @@ +--- +author: aaoth +title: forwards (universe wide grief) +date: 30-12-2018 +style: electronic improvisation +bandcamp: https://aaoth.bandcamp.com/track/forwards-universe-wide-grief +--- + +little desolate improv during the new year's eve's evening, recorded through sunvox. + +> this is the song of our lost souls when they'll fly away +> from the earth destroyed by humans. diff --git a/_music_titles/aaoth-lookthrough.md b/_music_titles/aaoth-lookthrough.md new file mode 100644 index 0000000..f18492c --- /dev/null +++ b/_music_titles/aaoth-lookthrough.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: lookthrough +date: 28-02-2019 +style: eai abstract +bandcamp: https://aaoth.bandcamp.com/track/lookthrough +--- + +unthemed guitar improvisation. diff --git a/_music_titles/aaoth-madnight.md b/_music_titles/aaoth-madnight.md new file mode 100644 index 0000000..3eef735 --- /dev/null +++ b/_music_titles/aaoth-madnight.md @@ -0,0 +1,11 @@ +--- +author: aaoth +title: madnight +date: 22-04-2019 +style: electronic lo-fi +bandcamp: https://aaoth.bandcamp.com/track/madnight +--- + +atmospheric electronic track made using [sunvox][1] on android. + +[1]:https://warmplace.ru/soft/sunvox diff --git a/_music_titles/aaoth-massive-void.md b/_music_titles/aaoth-massive-void.md new file mode 100644 index 0000000..055735b --- /dev/null +++ b/_music_titles/aaoth-massive-void.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: massive void +date: 13-04-2020 +style: generative electronic +bandcamp: https://aaoth.bandcamp.com/track/massive-void +--- + +generative abstract track made with vcvrack. diff --git a/_music_titles/aaoth-mind-collapse.md b/_music_titles/aaoth-mind-collapse.md new file mode 100644 index 0000000..cbaa391 --- /dev/null +++ b/_music_titles/aaoth-mind-collapse.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: mind collapse +date: 31-03-2019 +style: eai +bandcamp: https://aaoth.bandcamp.com/track/mind-collapse +--- + +recorded directly on recycled tape. only three samples in sunvox were used. diff --git a/_music_titles/aaoth-sgti.md b/_music_titles/aaoth-sgti.md new file mode 100644 index 0000000..35c2f54 --- /dev/null +++ b/_music_titles/aaoth-sgti.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: sgti +date: 23-04-2019 +style: eai +bandcamp: https://aaoth.bandcamp.com/track/sgti +--- + +**s**unvox/**g**uv'nor/**t**ape/**i**mprov diff --git a/_music_titles/aaoth-that-cant-be.md b/_music_titles/aaoth-that-cant-be.md new file mode 100644 index 0000000..e1b8361 --- /dev/null +++ b/_music_titles/aaoth-that-cant-be.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: that can't be +date: 12-01-2019 +style: eai apocalyptic +bandcamp: https://aaoth.bandcamp.com/track/that-cant-be +--- + +apocalyptic guitar improvisation. diff --git a/_music_titles/aaoth-the-past.md b/_music_titles/aaoth-the-past.md new file mode 100644 index 0000000..28a4951 --- /dev/null +++ b/_music_titles/aaoth-the-past.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: the past +date: 20-05-2019 +style: eai lo-fi +bandcamp: https://aaoth.bandcamp.com/track/the-past +--- + +atmospheric lo-fi improvisation. diff --git a/_music_titles/aaoth-vortex-machines.md b/_music_titles/aaoth-vortex-machines.md new file mode 100644 index 0000000..0fcdabc --- /dev/null +++ b/_music_titles/aaoth-vortex-machines.md @@ -0,0 +1,9 @@ +--- +author: aaoth +title: vortex machines +date: 10-05-2019 +style: electronic improvisation +bandcamp: https://aaoth.bandcamp.com/track/vortex-machines +--- + +apocalyptic electronic improvisation using sunvox. diff --git a/_music_titles/secauloruxsehi-complex-neon-chamber.md b/_music_titles/secauloruxsehi-complex-neon-chamber.md new file mode 100644 index 0000000..453eddd --- /dev/null +++ b/_music_titles/secauloruxsehi-complex-neon-chamber.md @@ -0,0 +1,33 @@ +--- +author: secauloruxse'i +title: complex neon chamber +date: 08-02-2019 +style: idm no techno +bandcamp: https://aaoth.bandcamp.com/track/complex-neon-chamber +--- + +lyrics: + +[verse 1] + +intradimensional room that you can't feel +rectangles, octagons, tesseract tissues aren't real +obstacles glow in the solid shadow of fear (hear) +voices that're piercing your eyes with the cracked mirror + +[refrain] + +*complex neon chamber +dark and gloom invader +chamber full of creatures +they're dancing they're dancing +they're moving in fire* + +[verse 2] + +colours out of sight, the crystallic tear (tears) +changing the gravity's limbs, catch the cinder +shockwave ambiguity chase to the northern wind -- see +poles and parallel lines are aligning as vertical tinder + +[refrain] diff --git a/music.md b/music.md index 42ea855..0185833 100644 --- a/music.md +++ b/music.md @@ -12,7 +12,7 @@ here's a list of projects in which i took part: {% assign haelsorisk_projects = site.music_projects | where: "other", nil %}
    -{% include music-projects-list.html projects=haelsorisk_projects%} +{% include music-projects-list.html projects=haelsorisk_projects %}
    [1]:/haelsorisk -- cgit v1.2.3 From 2c5b3efe8a2a48d420c703cf99cb8e42e0c29e15 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 14:36:19 +0300 Subject: restructure music project includes --- _includes/music-project-release-by-year.html | 15 +++++++++++++++ _layouts/music-project.html | 26 ++++---------------------- 2 files changed, 19 insertions(+), 22 deletions(-) create mode 100644 _includes/music-project-release-by-year.html diff --git a/_includes/music-project-release-by-year.html b/_includes/music-project-release-by-year.html new file mode 100644 index 0000000..0a880b6 --- /dev/null +++ b/_includes/music-project-release-by-year.html @@ -0,0 +1,15 @@ +{%- assign releases = include.releases %} +
    +

    {{ include.title }}

    + + {% for year_group in releases %} +
    +

    {{ year_group.name }}

    + {%- for release in year_group.items -%} + {% include music-project-release-info.html release=release %} + {%- endfor -%} +
    + {%- endfor -%} +
    diff --git a/_layouts/music-project.html b/_layouts/music-project.html index 7e3044f..c43f540 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -42,33 +42,15 @@ layout: default group_by_exp: "item", "item.date | date: '%Y'" -%} {%- assign releases.size = releases | size %} {% unless releases.size == 0 %} -
    -

    releases

    - - {% for year_group in releases %} -
    -

    {{ year_group.name }}

    - {%- for release in year_group.items -%} - {% include music-project-release-info.html release=release %} - {%- endfor -%} -
    - {%- endfor -%} -
    + {% include music-project-release-by-year.html title="releases" releases=releases %} {% endunless %} {%- assign misc_tracks = site.music_titles | where_exp: "item", "item.author == page.title and item.r_tag == nil" | - sort: "date" -%} + sort: "date" | + group_by_exp: "item", "item.date | date: '%Y'" -%} {%- assign misc_tracks.size = misc_tracks | size %} {% unless misc_tracks.size == 0 %} -
    -

    misc tracks

    - - {% for track in misc_tracks %} - {% include music-project-release-info.html release=track %} - {%- endfor %} -
    + {% include music-project-release-by-year.html title="misc tracks" releases=misc_tracks %} {% endunless %}
    -- cgit v1.2.3 From f847e641aed89feae1e693ea128e3a31c9ab118c Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 14:36:52 +0300 Subject: remove annoying period --- _music_projects/aaoth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_music_projects/aaoth.md b/_music_projects/aaoth.md index 534e896..aec3831 100644 --- a/_music_projects/aaoth.md +++ b/_music_projects/aaoth.md @@ -2,7 +2,7 @@ title: aaoth other: true start_date: 2018.12.30 -description: self-titled project for experiments. +description: self-titled project for experiments tags: experimental no music electronic logo: aaoth-logo --- -- cgit v1.2.3 From 9f1447f3040ef38740cdcdd855cc2dd076156de4 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 17:19:29 +0300 Subject: increase contrast and padding in logos --- art/logos/akpngims-logo.png | Bin 655903 -> 682773 bytes art/logos/haelsorisk-logo.png | Bin 419802 -> 470921 bytes art/logos/lequalone-logo.png | Bin 415282 -> 484393 bytes art/logos/secauloruxsehi-logo.png | Bin 241416 -> 266889 bytes art/logos/xvra-logo.png | Bin 1405076 -> 1585407 bytes 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/art/logos/akpngims-logo.png b/art/logos/akpngims-logo.png index 42ba24e..0ac2571 100644 Binary files a/art/logos/akpngims-logo.png and b/art/logos/akpngims-logo.png differ diff --git a/art/logos/haelsorisk-logo.png b/art/logos/haelsorisk-logo.png index ddf078e..bfb8e96 100644 Binary files a/art/logos/haelsorisk-logo.png and b/art/logos/haelsorisk-logo.png differ diff --git a/art/logos/lequalone-logo.png b/art/logos/lequalone-logo.png index c84af80..722aa8f 100644 Binary files a/art/logos/lequalone-logo.png and b/art/logos/lequalone-logo.png differ diff --git a/art/logos/secauloruxsehi-logo.png b/art/logos/secauloruxsehi-logo.png index 4c04125..7d072a5 100644 Binary files a/art/logos/secauloruxsehi-logo.png and b/art/logos/secauloruxsehi-logo.png differ diff --git a/art/logos/xvra-logo.png b/art/logos/xvra-logo.png index a88a043..776584b 100644 Binary files a/art/logos/xvra-logo.png and b/art/logos/xvra-logo.png differ -- cgit v1.2.3 From 6d16d76f9bc446f99ff4416dbec4d2aed82e04f4 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 18:48:18 +0300 Subject: add releases permalinks and page layout --- _config.yml | 7 ++++ _includes/music-project-release-by-year.html | 3 +- _includes/music-project-release-info.html | 41 +++++++++++++++------- _layouts/music-project.html | 20 ++++++++--- _layouts/music-release.html | 7 ++++ _music_projects/haelsorisk.md | 14 +++++--- .../2015-05-28-lequalone-the-darkness.md | 1 + _music_releases/2015-06-13-akpngims-enneorth.md | 1 + _music_releases/2015-09-12-lequalone-wastelands.md | 1 + .../2015-10-05-lequalone-chasm-of-psychosis.md | 1 + _music_releases/2015-10-26-lequalone-soul-ocean.md | 3 +- ...15-11-02-lequalone-youll-never-hear-me-again.md | 1 + _music_releases/2015-17-27-xvra-svartfeber.md | 1 + .../2016-08-22-xvra-save-me-from-the-life.md | 1 + .../2016-16-18-aaock-morth-aateh-tgh-saaghth.md | 1 + _music_releases/2017-01-06-xvra-doedstad.md | 1 + ...017-08-05-haelsorisk-laengtan-efter-ett-slut.md | 1 + _music_releases/2018-06-30-xvra-absens.md | 1 + .../2018-11-04-secauloruxsehi-fungi-noise.md | 1 + _music_releases/2018-11-08-secauloruxsehi-rot.md | 1 + .../2018-11-09-secauloruxsehi-aetheria.md | 1 + ...07-spiral-materivm-through-woods-and-despair.md | 1 + 22 files changed, 86 insertions(+), 24 deletions(-) create mode 100644 _layouts/music-release.html 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 @@ -38,6 +39,12 @@ defaults: values: layout: "music-project" + - scope: + path: "" + type: "music_releases" + values: + layout: "music-release" + - scope: path: "assets/img" values: diff --git a/_includes/music-project-release-by-year.html b/_includes/music-project-release-by-year.html index 0a880b6..cdc4675 100644 --- a/_includes/music-project-release-by-year.html +++ b/_includes/music-project-release-by-year.html @@ -1,4 +1,5 @@ {%- assign releases = include.releases %} +{%- assign print_author = include.print_author %}

    {{ include.title }}

    @@ -8,7 +9,7 @@

    {{ year_group.name }}

    {%- for release in year_group.items -%} - {% include music-project-release-info.html release=release %} + {% include music-project-release-info.html release=release print_author=print_author %} {%- endfor -%}
    {%- endfor -%} diff --git a/_includes/music-project-release-info.html b/_includes/music-project-release-info.html index f06625e..6381e5c 100644 --- a/_includes/music-project-release-info.html +++ b/_includes/music-project-release-info.html @@ -1,19 +1,34 @@ {%- assign release = include.release %} +{%- assign print_author = include.print_author %} +
    -

    {{ release.title }} - {% if release.r_tag %} - - ({{ release.type }}) - {% endif %} - {%- if release.bandcamp -%} - - listen on bandcamp - - {%- endif -%} + +

    {% if print_author %} + {% assign author_page = site.music_projects | + find: "title", release.author %} + {{ release.author }} + — + {% endif %} + {% if release.r_tag %} + + {{ release.title }} + + {% else %} + {{ release.title }} + {% endif %} + {% if release.r_tag %} + + ({{ release.type }}) + {% endif %} + {%- if release.bandcamp -%} + + listen on bandcamp + + {%- endif -%}

    released {{ release.date | date_to_string }} diff --git a/_layouts/music-project.html b/_layouts/music-project.html index c43f540..d9382b5 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -5,6 +5,7 @@ layout: default +

    @@ -37,17 +38,26 @@ layout: default
    - {%- assign releases = site.music_releases | - where: "author", page.title | - group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- if page.title == "hälsorisk" %} + {%- assign releases = site.music_releases | + where_exp: "item", "item.r_tag contains 'HSR'" | + group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- else %} + {%- assign releases = site.music_releases | + where: "author", page.title | + group_by_exp: "item", "item.date | date: '%Y'" -%} + {%- endif -%} {%- assign releases.size = releases | size %} {% unless releases.size == 0 %} - {% include music-project-release-by-year.html title="releases" releases=releases %} + {%- if page.title == "hälsorisk" %} + {% include music-project-release-by-year.html title="releases" releases=releases print_author=true %} + {% else %} + {% include music-project-release-by-year.html title="releases" releases=releases %} + {% endif %} {% endunless %} {%- assign misc_tracks = site.music_titles | where_exp: "item", "item.author == page.title and item.r_tag == nil" | - sort: "date" | group_by_exp: "item", "item.date | date: '%Y'" -%} {%- assign misc_tracks.size = misc_tracks | size %} {% unless misc_tracks.size == 0 %} diff --git a/_layouts/music-release.html b/_layouts/music-release.html new file mode 100644 index 0000000..0b641b8 --- /dev/null +++ b/_layouts/music-release.html @@ -0,0 +1,7 @@ +--- +layout: default +--- + + + +{%- include music-project-release-info.html release=page %} diff --git a/_music_projects/haelsorisk.md b/_music_projects/haelsorisk.md index 1ecaef7..8c26813 100644 --- a/_music_projects/haelsorisk.md +++ b/_music_projects/haelsorisk.md @@ -9,9 +9,15 @@ permalink: /haelsorisk/ logo: haelsorisk-logo --- -dark non-musical ensemble. +## overview -this is noncommunity -of truely free antiart. +other than being an independent web-label, hälsorisk can be treated as +music project on it's own. additionaly it is a +community +of truely free +art. -vi väntar inte dig tillbaka. +## history + +hälsorisk was created in 2015 by aaoth. it's purpose was to absorb and +unite all musical and cultural work done by me. diff --git a/_music_releases/2015-05-28-lequalone-the-darkness.md b/_music_releases/2015-05-28-lequalone-the-darkness.md index 8bc421a..79a9364 100644 --- a/_music_releases/2015-05-28-lequalone-the-darkness.md +++ b/_music_releases/2015-05-28-lequalone-the-darkness.md @@ -5,6 +5,7 @@ type: album date: 28-05-2015 style: dark ambient r_tag: HSR-01 +permalink: /haelsorisk/lequalone/the-darkness --- first dark ambient album. diff --git a/_music_releases/2015-06-13-akpngims-enneorth.md b/_music_releases/2015-06-13-akpngims-enneorth.md index c02ba94..dbc759d 100644 --- a/_music_releases/2015-06-13-akpngims-enneorth.md +++ b/_music_releases/2015-06-13-akpngims-enneorth.md @@ -6,6 +6,7 @@ date: 13-06-2015 style: black ambient bandcamp: https://haelsorisk.bandcamp.com/album/enneorth r_tag: HSR-03 +permalink: /haelsorisk/akpngims/enneorth --- all is error. the great mistake. irregular. diff --git a/_music_releases/2015-09-12-lequalone-wastelands.md b/_music_releases/2015-09-12-lequalone-wastelands.md index 849fc16..f772a90 100644 --- a/_music_releases/2015-09-12-lequalone-wastelands.md +++ b/_music_releases/2015-09-12-lequalone-wastelands.md @@ -6,6 +6,7 @@ date: 12-09-2015 style: dark ambient bandcamp: https://haelsorisk.bandcamp.com/album/wastelands r_tag: HSR-02 +permalink: /haelsorisk/lequalone/wastelands --- apocalyptic synthwave inspired by fallout game series. diff --git a/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md index a3d7a3c..12e6c8a 100644 --- a/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md +++ b/_music_releases/2015-10-05-lequalone-chasm-of-psychosis.md @@ -5,6 +5,7 @@ type: lp date: 05-10-2015 style: dark synthwave r_tag: HSR-05 +permalink: /haelsorisk/lequalone/chasm-of-psychosis --- chaotic synthwave lp. diff --git a/_music_releases/2015-10-26-lequalone-soul-ocean.md b/_music_releases/2015-10-26-lequalone-soul-ocean.md index 7f72d62..b187842 100644 --- a/_music_releases/2015-10-26-lequalone-soul-ocean.md +++ b/_music_releases/2015-10-26-lequalone-soul-ocean.md @@ -5,7 +5,8 @@ type: album date: 26-10-2015 style: dark synthwave bandcamp: https://haelsorisk.bandcamp.com/album/soul-ocean -r_tag: HSR-06 +r_tag: HSR-06 +permalink: /haelsorisk/lequalone/soul-ocean --- dark atmospheric synthwave. diff --git a/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md index d11599d..427ff96 100644 --- a/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md +++ b/_music_releases/2015-11-02-lequalone-youll-never-hear-me-again.md @@ -5,6 +5,7 @@ type: ep date: 02-11-2015 style: dark ambient r_tag: HSR-07 +permalink: /haelsorisk/lequalone/youll-never-hear-me-again --- ending ep with sample experiments. diff --git a/_music_releases/2015-17-27-xvra-svartfeber.md b/_music_releases/2015-17-27-xvra-svartfeber.md index dbb9a9a..8dad4d5 100644 --- a/_music_releases/2015-17-27-xvra-svartfeber.md +++ b/_music_releases/2015-17-27-xvra-svartfeber.md @@ -5,6 +5,7 @@ type: demo date: 27-07-2015 style: black metal raw black r_tag: HSR-04 +permalink: /haelsorisk/xvra/svartfeber --- debut demo with vocals recorded in nearby forest. diff --git a/_music_releases/2016-08-22-xvra-save-me-from-the-life.md b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md index e8607cd..186db7e 100644 --- a/_music_releases/2016-08-22-xvra-save-me-from-the-life.md +++ b/_music_releases/2016-08-22-xvra-save-me-from-the-life.md @@ -6,6 +6,7 @@ date: 22-08-2016 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/save-me-from-the-life r_tag: HSR-09 +permalink: /haelsorisk/xvra/save-me-from-the-life --- second demo. diff --git a/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md index f888590..af22a00 100644 --- a/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md +++ b/_music_releases/2016-16-18-aaock-morth-aateh-tgh-saaghth.md @@ -6,6 +6,7 @@ date: 18-06-2016 style: ambient abstract bandcamp: https://haelsorisk.bandcamp.com/album/aateh-tghsaaghth r_tag: HSR-08 +permalink: /haelsorisk/aaock-morth/aateh-tgh-saaghth --- it will be better if you don't know that. diff --git a/_music_releases/2017-01-06-xvra-doedstad.md b/_music_releases/2017-01-06-xvra-doedstad.md index 5566a37..3677a3e 100644 --- a/_music_releases/2017-01-06-xvra-doedstad.md +++ b/_music_releases/2017-01-06-xvra-doedstad.md @@ -6,6 +6,7 @@ date: 06-01-2017 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/doedstad r_tag: HSR-10 +permalink: /haelsorisk/xvra/doedstad --- behold the silence. diff --git a/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md b/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md index 6377d46..9a05c48 100644 --- a/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md +++ b/_music_releases/2017-08-05-haelsorisk-laengtan-efter-ett-slut.md @@ -6,6 +6,7 @@ date: 05-08-2017 style: acoustic dissonant bandcamp: https://haelsorisk.bandcamp.com/album/l-ngtan-efter-ett-slut r_tag: HSR-11 +permalink: /haelsorisk/laengtan-efter-ett-slut --- soundtrack to the [short-movie with the same name][1]. diff --git a/_music_releases/2018-06-30-xvra-absens.md b/_music_releases/2018-06-30-xvra-absens.md index 8dd73f6..7602cbc 100644 --- a/_music_releases/2018-06-30-xvra-absens.md +++ b/_music_releases/2018-06-30-xvra-absens.md @@ -6,6 +6,7 @@ date: 30-06-2018 style: black metal raw black bandcamp: https://haelsorisk.bandcamp.com/album/absens r_tag: HSR-12 +permalink: /haelsorisk/xvra/absens --- dedicated to the ultimate void that was the beginning diff --git a/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md index 31b3506..c58a26e 100644 --- a/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md +++ b/_music_releases/2018-11-04-secauloruxsehi-fungi-noise.md @@ -6,6 +6,7 @@ date: 04-11-2018 style: chiptune lo-fi synth bandcamp: https://aaoth.bandcamp.com/album/fungi-noise r_tag: SCLRS-01 +permalink: /music/secauloruxsehi/fungi-noise --- fungi-related chiptune made with sunvox. diff --git a/_music_releases/2018-11-08-secauloruxsehi-rot.md b/_music_releases/2018-11-08-secauloruxsehi-rot.md index 667f8d4..85fac6f 100644 --- a/_music_releases/2018-11-08-secauloruxsehi-rot.md +++ b/_music_releases/2018-11-08-secauloruxsehi-rot.md @@ -6,6 +6,7 @@ date: 08-11-2018 style: synthwave bandcamp: https://aaoth.bandcamp.com/album/rot r_tag: SCLRS-02 +permalink: /music/secauloruxsehi/rot --- electronic variations on riffs created by my friend. diff --git a/_music_releases/2018-11-09-secauloruxsehi-aetheria.md b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md index 5dafc76..f0fdce9 100644 --- a/_music_releases/2018-11-09-secauloruxsehi-aetheria.md +++ b/_music_releases/2018-11-09-secauloruxsehi-aetheria.md @@ -6,6 +6,7 @@ date: 09-11-2018 style: minimal synth bandcamp: https://aaoth.bandcamp.com/album/aetheria r_tag: SCLRS-03 +permalink: /music/secauloruxsehi/aetheria --- trilogy about mysterious land of pure art. diff --git a/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md index 548e873..405bf11 100644 --- a/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md +++ b/_music_releases/2019-01-07-spiral-materivm-through-woods-and-despair.md @@ -6,6 +6,7 @@ date: 07-01-2019 style: post-rock bandcamp: https://sprial-materivm.bandcamp.com/album/through-woods-and-despair r_tag: HSR-13 +permalink: /music/spiral-materivm/through-woods-and-despair --- a story about mind (or mad) journeys. -- cgit v1.2.3 From af529b0371bfe9fa2039fb6bce5deadbb7c0c76b Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 18:50:04 +0300 Subject: convert tabs to spaces --- _layouts/default.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index fdb18e0..d0f5922 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,20 +1,20 @@ - - + + - - {{ page.title }} - {{ site.title }} + + {{ page.title }} - {{ site.title }} {% feed_meta %} - - - - {% include navigation.html %} + + + + {% include navigation.html %}
    - {{ content }} + {{ content }}
    - {% include footer.html %} - + {% include footer.html %} + -- cgit v1.2.3