diff --git a/_data/navigation.yml b/_data/navigation.yml index a50a0f1..0b90192 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,7 +4,7 @@ external: false - icon: "\U0001F4BD" url: '/#read' - name: Discog + name: Music external_site: false - icon: "\U0001F4F0" url: https://t.basspistol.org/setto diff --git a/_includes/scripts.html b/_includes/scripts.html index 7fd12c0..2962d21 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,3 +1,3 @@ {% include relBase.html %} - + diff --git a/_layouts/404page.html b/_layouts/404page.html index 3943f48..bc07946 100644 --- a/_layouts/404page.html +++ b/_layouts/404page.html @@ -12,12 +12,12 @@ layout: nil - - + + - + diff --git a/_layouts/default.html b/_layouts/default.html index d2752c5..9fa1052 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,12 +11,12 @@ {% include relBase.html %} - - + + - + diff --git a/_layouts/post.html b/_layouts/post.html index c10bdd3..4e31860 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,51 +6,26 @@ layout: default {% include relBase.html %} -
+

{{ page.title }}

-
- +
+ + +
-

{{ page.title }}

-

{{ page.description }}

+ {% for album in site.albums %} {% if page.album == album.slug %} {% assign onetracker = album.tracks | size %}
- +

{{ page.title }}

+

{{ page.description }}

+

 

Track list

    {% for track in album.tracks %} @@ -85,6 +60,34 @@ layout: default
{% endif %}{% endfor %}
+ {% for album in site.albums %} + {% if page.album == album.slug %} +
+
+
+
+ + {% assign author_id = page.author | prepend: "/authors/" | append: "/" %} + {% assign author = site.authors | where: "url", author_id | first %} +
+
+

+ Published the + +

+
+ Share this release: +
+ +
+
+
+{% endif %}{% endfor %}
diff --git a/_sass/_player.scss b/_sass/_player.scss index 060e557..09cf8a4 100644 --- a/_sass/_player.scss +++ b/_sass/_player.scss @@ -5,14 +5,20 @@ .album-player { display: flex; flex-wrap: wrap; - padding: 80px 40px 0 40px; - justify-content: space-evenly; + flex-direction: column-reverse; + padding: 0px 40px; + justify-content: space-around; flex-direction: row-reverse; align-items: center; max-width: var(--max-width); margin: auto; + flex: 1 1 auto; > div { margin: 20px 0; + flex: 1 0 300px; + } + .description { + } } @@ -26,6 +32,9 @@ audio { max-width: 700px; border-radius: 5px; width: 100%; + .shadow { + text-shadow: 0px 0px 15px var(--accent1),0px 0px 15px var(--accent1),0px 0px 30px var(--accent1),0px 0px 45px var(--accent1); + } } #plwrap { diff --git a/assets/css/colors-20201215.css b/assets/css/colors-20201225.css similarity index 100% rename from assets/css/colors-20201215.css rename to assets/css/colors-20201225.css diff --git a/assets/css/main-20201215.scss b/assets/css/main-20201225.scss similarity index 100% rename from assets/css/main-20201215.scss rename to assets/css/main-20201225.scss diff --git a/assets/css/noscripts-20201215.scss b/assets/css/noscripts-20201225.scss similarity index 100% rename from assets/css/noscripts-20201215.scss rename to assets/css/noscripts-20201225.scss diff --git a/assets/js/set-20201215.js b/assets/js/set-20201225.js similarity index 100% rename from assets/js/set-20201215.js rename to assets/js/set-20201225.js diff --git a/index.html b/index.html index 9866e84..2a30ad5 100644 --- a/index.html +++ b/index.html @@ -121,9 +121,10 @@ apps:

{{ post.title }}

-

{% include forloop-dates.html %}

+ +

{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}

{{ post.description }}

-

🔊 Listen

+

🔊 Listen