all repos — aaoth.xyz @ 26156bc9b19fe02a6679f741c9d936aad18a2e85

aaoth.xyz website

add track info and templates
la-ninpre leobrekalini@gmail.com
Thu, 26 Aug 2021 13:22:51 +0300
commit

26156bc9b19fe02a6679f741c9d936aad18a2e85

parent

c953977332864c2499cb776970ab98934268adca

91 files changed, 607 insertions(+), 0 deletions(-)

jump to
M _config.yml_config.yml

@@ -8,6 +8,7 @@ exclude:

- LICENSE - README.md - art/thumbs.sh + - templates collections: music_releases:

@@ -16,6 +17,8 @@ music_projects:

output: true permalink: /music/:title sort_by: start_date + + music_titles: excerpt_separator: <!--more-->
M _layouts/music-project.html_layouts/music-project.html

@@ -70,6 +70,32 @@ <p>released {{ release.date | date_to_string }}

/ <em>{{ release.style }}</em> </p> + {%- unless release.type == "track" -%} + <h5>tracklist</h5> + <div class="music-project-tracklist"> + {%- assign release_tracks = site.music_titles | + where: "r_tag", release.r_tag | sort: "num" -%} + <ol> + {% for track in release_tracks %} + <li> + {% 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 %} + <a href="{{ t_a_has_url.url }}"> + {{ track.author }}</a> + {% else %} + {{ track.author }} + {% endif %} + &mdash; {{ track.title }} + {% endif %} + </li> + {% endfor %} + </ol> + </div> + {%- endunless -%} + {{ release.content }} </div>
A _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
A _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 +---
A _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 +---
A _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 +---
A _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
A _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 +--- +
A _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 +--- +
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +--- +
A _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 +--- +
A _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 +--- +
A _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 +--- + +
A _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 +--- + +
A _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 +--- + +
A _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 +--- +
A _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 +--- +
A _music_titles/lequalone-wastelands-01-crawling-danger.md

@@ -0,0 +1,6 @@

+--- +title: crawling danger +author: L=1 +r_tag: HSR-02 +num: 01 +---
A _music_titles/lequalone-wastelands-02-wastelands.md

@@ -0,0 +1,6 @@

+--- +title: wastelands +author: L=1 +r_tag: HSR-02 +num: 02 +---
A _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 +---
A _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 +---
A _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 +---
A _music_titles/secauloruxsehi-aetheria-01-forwards.md

@@ -0,0 +1,6 @@

+--- +title: forwards +author: secauloruxse'i +r_tag: SCLRS-03 +num: 01 +---
A _music_titles/secauloruxsehi-aetheria-02-aetheria.md

@@ -0,0 +1,6 @@

+--- +title: aetheria +author: secauloruxse'i +r_tag: SCLRS-03 +num: 02 +---
A _music_titles/secauloruxsehi-aetheria-03-the-gone.md

@@ -0,0 +1,6 @@

+--- +title: the gone +author: secauloruxse'i +r_tag: SCLRS-03 +num: 03 +---
A _music_titles/secauloruxsehi-fungi-noise-01-illoh.md

@@ -0,0 +1,6 @@

+--- +title: illoh +author: secauloruxse'i +r_tag: SCLRS-01 +num: 01 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _music_titles/secauloruxsehi-rot-01-plaguenthra.md

@@ -0,0 +1,6 @@

+--- +title: plaguenthra +author: secauloruxse'i +r_tag: SCLRS-02 +num: 01 +---
A _music_titles/secauloruxsehi-rot-02-cccxxxiii.md

@@ -0,0 +1,6 @@

+--- +title: cccxxxiii +author: secauloruxse'i +r_tag: SCLRS-02 +num: 02 +---
A _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.
A _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 +---
A _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 +---
A _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 +---
A _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 +---
A _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
A _music_titles/xvra-absens-01-livloes.md

@@ -0,0 +1,6 @@

+--- +title: livlös +author: xvra +r_tag: HSR-12 +num: 01 +---
A _music_titles/xvra-absens-02-foerlust.md

@@ -0,0 +1,6 @@

+--- +title: förlust +author: xvra +r_tag: HSR-12 +num: 02 +---
A _music_titles/xvra-absens-03-fatal-fall.md

@@ -0,0 +1,6 @@

+--- +title: fatal fall +author: xvra +r_tag: HSR-12 +num: 03 +---
A _music_titles/xvra-absens-04-dreamdwellar.md

@@ -0,0 +1,6 @@

+--- +title: dreamdwellar +author: xvra +r_tag: HSR-12 +num: 04 +---
A _music_titles/xvra-absens-05-dissociative.md

@@ -0,0 +1,6 @@

+--- +title: dissociative +author: xvra +r_tag: HSR-12 +num: 05 +---
A _music_titles/xvra-absens-06-mvtvs.md

@@ -0,0 +1,6 @@

+--- +title: mvtvs +author: xvra +r_tag: HSR-12 +num: 06 +---
A _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 +---
A _music_titles/xvra-absens-08-vehikle.md

@@ -0,0 +1,6 @@

+--- +title: vehikle +author: xvra +r_tag: HSR-12 +num: 08 +---
A _music_titles/xvra-absens-09-doedstad.md

@@ -0,0 +1,6 @@

+--- +title: dödstad +author: xvra +r_tag: HSR-12 +num: 09 +---
A _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 +---
A _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 +---
A _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.
A _music_titles/xvra-absens-13-no-point.md

@@ -0,0 +1,6 @@

+--- +title: no point +author: xvra +r_tag: HSR-12 +num: 13 +---
A _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 +---
A _music_titles/xvra-doedstad-02-ruttendstad.md

@@ -0,0 +1,6 @@

+--- +title: ruttenstad +author: xvra +r_tag: HSR-10 +num: 02 +---
A _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 +---
A _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 +---
A _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 +---
A _music_titles/xvra-svartfeber-01-pleasures-unattained.md

@@ -0,0 +1,6 @@

+--- +title: pleasures unattained +author: xvra +r_tag: HSR-04 +num: 01 +---
A _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 +---
A 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 }} +--- +
A templates/music-release.md

@@ -0,0 +1,8 @@

+--- +author: {{ author }} +title: {{ title }} +type: {{ type }} +date: {{ date }} +style: {{ tags }} +--- +
A templates/music-title.md

@@ -0,0 +1,8 @@

+--- +title: {{ title }} +author: {{ author }} +r_tag: {{ r_tag }} +num: {{ num }} +--- + +
A templates/post.md

@@ -0,0 +1,11 @@

+--- +title: {{ title }} +date: {{ date }} +author: {{ author }} +tags: {{ tags }} +--- + + + +<!--more--> +