finish
This commit is contained in:
parent
f44e52cd57
commit
d1747ed54b
|
@ -42,6 +42,10 @@ social:
|
||||||
|
|
||||||
shop_url: https://shop.basspistol.com/?ref=basspistol.com
|
shop_url: https://shop.basspistol.com/?ref=basspistol.com
|
||||||
|
|
||||||
|
## Matomo
|
||||||
|
matomo_site_id: '3'
|
||||||
|
matomo_container: 'fHO88MfH'
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- releases
|
- releases
|
||||||
- highlights
|
- highlights
|
||||||
|
|
|
@ -1,7 +1,141 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!--
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
...........'';,...............................
|
||||||
|
.........'',,;:o:,............................
|
||||||
|
.......',;;::::::;;;,.........................
|
||||||
|
.....,;:ooooooooooo;,,''''....................
|
||||||
|
....,;ooooooooooooooo;,'..'''''...............
|
||||||
|
...,:ooooooooooooooooo;''......'''............
|
||||||
|
..,;:ooooooooooooooooo',,.........,'.......... _______ _ _ __
|
||||||
|
..,,;:,ooooo;;:ooo;o,:;,',.........;,''....... \____ \____ _____ __________ |_| ______/ |_ ___ | |
|
||||||
|
..,'..,,;:o,''.,;;'''..'';,,,,,,''',;'''...... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..,'......':ooo:.......'';,'''''''',;,,,...... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..,,.......,:o:'.......,'oooo:::::;:,.',;,.... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..','.................',,..'',,,;;;;;;,.,:.... | | \ / _ \__ \ \__ \ | |_> > |\__ \ | | ( <> ) |__
|
||||||
|
...,,'...............',;oooooooooo:;;:,;oo,... |____ /(___ /___ >___ >| __/|_/____ > |_| \___/|____/
|
||||||
|
....,,'.............,,;ooooooooo;,..'',oooo,.. \/ \/ \/ \/ |_| \/
|
||||||
|
.....',,'........',,;ooo::;;,'........'oooo;..
|
||||||
|
.......'',,'''',,;;;,,'...............';;;'... All you saw was sound!
|
||||||
|
...........'''''..............................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
-->
|
||||||
|
{% if page.collection == 'tracks' %}
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
{% if page.collection == 'posts' %}
|
<title>Play {{ page.common.title | xml_escape }} by {{ page.common.artist | xml_escape }} | {{ site.title | xml_escape }}</title>
|
||||||
|
<meta name="title" content="Play "{{ page.common.title | xml_escape }}" by {{ page.common.artist | xml_escape }}" />
|
||||||
|
<meta name="description" content="A track by {{ page.common.artist | xml_escape }} named "{{ page.common.title | xml_escape }}" published on {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
||||||
|
<meta name="geo.region" content="{{ site.geo.region }}" />
|
||||||
|
<meta name="geo.placename" content="{{ site.geo.town }}" />
|
||||||
|
<meta name="geo.position" content="{{ site.geo.lat }};{{ site.geo.long }}" />
|
||||||
|
<meta name="ICBM" content="{{ site.geo.lat }}, {{ site.geo.long }}" />
|
||||||
|
<meta name="author" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="{{ site.url }}" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Publisher" content="{{ site.publisher.name | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="{{ site.url }}/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©{{ site.time | date: '%Y' }} {{ site.title }}." />
|
||||||
|
<meta name="dcterms.Subject" content="A track by {{ page.common.artist | xml_escape }} named "{{ page.common.title | xml_escape }}" published on {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Title" content="Play "{{ page.common.title | xml_escape }}" by {{ page.common.artist | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Contributor" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Date" content="{{ page.last_modified_at | date: '%Y-%m-%d' }}" />
|
||||||
|
<meta name="dcterms.Description" content="Listen and to a track by {{ page.common.artist | xml_escape }} from the release "{{ page.common.album | xml_escape }}" and support your remote artist!" />
|
||||||
|
|
||||||
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
<meta property="og:title" content="{{ page.common.title | xml_escape }}" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:description" content="Listen and to a track by {{ page.common.artist | xml_escape }} from the release "{{ page.common.album | xml_escape }}" and support your remote artist!" />
|
||||||
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
|
<meta property="og:site_name" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta property="og:type" content="music:album:track" />
|
||||||
|
<meta property="og:audio" content="{{ site.mediaurl }}/{{ page.slug }}.mp3" />
|
||||||
|
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
|
<meta property="og:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="{{ page.common.title | xml_escape }} | {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="twitter:description" content="Listen and to a track by {{ page.common.artist | xml_escape }} from the release "{{ page.common.album | xml_escape }}" and support your remote artist!" />
|
||||||
|
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
||||||
|
|
||||||
|
|
||||||
|
{% elsif page.collection == 'posts' %}
|
||||||
|
{% if page.category == 'releases' %}
|
||||||
|
|
||||||
|
{% for album in site.albums %}
|
||||||
|
{% if album.slug == page.album %}
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
{% capture namelist %}{% for art in album.artists %}{{ art }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% endcapture %}
|
||||||
|
{% capture artist %}{{ namelist }}{% endcapture %}
|
||||||
|
|
||||||
|
<title>Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }} | {{ site.title | xml_escape }}</title>
|
||||||
|
<meta name="title" content="Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }}" />
|
||||||
|
<meta name="description" content="A release by {{ artist | xml_escape | uniq }} named "{{ album.name | xml_escape }}" published on {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
||||||
|
<meta name="geo.region" content="{{ site.geo.region }}" />
|
||||||
|
<meta name="geo.placename" content="{{ site.geo.town }}" />
|
||||||
|
<meta name="geo.position" content="{{ site.geo.lat }};{{ site.geo.long }}" />
|
||||||
|
<meta name="ICBM" content="{{ site.geo.lat }}, {{ site.geo.long }}" />
|
||||||
|
<meta name="author" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="{{ site.url }}" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Publisher" content="{{ site.publisher.name | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="{{ site.url }}/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©{{ site.time | date: '%Y' }} {{ site.title }}." />
|
||||||
|
<meta name="dcterms.Subject" content="A release by {{ artist | xml_escape | uniq }} named "{{ album.name | xml_escape }}" published on {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Title" content="Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }}" />
|
||||||
|
<meta name="dcterms.Contributor" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta name="dcterms.Date" content="{{ page.date | date: '%Y-%m-%d' }}" />
|
||||||
|
<meta name="dcterms.Description" content="Listen and to a release by {{ artist | xml_escape | uniq }} named "{{ album.name | xml_escape }}" and support your remote artist!" />
|
||||||
|
|
||||||
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
<meta property="og:title" content="{{ album.name | xml_escape }} by {{ artist | xml_escape | uniq }}" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:description" content="Listen and to a release by {{ artist | xml_escape | uniq }} named "{{ album.name | xml_escape }}" and support your remote artist!" />
|
||||||
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
|
<meta property="og:site_name" content="{{ site.title | xml_escape }}" />
|
||||||
|
<meta property="og:type" content="music:album" />
|
||||||
|
{% for track in album.tracks %}<meta property="og:audio" content="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" />{% endfor %}
|
||||||
|
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}" />
|
||||||
|
<meta property="og:image" content="{{ site.mediaurl }}/{{ album.tracks[0].slug }}.jpeg" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="{{ album.name | xml_escape }} | {{ site.title | xml_escape }}" />
|
||||||
|
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ album.name | xml_escape }}" and support your remote artist!" />
|
||||||
|
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ album.tracks[0].slug }}.jpeg" />
|
||||||
|
{% endif %}{% endfor %}
|
||||||
|
{% elsif page.category == 'highlights' %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
<title>{{ page.title }} | {{ site.title }}</title>
|
<title>{{ page.title }} | {{ site.title }}</title>
|
||||||
|
@ -76,7 +210,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
|
|
@ -155,25 +155,36 @@ layout: default
|
||||||
<!-- HERE ENDS MADNESS -->
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
<!-- post Naviation -->
|
<!-- post Naviation -->
|
||||||
<section >
|
<section class="post-navigation">
|
||||||
<div class="post-navigation">
|
|
||||||
|
|
||||||
{% if page.previous.url or page.next.url %}
|
{% if page.previous.url or page.next.url %}
|
||||||
<h2>Check out more</h2>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-nav">
|
<div class="post-nav">
|
||||||
|
|
||||||
{% if page.previous.url %}
|
{% if page.previous.url %}
|
||||||
<h3><a href="{{page.previous.url}}" alt="Read {{page.previous.title}}" title="Read {{page.previous.title}}"><span
|
<h4><a href="{{ relBase }}{{ page.previous.url }}" alt="Read {{ page.previous.title }}" title="Read {{ page.previous.title }}"><span
|
||||||
class="fas fa-arrow-left"></span> {{page.previous.title}}</a></h3>
|
class="fas fa-arrow-left" style="font-size:3em;text-decoration: none;"></span></a></h4>
|
||||||
|
<h3>{{ page.previous.title }}</h3>
|
||||||
<p>{{ page.previous.description }}</p>
|
<p>{{ page.previous.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-nav-next">
|
<div class="post-nav-next">
|
||||||
{% if page.next.url%}
|
{% if page.next.url%}
|
||||||
<h3><a href="{{page.next.url}}">{{page.next.title}} <span class="fas fa-arrow-right"></span></a></h3>
|
<h4><a href="{{ page.next.url }}"><span class="fas fa-arrow-right" style="font-size:3em;"></span></a></h4>
|
||||||
|
<h3>{{ page.next.title }}</h3>
|
||||||
<p>{{ page.next.description }}</p>
|
<p>{{ page.next.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- End Post Navigation -->
|
<!-- End Post Navigation -->
|
||||||
|
|
||||||
|
@ -310,24 +321,35 @@ layout: default
|
||||||
|
|
||||||
|
|
||||||
<!-- post Naviation -->
|
<!-- post Naviation -->
|
||||||
<section >
|
<section class="post-navigation">
|
||||||
<div class="post-navigation">
|
|
||||||
|
|
||||||
{% if page.previous.url or page.next.url %}
|
{% if page.previous.url or page.next.url %}
|
||||||
<h2>Check out more</h2>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-nav">
|
<div class="post-nav">
|
||||||
|
|
||||||
{% if page.previous.url %}
|
{% if page.previous.url %}
|
||||||
<h3><a href="{{page.previous.url}}" alt="Read {{page.previous.title}}" title="Read {{page.previous.title}}"><span
|
<h4><a href="{{ relBase }}{{ page.previous.url }}" alt="Read {{ page.previous.title }}" title="Read {{ page.previous.title }}"><span
|
||||||
class="fas fa-arrow-left"></span> {{page.previous.title}}</a></h3>
|
class="fas fa-arrow-left" style="font-size:3em;text-decoration: none;"></span></a></h4>
|
||||||
|
<h3>{{ page.previous.title }}</h3>
|
||||||
<p>{{ page.previous.description }}</p>
|
<p>{{ page.previous.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-nav-next">
|
<div class="post-nav-next">
|
||||||
{% if page.next.url%}
|
{% if page.next.url%}
|
||||||
<h3><a href="{{page.next.url}}">{{page.next.title}} <span class="fas fa-arrow-right"></span></a></h3>
|
<h4><a href="{{ page.next.url }}"><span class="fas fa-arrow-right" style="font-size:3em;"></span></a></h4>
|
||||||
|
<h3>{{ page.next.title }}</h3>
|
||||||
<p>{{ page.next.description }}</p>
|
<p>{{ page.next.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
|
@ -38,7 +38,7 @@ layout: default
|
||||||
|
|
||||||
<p><strong>{% assign round_seconds = page.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</strong></p>
|
<p><strong>{% assign round_seconds = page.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</strong></p>
|
||||||
|
|
||||||
|
{% include streamer.html %}
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
|
|
||||||
|
|
||||||
|
@ -89,20 +89,20 @@ layout: default
|
||||||
|
|
||||||
{% if page.previous.url or page.next.url %}
|
{% if page.previous.url or page.next.url %}
|
||||||
|
|
||||||
<h2>Track Navigation</h2>
|
|
||||||
|
|
||||||
<div class="post-nav">
|
<div class="post-nav">
|
||||||
|
|
||||||
{% if page.previous.url %}
|
{% if page.previous.url %}
|
||||||
<h4><a href="{{ relBase }}{{ page.previous.url }}" alt="Read {{ page.previous.title }}" title="Read {{ page.previous.title }}"><span
|
<h4><a href="{{ relBase }}{{ page.previous.url }}" alt="Read {{ page.previous.title }}" title="Read {{ page.previous.title }}"><span
|
||||||
class="fas fa-arrow-left"></span> Previous</a></h4>
|
class="fas fa-arrow-left" style="font-size:3em;text-decoration: none;"></span></a></h4>
|
||||||
<h3>{{ page.previous.common.title }}</h3>
|
<h3>{{ page.previous.common.title }}</h3>
|
||||||
<p>{{ page.previous.description }}</p>
|
<p>{{ page.previous.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-nav-next">
|
<div class="post-nav-next">
|
||||||
{% if page.next.url%}
|
{% if page.next.url%}
|
||||||
<h4><a href="{{ page.next.url }}">Next <span class="fas fa-arrow-right"></span></a></h4>
|
<h4><a href="{{ page.next.url }}"><span class="fas fa-arrow-right" style="font-size:3em;"></span></a></h4>
|
||||||
<h3>{{ page.next.common.title }}</h3>
|
<h3>{{ page.next.common.title }}</h3>
|
||||||
<p>{{ page.next.description }}</p>
|
<p>{{ page.next.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -81,20 +81,19 @@ body {
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
h4 {
|
h4 {
|
||||||
width: 100%;
|
width: 95%;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
line-height: .85em;
|
line-height: .85em;
|
||||||
letter-spacing: -0.08em;
|
letter-spacing: -0.08em;
|
||||||
color: var(--bg-alt);
|
color: var(--bg);
|
||||||
font-size: 12vw;
|
font-size: 12vw;
|
||||||
display: inline;
|
display: inline;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
bottom: 0;
|
||||||
left: 0;
|
transform: rotate(-3deg);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -187,12 +186,13 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-navigation {
|
.post-navigation {
|
||||||
padding: 80px 0 160px 0;
|
padding: 80px 40px 80px 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
max-width: var(--max-width);
|
max-width: var(--max-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
@ -200,7 +200,7 @@ footer {
|
||||||
}
|
}
|
||||||
.post-nav, .post-nav-next {
|
.post-nav, .post-nav-next {
|
||||||
|
|
||||||
flex: 1 0 250px;
|
flex: 1 0 200px;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
@ -209,9 +209,11 @@ footer {
|
||||||
}
|
}
|
||||||
.post-nav {
|
.post-nav {
|
||||||
margin: 0 40px 0 0;
|
margin: 0 40px 0 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
.post-nav-next {
|
.post-nav-next {
|
||||||
margin: 0 0 0 40px;
|
margin: 0 0 0 40px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue