Compare commits
No commits in common. "00cd501f325ece10a10d1bbb1f7f0503bba83c5e" and "7686cfcf37878dca59dc6ef20947efc79c1b3988" have entirely different histories.
00cd501f32
...
7686cfcf37
21 changed files with 238 additions and 407 deletions
4
404.html
4
404.html
|
|
@ -20,7 +20,7 @@ image: /images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg
|
||||||
<noscript><link rel="stylesheet" href="/assets/css/noscript20200518-rev1.css" /></noscript>
|
<noscript><link rel="stylesheet" href="/assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="body">
|
<body class="is-preload" id="body">
|
||||||
<span id="top" style="display: none;"></span>
|
<span id="top" style="display: none;"></span>
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
@ -36,7 +36,7 @@ image: /images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg
|
||||||
<h1 class="editable">{{ page.title }}</h1>
|
<h1 class="editable">{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="/" class="button big wide smooth-scroll">Take me back!</a></li>
|
<li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
24
Gemfile.lock
24
Gemfile.lock
|
|
@ -4,15 +4,15 @@ GEM
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.1.8)
|
concurrent-ruby (1.1.6)
|
||||||
em-websocket (0.5.2)
|
em-websocket (0.5.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.15.0)
|
ffi (1.12.2)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (1.8.9)
|
i18n (1.8.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (4.0.0)
|
jekyll (4.0.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
|
|
@ -40,26 +40,24 @@ GEM
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (2.3.1)
|
kramdown (2.1.0)
|
||||||
rexml
|
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.3)
|
liquid (4.0.3)
|
||||||
listen (3.5.0)
|
listen (3.2.1)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
posix-spawn (0.3.15)
|
posix-spawn (0.3.13)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.4)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.3)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.2.4)
|
rouge (3.18.0)
|
||||||
rouge (3.26.0)
|
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sassc (2.4.0)
|
sassc (2.2.1)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
|
|
||||||
12
_config.yml
12
_config.yml
|
|
@ -10,26 +10,20 @@ url : https://paxnion.basspistol.com
|
||||||
banner: /siteicon.png
|
banner: /siteicon.png
|
||||||
icon: /siteicon.png
|
icon: /siteicon.png
|
||||||
logo: /siteicon.png
|
logo: /siteicon.png
|
||||||
mediaurl: https://media.basspistol.com/panix
|
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: pax:nion
|
name: pax:nion
|
||||||
mail: info+paxnion@basspistol.com
|
|
||||||
|
|
||||||
publisher:
|
publisher:
|
||||||
name: Basspistol
|
name: Basspistol
|
||||||
domain: basspistol.com
|
domain: basspistol.com
|
||||||
mail: info+paxnion@basspistol.com
|
mail: info@basspistol.com
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-last-modified-at
|
- jekyll-last-modified-at
|
||||||
|
|
||||||
## Matomo
|
|
||||||
matomo_site_id: '3'
|
|
||||||
matomo_container: 'fHO88MfH'
|
|
||||||
|
|
||||||
# GEO
|
# GEO
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -52,8 +46,8 @@ collections:
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- releases
|
- release
|
||||||
- ramblings
|
- rambling
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- changelog.md
|
- changelog.md
|
||||||
|
|
|
||||||
|
|
@ -2,39 +2,32 @@
|
||||||
|
|
||||||
//* Matomo *//
|
//* Matomo *//
|
||||||
|
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = window._paq || [];
|
||||||
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
||||||
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
_paq.push(['disableCookies']);
|
||||||
_paq.push(["enableCrossDomainLinking"]);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['enableLinkTracking']);
|
||||||
_paq.push(['enableLinkTracking']);
|
(function() {
|
||||||
(function() {
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setSiteId', '14']);
|
||||||
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
})();
|
||||||
})();
|
|
||||||
//* End Matomo *//
|
//* End Matomo *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
var _paq = window._paq = window._paq || [];
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
|
||||||
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
|
||||||
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
|
||||||
_paq.push(["enableCrossDomainLinking"]);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h4>{{ site.title }}</h4>
|
<h4>{{ site.title }}</h4>
|
||||||
<p>{{ site.description }}
|
<p>{{ site.description }}
|
||||||
<br /><a href="mailto:{{ site.author.mail }}">{{ site.author.mail }}</a></p>
|
<br /><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div><img src="{{ rekBase }}/assets/panix-logo-dark.svg" style="max-width:300px" alt="{{ site.title }} Logo" /></div>
|
<div><img src="{{ rekBase }}/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<li><a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="noopener" href="{{ nw.url }}" class="icon brands style2 {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a></li>
|
<li><a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="noopener" href="{{ nw.url }}" class="icon brands style2 {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a></li>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li><a href="mailto:{{ site.author.mail }}" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
|
<!-- <li><a href="mailto:{{ site.author.email }}" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
</ul>
|
</ul>
|
||||||
<p>©{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <a href="{{ relBase }}/cookies/">Cookies & Privacy</a></p>
|
<p>©{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <a href="{{ relBase }}/cookies/">Cookies & Privacy</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,45 +1,13 @@
|
||||||
{% if page.url == '/404/' %}
|
var _paq = window._paq || [];
|
||||||
|
|
||||||
//* Matomo *//
|
|
||||||
|
|
||||||
var _paq = window._paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
|
||||||
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
|
||||||
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
|
||||||
_paq.push(["enableCrossDomainLinking"]);
|
|
||||||
_paq.push(["disableCookies"]);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
//* End Matomo *//
|
|
||||||
|
|
||||||
{% else %}
|
|
||||||
|
|
||||||
//* Matomo *//
|
|
||||||
|
|
||||||
var _paq = window._paq = window._paq || [];
|
|
||||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
|
||||||
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
|
||||||
_paq.push(["enableCrossDomainLinking"]);
|
|
||||||
_paq.push(["disableCookies"]);
|
_paq.push(["disableCookies"]);
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
_paq.push(['setSiteId', '14']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
//* End Matomo *//
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
<div id="logo" class="logo">
|
<div id="logo" class="logo">
|
||||||
<a href="/"><img width="200em" src="/assets/panix-logo.svg" alt="{{ site.title }} Logo" /></a>
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt="{{ site.name }} Logo" /></a>
|
||||||
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,30 +1,3 @@
|
||||||
<meta 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' %}
|
{% if page.collection == 'tracks' %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
|
@ -33,7 +6,7 @@
|
||||||
<meta name="description" content="A track by {{ page.common.artist }} named "{{ page.common.title | strip_html }}" published on {{ site.title }}" />
|
<meta name="description" content="A track by {{ page.common.artist }} named "{{ page.common.title | strip_html }}" published on {{ site.title }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" 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.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -66,17 +39,17 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
<meta property="og:site_name" content="{{ site.title }}" />
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
<meta property="og:type" content="music:album:track" />
|
<meta property="og:type" content="music:album:track" />
|
||||||
<meta property="og:audio" content="{{ site.mediaurl }}/{{ page.slug }}.mp3" />
|
<meta property="og:audio" content="https://media.basspistol.com/panix/{{ page.slug }}.mp3" />
|
||||||
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta property="og:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
<meta property="og:image" content="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
||||||
<meta name="twitter:description" content="Listen and to a track by {{ page.common.artist | strip_html }} from the release "{{ page.common.album | strip_html }}" and support your remote artist!" />
|
<meta name="twitter:description" content="Listen and to a track by {{ page.common.artist | strip_html }} from the release "{{ page.common.album | strip_html }}" and support your remote artist!" />
|
||||||
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
<meta name="twitter:image" content="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" />
|
||||||
|
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
{% elsif page.collection == 'albums' %}
|
{% elsif page.collection == 'albums' %}
|
||||||
|
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
@ -88,7 +61,7 @@
|
||||||
<meta name="description" content="A release by {{ artist | uniq }} named "{{ page.name | strip_html }}" published on {{ site.title }}" />
|
<meta name="description" content="A release by {{ artist | uniq }} named "{{ page.name | strip_html }}" published on {{ site.title }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" 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.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -121,18 +94,18 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
<meta property="og:site_name" content="{{ site.title }}" />
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
<meta property="og:type" content="music:album" />
|
<meta property="og:type" content="music:album" />
|
||||||
{% for track in page.tracks %}<meta property="og:audio" content="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" />
|
{% for track in page.tracks %}<meta property="og:audio" content="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta property="og:image" content="{{ site.mediaurl }}/{{ page.tracks[0].slug }}.jpeg" />
|
<meta property="og:image" content="https://media.basspistol.com/panix/{{ page.tracks[0].slug }}.jpeg" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="{{ page.name }} | {{ site.title }}" />
|
<meta name="twitter:title" content="{{ page.name }} | {{ site.title }}" />
|
||||||
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ page.name | strip_html }}" and support your remote artist!" />
|
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ page.name | strip_html }}" and support your remote artist!" />
|
||||||
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ page.tracks[0].slug }}.jpeg" />
|
<meta name="twitter:image" content="https://media.basspistol.com/panix/{{ page.tracks[0].slug }}.jpeg" />
|
||||||
|
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
@ -142,7 +115,7 @@
|
||||||
<meta name="description" content="{{ page.description }}" />
|
<meta name="description" content="{{ page.description }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" 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.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -184,33 +157,5 @@
|
||||||
<meta name="twitter:description" content="{{ page.description }}" />
|
<meta name="twitter:description" content="{{ page.description }}" />
|
||||||
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />
|
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<script type='application/ld+json'>
|
|
||||||
{
|
|
||||||
"@context": "http://www.schema.org",
|
|
||||||
"@type": "Organization",
|
|
||||||
"name": "{{ site.title }}",
|
|
||||||
"url": "{{ site.url }}",
|
|
||||||
"sameAs": [
|
|
||||||
{% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
|
||||||
],
|
|
||||||
"logo": "{{ site.url }}/siteicon.png",
|
|
||||||
"image": "{{ site.url }}{{ page.image }}",
|
|
||||||
"description": "{{ site.description | strip_html }}",
|
|
||||||
"address": {
|
|
||||||
"@type": "PostalAddress",
|
|
||||||
"addressLocality": "{{ site.geo.town }}",
|
|
||||||
"addressRegion": "{{ site.geo.region }}",
|
|
||||||
"postalCode": "{{ site.geo.postalcode }}",
|
|
||||||
"addressCountry": "{{ site.geo.country }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/feed.xml" title="{{ site.title }}" />
|
|
||||||
<!-- END seo.html -->
|
|
||||||
|
|
@ -1,205 +1,173 @@
|
||||||
|
<section class="streambox" style="padding: 40px;">
|
||||||
{% if page.collection == 'posts' %}
|
{% if page.collection == 'posts' %}
|
||||||
{% if page.category == 'releases' %}
|
{% if page.category == 'release' %}
|
||||||
{% if page.check_this_if_cannot_be_bought == false %}
|
{% if page.stores[0].name != nil %}
|
||||||
<section class="streambox" style="padding: 40px;">
|
|
||||||
<h2 style="text-align: center;display: block;">Get this release</h2>
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in page.stores %}
|
|
||||||
{% if shop.download == true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
|
<h3 style="text-align: center;display: block;">Buy this release</h3>
|
||||||
<div class="streamer">
|
|
||||||
|
|
||||||
{% for shop in page.stores %}
|
|
||||||
{% if shop.download != true %}
|
|
||||||
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 45px;margin:10px; font-size: 45px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{% else %}
|
|
||||||
<section class="streambox" style="padding: 40px;">
|
|
||||||
<h2 style="text-align: center;display: block;">This release can't be obtained</h2>
|
|
||||||
<p>Stream, follow, like and subscribe!</p>
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in site.data.stores %}
|
|
||||||
{% if shop.download == true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
<h2 style="text-align: center;display: block;"> </h2>
|
|
||||||
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in site.data.stores %}
|
|
||||||
{% if shop.download != true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
|
||||||
{% if page.check_this_if_cannot_be_bought == false %}
|
|
||||||
<section class="streambox" style="padding: 40px;">
|
|
||||||
<h2 style="text-align: center;display: block;">Get this release</h2>
|
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in page.stores %}
|
{% for shop in page.stores %}
|
||||||
{% if shop.download == true %}
|
{% if shop.download == true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
|
<h3 style="text-align: center;display: block;margin-top:40px;"> </h3>
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
|
|
||||||
{% for shop in page.stores %}
|
{% for shop in page.stores %}
|
||||||
{% if shop.download != true %}
|
{% if shop.download != true %}
|
||||||
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 45px;margin:10px; font-size: 45px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 75px;margin:10px; font-size: 75px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
{% else %}
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But you can find others here:</p>
|
||||||
|
<div class="streamer">
|
||||||
|
{% for shop in site.data.stores %}
|
||||||
|
{% if shop.download == true %}
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<h3 style="text-align: center;display: block;"> </h3>
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
{% for shop in site.data.stores %}
|
||||||
|
{% if shop.download != true %}
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% elsif page.collection == 'tracks' %}
|
{% elsif page.collection == 'tracks' %}
|
||||||
|
|
||||||
<section class="streambox" style="padding: 40px;">
|
{% for post in site.posts %}
|
||||||
|
{% if post.album == page.albumSlug %}
|
||||||
|
{% if post.stores[0].name != nil %}
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">Buy this Track</h3>
|
||||||
|
<div class="streamer">
|
||||||
|
{% for shop in post.stores %}
|
||||||
|
{% if shop.download == true %}
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;margin-top:40px;"> </h3>
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
{% for shop in post.stores %}
|
||||||
|
{% if shop.download != true %}
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 75px;margin:10px; font-size: 75px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% for post in site.posts %}
|
|
||||||
{% if post.album == page.albumSlug %}
|
|
||||||
{% if post.check_this_if_cannot_be_bought == false %}
|
|
||||||
|
|
||||||
<h2 style="text-align: center;display: block;">Get this track</h2>
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in post.stores %}
|
|
||||||
{% if shop.download == true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But you can find others here:</p>
|
||||||
|
<div class="streamer">
|
||||||
|
{% for shop in site.data.stores %}
|
||||||
|
{% if shop.download == true %}
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<h3 style="text-align: center;display: block;"> </h3>
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
{% for shop in site.data.stores %}
|
||||||
|
{% if shop.download != true %}
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
{% endif %}{% break %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
|
||||||
|
|
||||||
<p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
|
|
||||||
<div class="streamer">
|
|
||||||
|
|
||||||
{% for shop in post.stores %}
|
|
||||||
{% if shop.download != true %}
|
|
||||||
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 45px;margin:10px; font-size: 45px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
|
|
||||||
<h2 style="text-align: center;display: block;">This track can't be obtained</h2>
|
|
||||||
<p>Stream, follow, like and subscribe!</p>
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in site.data.stores %}
|
|
||||||
{% if shop.download == true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
<h2 style="text-align: center;display: block;"> </h2>
|
|
||||||
|
|
||||||
<div class="streamer">
|
|
||||||
{% for shop in site.data.stores %}
|
|
||||||
{% if shop.download != true %}
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% break %}
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% elsif page.collection == 'albums' %}
|
{% elsif page.collection == 'albums' %}
|
||||||
|
|
||||||
<section class="streambox" style="padding: 40px;">
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
{% if post.album == page.slug %}
|
{% if post.album == page.slug %}
|
||||||
{% if post.check_this_if_cannot_be_bought == false %}
|
{% if post.stores[0].name != nil %}
|
||||||
|
|
||||||
<h2 style="text-align: center;display: block;">Get this album</h2>
|
<h3 style="text-align: center;display: block;">Buy this album</h3>
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in post.stores %}
|
{% for shop in post.stores %}
|
||||||
{% if shop.download == true %}
|
{% if shop.download == true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
|
<h3 style="text-align: center;display: block;margin-top:40px;"> </h3>
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
|
|
||||||
{% for shop in post.stores %}
|
{% for shop in post.stores %}
|
||||||
{% if shop.download != true %}
|
{% if shop.download != true %}
|
||||||
|
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 45px;margin:10px; font-size: 45px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 75px;margin:10px; font-size: 75px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<h2 style="text-align: center;display: block;">This album can't be obtained</h2>
|
<h3 style="text-align: center;display: block;">This album can't be bought</h3>
|
||||||
<p>Stream, follow, like and subscribe!</p>
|
<p>But you can find others here:</p>
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in site.data.stores %}
|
{% for shop in site.data.stores %}
|
||||||
{% if shop.download == true %}
|
{% if shop.download == true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;display: block;"> </h2>
|
<h3 style="text-align: center;display: block;"> </h3>
|
||||||
|
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in site.data.stores %}
|
{% for shop in site.data.stores %}
|
||||||
{% if shop.download != true %}
|
{% if shop.download != true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% break %}
|
{% endif %}{% break %}
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<section class="streambox" style="padding: 40px;">
|
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3>
|
||||||
<h2 style="text-align: center;display: block;">Support {{ site.title }}</h2>
|
<p>Pay for music here:</p>
|
||||||
<p>Stream, follow, like and subscribe!</p>
|
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in site.data.stores %}
|
{% for shop in site.data.stores %}
|
||||||
{% if shop.download == true %}
|
{% if shop.download == true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;display: block;"> </h2>
|
<h3 style="text-align: center;display: block;"> </h3>
|
||||||
|
|
||||||
<div class="streamer">
|
<div class="streamer">
|
||||||
{% for shop in site.data.stores %}
|
{% for shop in site.data.stores %}
|
||||||
{% if shop.download != true %}
|
{% if shop.download != true %}
|
||||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button small icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="button icon brands {{ shop.icon }}">{{ shop.name }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</section>
|
||||||
|
|
@ -10,7 +10,7 @@ lang: en
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -21,7 +21,7 @@ lang: en
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
<body id="body">
|
<body class="is-preload" id="body">
|
||||||
<span id="top" style="display: none;"></span>
|
<span id="top" style="display: none;"></span>
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
@ -29,18 +29,16 @@ lang: en
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
||||||
style="min-height:100vh;">
|
style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
<div class="content editable">
|
<div class="content editable">
|
||||||
<h1 class="editable">{{ page.title }}</h1>
|
<h1 class="editable">{{ page.title }}</h1>
|
||||||
<p>by <strong>{{ page.artists }}</strong>
|
<p>{{ page.description }}</p>
|
||||||
<br />{{ page.date | date: '%Y' }}
|
|
||||||
</p>
|
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.title }}" />
|
<img src="https://media.basspistol.com/panix/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
|
|
@ -66,7 +64,7 @@ lang: en
|
||||||
</div>
|
</div>
|
||||||
<div id="audiowrap">
|
<div id="audiowrap">
|
||||||
<div id="audio0">
|
<div id="audio0">
|
||||||
<audio id="audio1" preload="metadata" controls="controls">Your browser does not support HTML5
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
Audio!</audio>
|
Audio!</audio>
|
||||||
</div>{% assign onetracker = page.tracks | size %}
|
</div>{% assign onetracker = page.tracks | size %}
|
||||||
{% if onetracker > 1 %}
|
{% if onetracker > 1 %}
|
||||||
|
|
@ -96,20 +94,17 @@ lang: en
|
||||||
|
|
||||||
<div class="plItem">
|
<div class="plItem">
|
||||||
<div class="plNum">{{ track.common.track.no }}.</div>
|
<div class="plNum">{{ track.common.track.no }}.</div>
|
||||||
<div class="plTitle"><a href="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" target="_blank" rel="noopener">{{ track.common.title }} </a></div>
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3">{{ track.common.title }} </a></div>
|
||||||
<div class="plLength">{% assign round_seconds = track.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 }}</div>
|
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="font-size: 16px;margin-top:60px;">
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
{% for post in site.posts %}
|
{{ content }}
|
||||||
{% if post.album == page.slug %}
|
<p>{{ page.credits }}</p>
|
||||||
{{ post.content }}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -119,12 +114,12 @@ lang: en
|
||||||
|
|
||||||
|
|
||||||
<!-- HERE ENDS MADNESS -->
|
<!-- HERE ENDS MADNESS -->
|
||||||
{% include streamer.html %}
|
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h2>Track list</h2>
|
<h2>Track list</h2>
|
||||||
<p>Use thses pages to share one song in particular</p>
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -137,7 +132,7 @@ lang: en
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>{{ track.common.title }}</h3>
|
<h3>{{ track.common.title }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% assign round_seconds = track.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 }}
|
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}
|
||||||
<br /><strong>{{ track.common.genre }}</strong>
|
<br /><strong>{{ track.common.genre }}</strong>
|
||||||
<br />{{ track.common.year }}</p>
|
<br />{{ track.common.year }}</p>
|
||||||
|
|
||||||
|
|
@ -146,13 +141,13 @@ lang: en
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
<img src="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% include streamer.html %}
|
||||||
|
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
@ -224,7 +219,7 @@ lang: en
|
||||||
"track": {{ track.common.track.no }},
|
"track": {{ track.common.track.no }},
|
||||||
"name": "{{ track.common.title }}",
|
"name": "{{ track.common.title }}",
|
||||||
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
||||||
"file": "{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
"file": "https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
||||||
}{% unless forloop.last %},{% endunless %}{% endfor %}],
|
}{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||||
trackCount = tracks.length,
|
trackCount = tracks.length,
|
||||||
npAction = $('#npAction'),
|
npAction = $('#npAction'),
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,10 @@
|
||||||
-->
|
-->
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200519.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
|
@ -20,7 +21,7 @@
|
||||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="body">
|
<body class="is-preload" id="body">
|
||||||
<span id="top" style="display: none;"></span>
|
<span id="top" style="display: none;"></span>
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
{% if page.category == 'releases' %}
|
{% if page.category == 'release' %}
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<!--
|
<!--
|
||||||
Based on _Story_ by html5up.net | @ajlkn
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -20,7 +21,7 @@
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
<body id="body">
|
<body class="is-preload" id="body">
|
||||||
<span id="top" style="display: none;"></span>
|
<span id="top" style="display: none;"></span>
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
@ -28,12 +29,12 @@
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
||||||
style="min-height:100vh;">
|
style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
<div class="content editable">
|
<div class="content editable">
|
||||||
<h1 class="editable">{{ page.title }}</h1>
|
<h1 class="editable">{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
@ -63,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="audiowrap">
|
<div id="audiowrap">
|
||||||
<div id="audio0">
|
<div id="audio0">
|
||||||
<audio id="audio1" preload="metadata" controls="controls">Your browser does not support HTML5
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
Audio!</audio>
|
Audio!</audio>
|
||||||
</div>{% assign onetracker = album.tracks | size %}
|
</div>{% assign onetracker = album.tracks | size %}
|
||||||
{% if onetracker > 1 %}
|
{% if onetracker > 1 %}
|
||||||
|
|
@ -93,24 +94,23 @@
|
||||||
|
|
||||||
<div class="plItem">
|
<div class="plItem">
|
||||||
<div class="plNum">{{ track.common.track.no }}.</div>
|
<div class="plNum">{{ track.common.track.no }}.</div>
|
||||||
<div class="plTitle"><a href="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" target="_blank" rel="noopener">{{ track.common.title }} </a></div>
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3">{{ track.common.title }} </a></div>
|
||||||
<div class="plLength">{% assign round_seconds = track.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 }}</div>
|
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content editable" style="font-size: 16px;margin-top:60px;">
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
<p>{{ page.credits }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include streamer.html %}
|
|
||||||
<!-- Tracks -->
|
<!-- Tracks -->
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>{{ track.common.title }}</h3>
|
<h3>{{ track.common.title }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% assign round_seconds = track.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 }}
|
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}
|
||||||
<br /><strong>{{ track.common.genre }}</strong>
|
<br /><strong>{{ track.common.genre }}</strong>
|
||||||
<br />{{ track.common.year }}</p>
|
<br />{{ track.common.year }}</p>
|
||||||
|
|
||||||
|
|
@ -129,12 +129,13 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
<img src="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% include streamer.html %}
|
||||||
<!-- END Tracks -->
|
<!-- END Tracks -->
|
||||||
|
|
||||||
{% break %} {% endif %} {% endfor %}
|
{% break %} {% endif %} {% endfor %}
|
||||||
|
|
@ -211,7 +212,7 @@
|
||||||
"track": {{ track.common.track.no }},
|
"track": {{ track.common.track.no }},
|
||||||
"name": "{{ track.common.title }}",
|
"name": "{{ track.common.title }}",
|
||||||
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
||||||
"file": "{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
"file": "https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
||||||
}{% unless forloop.last %},{% endunless %}{% endfor %}{% break %} {% endif %}{% endfor %}],
|
}{% unless forloop.last %},{% endunless %}{% endfor %}{% break %} {% endif %}{% endfor %}],
|
||||||
trackCount = tracks.length,
|
trackCount = tracks.length,
|
||||||
npAction = $('#npAction'),
|
npAction = $('#npAction'),
|
||||||
|
|
@ -299,6 +300,7 @@
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -311,20 +313,17 @@
|
||||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="body">
|
<body class="is-preload" id="body">
|
||||||
<span id="top" style="display: none;"></span>
|
<span id="top" style="display: none;"></span>
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:85vh;">
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
|
||||||
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
@ -337,19 +336,15 @@
|
||||||
|
|
||||||
<div class="index align-left">
|
<div class="index align-left">
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
<section id="post">
|
<section>
|
||||||
{% if page.url != '/cookies/' %}
|
{% if page.url != '/cookies/' %}
|
||||||
{% if page.url != '/webcreds/' %}
|
{% if page.url != '/webcreds/' %}
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
{% endif %}{% endif %}
|
{% endif %}{% endif %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content editable">
|
<div class="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% if page.link != nil %}
|
|
||||||
<ul class="actions stacked">
|
|
||||||
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small">Cheggit!</a></li>
|
|
||||||
</ul>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,14 @@ layout: default
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('{{ site.mediaurl }}/{{ page.slug }}.jpeg');background-size: cover; background-repeat: no-repeat;">
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/{{ page.slug }}.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);"></div>
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
<div id="mainwrap" class="content" style="z-index:1">
|
<div class="content" style="z-index:1">
|
||||||
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
||||||
<p><strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong> by <strong>{{ page.common.artist }}</strong>
|
|
||||||
<br />{{ page.common.year }}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p><strong><span id="tracktime"></span></strong><span id="{{ page.common.title | slugify | remove: '-' }}"></span></strong></p>
|
<p><strong><span id="tracktime"></span></strong><span id="{{ page.common.title | slugify | remove: '-' }}"></span></strong> <br />
|
||||||
|
Style: <strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong>
|
||||||
|
</p>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var {{ page.common.title | slugify | remove: '-' }}timestamp = {{ page.format.duration | round }};
|
var {{ page.common.title | slugify | remove: '-' }}timestamp = {{ page.format.duration | round }};
|
||||||
var {{ page.common.title | slugify | remove: '-' }}hours = Math.floor({{ page.common.title | slugify | remove: '-' }}timestamp / 60 / 60);
|
var {{ page.common.title | slugify | remove: '-' }}hours = Math.floor({{ page.common.title | slugify | remove: '-' }}timestamp / 60 / 60);
|
||||||
|
|
@ -24,29 +22,18 @@ layout: default
|
||||||
var theSpan = document.getElementById("{{ page.common.title | slugify | remove: '-' }}");
|
var theSpan = document.getElementById("{{ page.common.title | slugify | remove: '-' }}");
|
||||||
theSpan.innerHTML = {{ page.common.title | slugify | remove: '-' }}formatted;
|
theSpan.innerHTML = {{ page.common.title | slugify | remove: '-' }}formatted;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><button id="mu_pause" class="button icon solid fa-play">Play dat!</button></li>
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div id="noJSalbum" class="content" style="z-index:1">
|
|
||||||
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
|
||||||
<p><strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong> by <strong>{{ page.common.artist }}</strong>
|
|
||||||
<br />{{ page.common.year }}
|
|
||||||
</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>
|
|
||||||
|
|
||||||
<ul class="actions stacked">
|
|
||||||
<li><a class="button icon solid fa-play" target="_blank" rel="noopener" href="{{ site.mediaurl }}/{{ page.albumSlug }}/{{ page.trackSlug }}.mp3">Play dat!</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ page.slug }}.jpeg" alt="{{ page.title }} logo" id="coverart" />
|
<img src="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" alt="{{ page.title }} logo" id="coverart" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{% if page.all.UNSYNCEDLYRICS != nil %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner" style="padding-top:40px">
|
<div class="inner" style="padding-top:40px">
|
||||||
|
|
@ -55,20 +42,11 @@ layout: default
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% if page.all.UNSYNCEDLYRICS and page.all.USLT %}
|
{% unless page.all.UNSYNCEDLYRICS == '' %}<h2>Lyrics</h2>{% endunless %}
|
||||||
<p style="font-size:16px;">
|
<p style="font-family: monospace;font-size:16px;">
|
||||||
{{ page.all.USLT.text | newline_to_br }}
|
|
||||||
</p>
|
|
||||||
{% elsif page.all.USLT and page.all.UNSYNCEDLYRICS == nil %}
|
|
||||||
<p style="font-size:16px;">
|
|
||||||
{{ page.all.USLT.text | newline_to_br }}
|
|
||||||
</p>
|
|
||||||
{% elsif page.all.UNSYNCEDLYRICS and page.all.USLT == nil %}
|
|
||||||
<p style="font-size:16px;">
|
|
||||||
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
<p>credits:
|
||||||
<p>
|
|
||||||
{{ page.all.Comment }}
|
{{ page.all.Comment }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -76,11 +54,8 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% for post in site.posts %}
|
|
||||||
{% if post.album == page.albumSlug %}
|
|
||||||
{% include streamer.html %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% include streamer.html %}
|
||||||
<!-- Page navigation -->
|
<!-- Page navigation -->
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
@ -117,8 +92,8 @@ layout: default
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Audio player-->
|
<!-- Audio player-->
|
||||||
<audio autoplay preload="metadata" data-matomo-title="{{ page.common.title }}">
|
<audio autoplay preload="true" data-matomo-title="{{ page.common.title }}">
|
||||||
<source src="{{ site.mediaurl }}/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
<source src="https://media.basspistol.com/panix/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
</audio>
|
</audio>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
@ -137,7 +112,7 @@ layout: default
|
||||||
// only functional if "loop" is removed
|
// only functional if "loop" is removed
|
||||||
mu.pause();
|
mu.pause();
|
||||||
mu.currentTime = 0;
|
mu.currentTime = 0;
|
||||||
loadUrl("{{ relBase }}/albums/{{ page.nextTrack.slug }}/"); return false;
|
loadUrl("{{ relBase }}/{{ page.nextTrack.slug }}/"); return false;
|
||||||
});
|
});
|
||||||
mu.onplaying = function() {
|
mu.onplaying = function() {
|
||||||
pauseButton.innerHTML = "Pause";
|
pauseButton.innerHTML = "Pause";
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ image:
|
||||||
category:
|
category:
|
||||||
credits: ''
|
credits: ''
|
||||||
album:
|
album:
|
||||||
check_this_if_cannot_be_bought: false
|
|
||||||
stores:
|
stores:
|
||||||
- name:
|
- name:
|
||||||
url:
|
url:
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@ div.content {
|
||||||
flex: 1 0 250px;
|
flex: 1 0 250px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: _font(family-fixed);
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 569px) {
|
@media only screen and (max-width: 569px) {
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: _font(weight-bold);
|
font-weight: _font(weight-bold);
|
||||||
font-family: _font(family-fixed);
|
font-family: monospace;
|
||||||
letter-spacing: _font(kerning-alt);
|
letter-spacing: _font(kerning-alt);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
// Font.
|
// Font.
|
||||||
$font: (
|
$font: (
|
||||||
family: ('Astloch', Helvetica, sans-serif),
|
family: ('Astloch', Helvetica, sans-serif),
|
||||||
family-fixed: ('Lucida Console', Monaco, monospace),
|
family-fixed: ('Courier New', monospace),
|
||||||
weight: 400,
|
weight: 400,
|
||||||
weight-bold: 700,
|
weight-bold: 700,
|
||||||
kerning: -0.025em,
|
kerning: -0.025em,
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ layout: default
|
||||||
<h1 class="editable">{{ page.title }}</h1>
|
<h1 class="editable">{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="/" class="button big wide smooth-scroll">Take me home!</a></li>
|
<li><a href="/" class="button big wide smooth-scroll-middle">Ta mig till första sidan!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
2
feed.xml
2
feed.xml
|
|
@ -7,7 +7,7 @@ layout: nil
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
|
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{ site.title | xml_escape }}</title>
|
<title>{{ site.name | xml_escape }}</title>
|
||||||
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
|
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
|
||||||
<sy:updatePeriod>{{ site.feed_update_period | default: "daily" | xml_escape }}</sy:updatePeriod>
|
<sy:updatePeriod>{{ site.feed_update_period | default: "daily" | xml_escape }}</sy:updatePeriod>
|
||||||
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>
|
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>
|
||||||
|
|
|
||||||
14
index.html
14
index.html
|
|
@ -11,7 +11,7 @@ date: 2018-12-11 00:00:00
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;"
|
class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;"
|
||||||
style="background-image:url('/images/nebula-bw.jpg');background-size:cover;background-repeat:no-repeat;background-position: center;min-height:100vh">
|
style="background-image:url('/images/nebula-bw.jpg');background-size:cover;background-repeat:no-repeat;background-position: center;">
|
||||||
<div
|
<div
|
||||||
style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.75);">
|
style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.75);">
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -20,7 +20,7 @@ date: 2018-12-11 00:00:00
|
||||||
|
|
||||||
<p class="major">{{ page.description }}</p>
|
<p class="major">{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#music" class="button large wide smooth-scroll">Gimme Music!</a></li>
|
<li><a href="#music" class="button large wide smooth-scroll-middle">Gimme Music!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ date: 2018-12-11 00:00:00
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>{{ post.title }}</h1>
|
<h1>{{ post.title }}</h1>
|
||||||
<p>{{ post.description }}</p>
|
<p>{{ post.description }}</p>
|
||||||
{% if post.category == 'releases' %}
|
{% if post.category == 'release' %}
|
||||||
{% capture album_name -%}
|
{% capture album_name -%}
|
||||||
{{ post.album }}
|
{{ post.album }}
|
||||||
{%- endcapture %}
|
{%- endcapture %}
|
||||||
|
|
@ -51,10 +51,10 @@ date: 2018-12-11 00:00:00
|
||||||
<p>{{ album.date | date: '%Y' }}</p>
|
<p>{{ album.date | date: '%Y' }}</p>
|
||||||
|
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
<p style="margin-bottom: 30px; font-size: 14px">
|
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
||||||
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
||||||
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
||||||
<span style="font-size: 14px">{{ track.common.genre }} </span>
|
<span style="font-family: monospace;font-size: 14px">{{ track.common.genre }} </span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ date: 2018-12-11 00:00:00
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
|
|
||||||
<li><a href="{{ relBase }}{{ post.url }}"
|
<li><a href="{{ relBase }}{{ post.url }}"
|
||||||
class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -101,7 +101,7 @@ date: 2018-12-11 00:00:00
|
||||||
{% for album in sorted %}
|
{% for album in sorted %}
|
||||||
<article>
|
<article>
|
||||||
<a href="{{ album.url }}" class="image">
|
<a href="{{ album.url }}" class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="" /></a>
|
<img src="https://media.basspistol.com/panix/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="" /></a>
|
||||||
|
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<h3>{{ album.title }}</h3>
|
<h3>{{ album.title }}</h3>
|
||||||
|
|
|
||||||
|
|
@ -10,15 +10,15 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
||||||
<h1 class="editable">{{ page.title }}</h1>
|
<h1 class="editable">{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ page.image }}" alt="{{ page.title }}" class="editable" />
|
<img src="https://media.basspistol.com/panix/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.title }}" class="editable" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="wrapper style1 align-center" id="moe">
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h2 class="editable">Ready for the output?</h2>
|
<h2 class="editable">Ready for the output?</h2>
|
||||||
|
|
@ -39,10 +39,10 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
||||||
<p>{{ album.date | date: '%Y' }}</p>
|
<p>{{ album.date | date: '%Y' }}</p>
|
||||||
|
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
<p style="margin-bottom: 30px;font-size: 14px">
|
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
||||||
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
||||||
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
||||||
<span style="font-size: 14px">{{ track.common.genre }} </span>
|
<span style="font-family: monospace;font-size: 14px">{{ track.common.genre }} </span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -59,13 +59,13 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ site.mediaurl }}/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="{{ album.title }}" title="{{ album.title }}" />
|
<img src="https://media.basspistol.com/panix/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="{{ album.title }}" title="{{ album.title }}" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue