wtftftf?
This commit is contained in:
parent
9e9b61eabc
commit
cfc4264419
266 changed files with 80462 additions and 40141 deletions
55
_includes/JB/posts_collate
Normal file
55
_includes/JB/posts_collate
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
{% comment %}<!--
|
||||
Collate_posts helper. Collated posts by year and month.
|
||||
Usage:
|
||||
1) assign the 'posts_collate' variable to a valid array of posts.
|
||||
2) include JB/posts_collate
|
||||
example:
|
||||
{% assign posts_collate = site.posts %}
|
||||
{% include JB/posts_collate %}
|
||||
|
||||
Ordering:
|
||||
Posts are displayed in reverse chronological order.
|
||||
For normal chronological order:
|
||||
1) Change the for loop to this:
|
||||
=> 'for post in site.posts reversed'
|
||||
2) Next make sure to change 'post.previous.date' to:
|
||||
=> 'post.next.date'
|
||||
|
||||
-->{% endcomment %}
|
||||
|
||||
{% if site.JB.posts_collate.provider == "custom" %}
|
||||
{% include custom/posts_collate %}
|
||||
{% else %}
|
||||
{% for post in posts_collate %}
|
||||
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
|
||||
{% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %}
|
||||
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
|
||||
{% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %}
|
||||
|
||||
{% if forloop.first %}
|
||||
<p><strong>{{this_year}}</stong></p>
|
||||
<p>{{this_month}}</p>
|
||||
<ul>
|
||||
{% endif %}
|
||||
|
||||
<li><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
|
||||
{% if forloop.last %}
|
||||
</ul>
|
||||
{% else %}
|
||||
{% if this_year != next_year %}
|
||||
</ul>
|
||||
<p><strong>{{next_year}}</strong></p>
|
||||
<p><strong>{{next_month}}</strong></p>
|
||||
<ul>
|
||||
{% else %}
|
||||
{% if this_month != next_month %}
|
||||
</ul>
|
||||
<p><strong>{{next_month}}</strong></p>
|
||||
<ul>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% assign posts_collate = nil %}
|
||||
22
_includes/JB/setup
Normal file
22
_includes/JB/setup
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{% capture jbcache %}
|
||||
<!--
|
||||
- Dynamically set liquid variables for working with URLs/paths
|
||||
-->
|
||||
{% if site.JB.setup.provider == "custom" %}
|
||||
{% include custom/setup %}
|
||||
{% else %}
|
||||
{% if site.safe and site.JB.BASE_PATH and site.JB.BASE_PATH != '' %}
|
||||
{% assign BASE_PATH = site.JB.BASE_PATH %}
|
||||
{% assign HOME_PATH = site.JB.BASE_PATH %}
|
||||
{% else %}
|
||||
{% assign BASE_PATH = nil %}
|
||||
{% assign HOME_PATH = "/" %}
|
||||
{% endif %}
|
||||
|
||||
{% if site.JB.ASSET_PATH %}
|
||||
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
|
||||
{% else %}
|
||||
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endcapture %}{% assign jbcache = nil %}
|
||||
231
_includes/SEO.html
Normal file
231
_includes/SEO.html
Normal file
|
|
@ -0,0 +1,231 @@
|
|||
<!-- BEGIN SEOmatic rendered SEO Meta -->
|
||||
|
||||
<title>an online radio station from Rotterdam - Operator Radio</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Home" />
|
||||
<meta name="generator" content="SEOmatic" />
|
||||
<link rel="canonical" href="https://www.operator-radio.com" />
|
||||
<link rel="alternate" href="https://www.operator-radio.com" hreflang="x-default" />
|
||||
<meta name="geo.placename" content="Operator" />
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="https://www.operator-radio.com" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="Operator Radio" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="Operator Radio" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="https://www.operator-radio.com/" />
|
||||
<meta name="dcterms.Rights" content="Copyright ©2018 Operator." />
|
||||
<meta name="dcterms.Title" content="an online radio station from Rotterdam" />
|
||||
<meta name="dcterms.Subject" content="" />
|
||||
<meta name="dcterms.Contributor" content="Operator Radio" />
|
||||
<meta name="dcterms.Date" content="2018-03-09" />
|
||||
<meta name="dcterms.Description" content="Home" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="https://www.operator-radio.com" />
|
||||
<meta property="og:title" content="an online radio station from Rotterdam - Operator Radio" />
|
||||
<meta property="og:description" content="Home" />
|
||||
<meta property="og:image" content="https://www.operator-radio.com/system/_seoImageTransform/marsman_171201_181413.jpg" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:site_name" content="Operator Radio" />
|
||||
<meta property="og:see_also" content="https://twitter.com/operator_rd" />
|
||||
<meta property="og:see_also" content="https://www.facebook.com/operator.radio" />
|
||||
<meta property="og:see_also" content="https://www.instagram.com/operator.radio" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@operator_rd" />
|
||||
<meta name="twitter:title" content="an online radio station from Rotterdam - Operator Radio" />
|
||||
<meta name="twitter:description" content="Home" />
|
||||
<meta name="twitter:image" content="https://www.operator-radio.com/system/marsman_171201_181413.jpg" />
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Operator Radio",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "an online radio station from Rotterdam",
|
||||
"description": "Home",
|
||||
"image": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://www.operator-radio.com/system/_seoImageTransform/marsman_171201_181413.jpg",
|
||||
"width": "1200",
|
||||
"height": "630"
|
||||
},
|
||||
"url": "https://www.operator-radio.com",
|
||||
"mainEntityOfPage": "https://www.operator-radio.com",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "an online radio station from Rotterdam",
|
||||
"dateCreated": "2017-02-13T15:11:10+0000",
|
||||
"dateModified": "2018-01-15T16:11:48+0000",
|
||||
"datePublished": "2017-02-19T12:28:36+0000",
|
||||
"copyrightYear": "2017",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"breadcrumb": {
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": "1",
|
||||
"item": {
|
||||
"@id": "https://www.operator-radio.com",
|
||||
"name": "Home"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Breadcrumbs -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": "1",
|
||||
"item": {
|
||||
"@id": "https://www.operator-radio.com",
|
||||
"name": "Home"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END SEOmatic rendered SEO Meta -->
|
||||
3
_includes/albumheader.html
Normal file
3
_includes/albumheader.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ page.track.coverart }}');background-size:cover;background-position:center;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ page.track.coverart }}');background-size:cover;background-position:center;"></div></a>
|
||||
28
_includes/asciisplash.html
Normal file
28
_includes/asciisplash.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!--
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|.............................................. |
|
||||
|.............................................. ▄▄▄▄ ▄▄▄ ██████ ██████ |
|
||||
|...........'';,............................... ▓█████▄ ▒████▄ ▒██ ▒ ▒██ ▒ |
|
||||
|.........'',,;:o:,............................ ▒██▒ ▄██▒██ ▀█▄ ░ ▓██▄ ░ ▓██▄ |
|
||||
|.......',;;::::::;;;,......................... ▒██░█▀ ░██▄▄▄▄██ ▒ ██▒ ▒ ██▒ |
|
||||
|.....,;:ooooooooooo;,,''''.................... ░▓█ ▀█▓ ▓█ ▓██▒▒██████▒▒▒██████▒▒ |
|
||||
|....,;ooooooooooooooo;,'..'''''............... ░▒▓███▀▒ ▒▒ ▓▒█░▒ ▒▓▒ ▒ ░▒ ▒▓▒ ▒ ░ |
|
||||
|...,:ooooooooooooooooo;''......'''............ ▒░▒ ░ ▒ ▒▒ ░░ ░▒ ░ ░░ ░▒ ░ ░ |
|
||||
|..,;:ooooooooooooooooo',,.........,'.......... ░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ |
|
||||
|..,,;:,ooooo;;:ooo;o,:;,',.........;,''....... ░ ░ ░ ░ ░ |
|
||||
|..,'..,,;:o,''.,;;'''..'';,,,,,,''',;'''...... ░ |
|
||||
|..,'......':ooo:.......'';,'''''''',;,,,...... ██▓███ ██▓ ██████ ▄▄▄█████▓ ▒█████ ██▓ |
|
||||
|..,,.......,:o:'.......,'oooo:::::;:,.',;,.... ▓██░ ██▒▓██▒▒██ ▒ ▓ ██▒ ▓▒▒██▒ ██▒▓██▒ |
|
||||
|..','.................',,..'',,,;;;;;;,.,:.... ▓██░ ██▓▒▒██▒░ ▓██▄ ▒ ▓██░ ▒░▒██░ ██▒▒██░ |
|
||||
|...,,'...............',;oooooooooo:;;:,;oo,... ▒██▄█▓▒ ▒░██░ ▒ ██▒░ ▓██▓ ░ ▒██ ██░▒██░ |
|
||||
|....,,'.............,,;ooooooooo;,..'',oooo,.. ▒██▒ ░ ░░██░▒██████▒▒ ▒██▒ ░ ░ ████▓▒░░██████▒ |
|
||||
|.....',,'........',,;ooo::;;,'........'oooo;.. ▒▓▒░ ░ ░░▓ ▒ ▒▓▒ ▒ ░ ▒ ░░ ░ ▒░▒░▒░ ░ ▒░▓ ░ |
|
||||
|.......'',,'''',,;;;,,'...............';;;'... ░▒ ░ ▒ ░░ ░▒ ░ ░ ░ ░ ▒ ▒░ ░ ░ ▒ ░ |
|
||||
|...........'''''.............................. ░░ ▒ ░░ ░ ░ ░ ░ ░ ░ ▒ ░ ░ |
|
||||
|.............................................. ░ ░ ░ ░ ░ ░ |
|
||||
|.............................................. |
|
||||
|.............................................. All you saw was sound! |
|
||||
|.............................................. |
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
-->
|
||||
6
_includes/author.html
Normal file
6
_includes/author.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% if page.author != null %}
|
||||
{% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %}
|
||||
{% assign author_name = site.staff_members | where: "url", author_id | first %}
|
||||
<a href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ base }}{{ author_name.image_path }}" /></a>
|
||||
<br /><p class="blurb"><a href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><strong>{{ author_name.name }}</strong></a><br />{{ author_name.blurb }}</p>
|
||||
{% endif %}
|
||||
8
_includes/base.html
Normal file
8
_includes/base.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size %}
|
||||
{% if depth <= 1 %}{% assign base = '.' %}
|
||||
{% elsif depth == 2 %}{% assign base = '..' %}
|
||||
{% elsif depth == 3 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../../..' %}
|
||||
{% elsif depth == 5 %}{% assign base = '../../../..' %}
|
||||
{% elsif depth == 6 %}{% assign base = '../../../../..' %}{% endif %}
|
||||
0
_includes/blog.css
Normal file
0
_includes/blog.css
Normal file
24
_includes/footer.html
Normal file
24
_includes/footer.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<div id="footer">
|
||||
<p>
|
||||
Basspistol 2010-†
|
||||
<br />All Priviledges Reserved
|
||||
<br />
|
||||
<a target="_blank" href="/rss.xml">RSS</a> |
|
||||
<a href="mailto:info@basspistol.com">REAL</a> |
|
||||
<a href="https://archive.org/details/basspistol">Archive.org</a> |
|
||||
<a href="https://mastodon.art/@basspistol">GNU Social</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://twitter.com/bpist">Twatter</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://basspistol.tumblr.com">Scumblr</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://youtube.com/thebasspistol">YouLube</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://soundcloud.com/basspistol">CloudSound</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://www.facebook.com/basspistolQC">Faceblock</a>
|
||||
<br />
|
||||
<br /><strong>Privacy disclaimer: We do NOT use cookies or trackers. The only information we store is your IP, under legitimate use, to review in case of abuse. IPs are stored for a maximum of 30 days.</strong><br />
|
||||
<br />This website is made in Internet and is licensed with <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer nofollow">Creative Commons CC-BY-NC-SA 4.0</a>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$("#content").scroll(function(){
|
||||
$("#headline").css("opacity", 1 - $("#content").scrollTop() / 250);
|
||||
});
|
||||
</script>
|
||||
44
_includes/highlight_pagination.html
Normal file
44
_includes/highlight_pagination.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
|
||||
<div class="articles-pargraph">
|
||||
{% for post in site.categories.highlights %}
|
||||
{% if post.url == page.url %}
|
||||
{% assign post_index0 = forloop.index0 %}
|
||||
{% assign post_index1 = forloop.index %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for post in site.categories.highlights %}
|
||||
{% if post_index0 == forloop.index %}
|
||||
{% assign next_post = post.url %}
|
||||
{% endif %}
|
||||
{% if post_index1 == forloop.index0 %}
|
||||
{% assign prev_post = post.url %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<br /><br /><a id="commentlink" href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;">Write a comment</a>
|
||||
<br /><br /><h2>
|
||||
{% if prev_post %}
|
||||
<a href="{{ base }}{{ prev_post }}" style="text-decoration: none;">« Older</a> {% if next_post %}<span style="color:#313d26;">|</span>{% endif %}
|
||||
{% endif %}
|
||||
{% if next_post %}
|
||||
<a href="{{ base }}{{ next_post }}" style="text-decoration: none;">Newer»</a>
|
||||
{% endif %}
|
||||
</h2>
|
||||
|
||||
<p>Tags:</p>
|
||||
{% assign sortedtags = page.tags | sort %} {% for tags in sortedtags%}
|
||||
<a href="{{ base }}/tags/#{{ tags }}">{{ tags }}</a> /
|
||||
{% endfor %}
|
||||
<br /><br />
|
||||
<a style="text-decoration: none;" href="https://touch.facebook.com/sharer.php?u={{ page.link | xml_escape }}"e={{ page.description | xml_escape }} via https://basspistol.com" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/facebook.svg" width="22px" height="22px" alt="share on facebook" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://twitter.com/share?url={{ page.link | xml_escape }}&text={{ page.description | xml_escape }}&via=bpist&hashtags=BpistHilights" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/twitter.svg" width="24px" height="24px" alt="share on twitter" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://telegram.me/share/url?url={{ page.link }}&text={{ page.description }} via @basspistolQC" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/telegram.svg" width="24px" height="24px" alt="share on telegram" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://reddit.com/submit/?url={{ page.link }}" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/reddit.svg" width="24px" height="24px" alt="share on reddit" />
|
||||
</a>
|
||||
</div>
|
||||
8
_includes/highlightbase.html
Normal file
8
_includes/highlightbase.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size %}
|
||||
{% if depth <= 1 %}{% assign base = '.' %}
|
||||
{% elsif depth == 2 %}{% assign base = '.' %}
|
||||
{% elsif depth == 3 %}{% assign base = '..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 5 %}{% assign base = '../../..' %}
|
||||
{% elsif depth == 6 %}{% assign base = '../../../..' %}{% endif %}
|
||||
230
_includes/highlightmetahead.html
Normal file
230
_includes/highlightmetahead.html
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
{% include highlightbase.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}, {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />{% if page.description == null %}
|
||||
<meta name="description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
<meta name="keywords" content="{{ page.keywords}}">
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ site.time | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />{% if page.description == null %}
|
||||
<meta name="dcterms.Description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="dcterms.Description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.poster == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" /> {% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.image }}" />{% endif %}
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}<meta property="og:see_also" content="{{ social }}" />
|
||||
{% endfor %}
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.category == "discog" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="https://basspistol.com/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline | strip_html }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "{{ page.title }} | {{ site.title }}",
|
||||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.category == "discog" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.image }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
},
|
||||
"url": "{{ site.production_url }}{{ page.url }}",
|
||||
"mainEntityOfPage": "{{ site.production_url }}",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "{{ site.tagline }}",
|
||||
"dateCreated": "{{ page.date }}",
|
||||
"dateModified": "{{ site.time | date_to_xmlschema }}",
|
||||
"datePublished": "{{ page.date }}",
|
||||
"copyrightYear": "{{ site.time | date: "%Y" }}",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
||||
38
_includes/highlightsnavmenu.html
Normal file
38
_includes/highlightsnavmenu.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<div id="navigation">
|
||||
<ul>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/" title="Home" class="icofont-home"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/discography/" title="Discography" class="icofont-disc"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/radio/" title="Radio" class="icofont-radio"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/highlights/" title="Highlights" class="icofont-newspaper current"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/artists/" title="Artists" class="icofont-people"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/about/" title="About" class="icofont-finger-print"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/links/" title="Links" class="icofont-link"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="https://shop.basspistol.com" class="iconfont-shop" rel="noopener noreferrer nofollow"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
6429
_includes/icofont.css
Normal file
6429
_includes/icofont.css
Normal file
File diff suppressed because it is too large
Load diff
234
_includes/metahead.html
Normal file
234
_includes/metahead.html
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}, {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />{% if page.description == null %}
|
||||
<meta name="description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
<meta name="keywords" content="{{ page.keywords}}">
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ site.time | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />{% if page.description == null %}
|
||||
<meta name="dcterms.Description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="dcterms.Description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
{% if page.category != "highlights" %}<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ site.production_url }}" />{% else %}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="{{ site.production_url }}{{ page.url }}" />{% endif %}
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" />{% endif %}
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}<meta property="og:see_also" content="{{ social }}" />
|
||||
{% endfor %}
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="https://basspistol.com/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline | strip_html }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "{{ page.title }} | {{ site.title }}",
|
||||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.image == null %}
|
||||
"url": "{{ site.production_url }}/assets/vid/{{ page.poster }}"{% elsif page.category == "highlights" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.image }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
},
|
||||
"url": "{{ site.production_url }}{{ page.url }}",
|
||||
"mainEntityOfPage": "{{ site.production_url }}",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "{{ site.tagline }}",
|
||||
"dateCreated": "{{ page.date }}",
|
||||
"dateModified": "{{ site.time | date_to_xmlschema }}",
|
||||
"datePublished": "{{ page.date }}",
|
||||
"copyrightYear": "{{ site.time | date: "%Y" }}",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
||||
33
_includes/navmenu.css
Normal file
33
_includes/navmenu.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/*******
|
||||
NAV MENU
|
||||
*******/
|
||||
|
||||
#navigation {
|
||||
/* background: linear-gradient(to bottom, #f4ffe8 400px, #f4ffe8, #60784a); */
|
||||
background: #f4ffe8;
|
||||
flex: 0 0 50px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
#navigation ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 2em;
|
||||
|
||||
}
|
||||
#navigation li {
|
||||
list-style-type: none;
|
||||
margin-top: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
#navigation a {
|
||||
color:#60784a;
|
||||
transition-property: hover;
|
||||
transition: color 0.3s ease-in-out;
|
||||
}
|
||||
#navigation a:hover {
|
||||
color: #560784;
|
||||
background-color: transparent;
|
||||
}
|
||||
#navigation a.current {
|
||||
color: #1b2241;
|
||||
}
|
||||
14
_includes/navmenu.html
Normal file
14
_includes/navmenu.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<div id="navigation">
|
||||
<ul>
|
||||
{% for link in site.data.navigation %}
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li class="icofont">
|
||||
<a href="https://shop.basspistol.com" class="iconfont-shop" rel="noopener noreferrer nofollow"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
482
_includes/normalize.css
vendored
Normal file
482
_includes/normalize.css
vendored
Normal file
|
|
@ -0,0 +1,482 @@
|
|||
/**
|
||||
* @package IcoFont by ThemeHunt - https://themehunt.com
|
||||
* @version 1.0.0 Beta
|
||||
* @author IcoFont http://icofont.com
|
||||
* @copyright Copyright (c) 2018 IcoFont
|
||||
* @license - http://icofont.com/license/
|
||||
*/
|
||||
{% include base.html %}
|
||||
@font-face {
|
||||
font-family: 'icofont';
|
||||
src: url('../fonts/icofont.eot?v=1.0.0-beta');
|
||||
src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
|
||||
url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
|
||||
url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'),
|
||||
url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.icofont {
|
||||
font-family: 'IcoFont' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icofont-radio:before {
|
||||
content: "\f0b3";
|
||||
}
|
||||
.icofont-disc:before {
|
||||
content: "\efda";
|
||||
}
|
||||
.icofont-people:before {
|
||||
content: "\ea7e";
|
||||
}
|
||||
.icofont-home:before {
|
||||
content: "\f01f";
|
||||
}
|
||||
.icofont-finger-print:before {
|
||||
content: "\eca3";
|
||||
}
|
||||
.icofont-rss-feed:before {
|
||||
content: "\f0c1";
|
||||
}
|
||||
.iconfont-shop:before {
|
||||
content: "\eaa0";
|
||||
}
|
||||
.icofont-newspaper:before {
|
||||
content: "\f085";
|
||||
}
|
||||
.icofont-link:before {
|
||||
content: "\f04e";
|
||||
}
|
||||
|
||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Rubik';
|
||||
src: url('../fonts/Rubik/Rubik-Light.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikI';
|
||||
src: url('../fonts/Rubik/Rubik-LightItalic.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikB';
|
||||
src: url('../fonts/Rubik/Rubik-Medium.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikBI';
|
||||
src: url('../fonts/Rubik/Rubik-MediumItalic.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'plex';
|
||||
src: url('../fonts/Bungee/Bungee-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/**
|
||||
* Correct `block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct `inline-block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
background: #879976;
|
||||
color: #313d26;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Rubik, Helevetica, Arial, sans-serif; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-family: RubikB, Helevetica, Arial, sans-serif; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct font family set oddly in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability of pre-formatted text in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set consistent quote types.
|
||||
*/
|
||||
|
||||
q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow displayed oddly in IE 9.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari 5.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct font family not being inherited in all browsers.
|
||||
* 2. Correct font size not being inherited in all browsers.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
||||
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9.
|
||||
* 2. Remove excess padding in IE 8/9.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
||||
* on OS X.
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove default vertical scrollbar in IE 8/9.
|
||||
* 2. Improve readability and alignment in all browsers.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
171
_includes/releasemeta.html
Normal file
171
_includes/releasemeta.html
Normal file
|
|
@ -0,0 +1,171 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.name }} by {{ page.artists }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ page.date | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="music.album" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||||
<meta property="og:audio" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||||
<meta property="og:title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||||
<meta property="og:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />{% for track in page.tracks %}
|
||||
<meta property="music:song" content="{{ site.production_url }}/tracks/{{ page.slug }}/{{ track.slug }}/" />{% endfor %}{% for track in page.tracks limit: 1 %}
|
||||
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}" />{% endfor %}
|
||||
<meta property="music:release_date" content="{{ page.date | date_to_xmlschema }}" />
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.2073",
|
||||
"longitude": "6.1559"
|
||||
},
|
||||
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Release -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "MusicAlbum",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||||
"name": "{{ page.title }}",
|
||||
"url": "{{ site.production_url }}{{ page.url }}",{% for track in page.tracks limit: 1 %}
|
||||
"image": "https://coverartarchive.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||||
"albumProductionType": "https://schema.org/StudioAlbum",
|
||||
"albumReleaseType": "https://schema.org/AlbumRelease",
|
||||
"genre": "rock",
|
||||
"byArtist": {
|
||||
"@type": "MusicGroup",
|
||||
"name": "{{ page.artists }}",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}"{% endfor %}
|
||||
},
|
||||
"albumRelease": {
|
||||
"@type": "MusicRelease",
|
||||
"name": "{{ page.title }}",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/release/{{ track.common.musicbrainz_albumid }}"{% endfor %}
|
||||
},
|
||||
"track": {
|
||||
"@type": "ItemList",
|
||||
"numberOfItems": {{ page.trackCount }},
|
||||
"itemListElement": [{% for track in page.tracks %}
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": {{ track.common.track.no }},
|
||||
"item": {
|
||||
"@type": "MusicRecording",
|
||||
"name": "{{ track.common.title }}"
|
||||
}
|
||||
}{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "MusicRelease",
|
||||
"name": "{{ page.title }}",
|
||||
"alternateName": "{{ page.title }}",
|
||||
"musicReleaseFormat": "https://schema.org/DigitalFormat",
|
||||
"duration": "{{ page.mbduration }}",
|
||||
"inLanguage": "EN",
|
||||
"recordLabel": {
|
||||
"@type": "Organization",
|
||||
"@id": "https://musicbrainz.org/label/{{ site.mblabel }}",
|
||||
"name": "{{ site.title }}"
|
||||
},{% for track in page.tracks limit: 1 %}
|
||||
"catalogNumber": "{{ track.transformed["ID3v2.4"].CATALOGNUMBER }}",{% endfor %}
|
||||
"releasedEvent": [
|
||||
{
|
||||
"@type": "PublicationEvent",
|
||||
"startDate": "{{ page.date | date: "%Y-%m-%d" }}"
|
||||
}
|
||||
],
|
||||
"producer": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "{{ page.artists }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
410
_includes/style.css
Normal file
410
_includes/style.css
Normal file
|
|
@ -0,0 +1,410 @@
|
|||
/*! basspistol sheet */
|
||||
{% include base.html %}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
/* letter-spacing: -0.05em; */
|
||||
font-family: plex;
|
||||
font-weight: normal;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #1b2241;
|
||||
transition-property: hover;
|
||||
transition: color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fafbff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
a:active {
|
||||
color: #fafbff;
|
||||
}
|
||||
p {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/*! LAYOUT */
|
||||
#content {
|
||||
flex-grow: 1;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#content a {
|
||||
|
||||
text-decoration: underline;
|
||||
}
|
||||
#content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.fitter {
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#footer {
|
||||
font-size: .6em;
|
||||
text-align: left;
|
||||
line-height: 130%;
|
||||
width: 100%;
|
||||
padding-top: 100px;
|
||||
}
|
||||
/***********
|
||||
RADIO PLAYER
|
||||
***********/
|
||||
audio{
|
||||
position:fixed;
|
||||
right:0;
|
||||
bottom:0;
|
||||
min-width:100%;
|
||||
min-height:100%;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-size:cover;
|
||||
opacity:0.7;
|
||||
-webkit-transition:1s opacity;transition:1s opacity;
|
||||
display: block;
|
||||
}
|
||||
button {
|
||||
line-height: 1em;
|
||||
font-size:0.85em;
|
||||
text-transform: uppercase;
|
||||
padding: 7px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
button:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#ffwd, #rwd {
|
||||
line-height: 1em;
|
||||
font-size:0.85em;
|
||||
text-transform: uppercase;
|
||||
padding: 3px 5px 3px 5px;
|
||||
border-radius: 50px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
#ffwd:hover, #rwd:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
text-decoration: none;
|
||||
}
|
||||
#mu_pause {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
button #mu_pause {
|
||||
border-radius: 300px;
|
||||
}
|
||||
|
||||
/*******
|
||||
AL PAGES
|
||||
********/
|
||||
.description {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 100%;
|
||||
|
||||
}
|
||||
|
||||
/***********
|
||||
RECORDS PAGE
|
||||
***********/
|
||||
.records {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
border-bottom: solid 1px #f4ffe8;
|
||||
}
|
||||
|
||||
.recordthumbs {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(35deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
}
|
||||
img.recordthumbs:hover {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
.recordthumbs_mini {
|
||||
width: 100px;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(35deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
img.recordthumbs_mini:hover {
|
||||
width: 100px;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*************
|
||||
Articles Grid
|
||||
**************/
|
||||
.articles {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
}
|
||||
.articlethumbs {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
opacity: 0.75;
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
}
|
||||
img.articlethumbs:hover {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
.articles-pargraph {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 800px;
|
||||
|
||||
}
|
||||
.article-nav-share {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
.square-image {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
border-radius: 200px;
|
||||
background-size:cover;
|
||||
background-repeat:no-repeat;
|
||||
margin: 0 10px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/***********
|
||||
VIDEO PLAYER
|
||||
***********/
|
||||
#bgvid {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#bgpic {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
@media screen and (max-width: 730px) {
|
||||
video {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 731px) {
|
||||
#bgpic {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/***********
|
||||
ARTIST PAGE
|
||||
***********/
|
||||
.artistimg {
|
||||
|
||||
background-size: cover;
|
||||
background-position: 50% 50%;
|
||||
padding: 100px;
|
||||
border-radius: 3px;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
}
|
||||
.artistimg:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
/***********
|
||||
HEADLINERS
|
||||
***********/
|
||||
#headline {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 50px;
|
||||
color: #f4ffe8;
|
||||
text-shadow: 0px 0px 10px #313d26;
|
||||
padding: 0 0 0 10px;
|
||||
margin-right:10px;
|
||||
border-radius: 3px;
|
||||
opacity: 1;
|
||||
font-size: 1em;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/****************
|
||||
HIGHLIGHT LINKS
|
||||
****************/
|
||||
#linkhead {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
#linkheadthumb {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
@media screen and (max-width: 730px) {
|
||||
#linkhead {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 731px) {
|
||||
#linkheadthumb {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.padded {
|
||||
padding: 10px;
|
||||
}
|
||||
#highlightlink {
|
||||
line-height: 1em;
|
||||
font-size:1em;
|
||||
text-transform: uppercase;
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#highlightlink:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#commentlink {
|
||||
line-height: 1em;
|
||||
font-size:1em;
|
||||
text-transform: uppercase;
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#commentlink:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
.hilightindex {
|
||||
height: 250px;
|
||||
padding: 0 10px 0 10px;
|
||||
position: relative;
|
||||
border-radius: 3px 3px 0 0;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
}
|
||||
.hilightindex:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.highlights {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
border-radius: 3px;
|
||||
height: 400px;
|
||||
opacity: .5;
|
||||
padding: 0 10px 0 10px;
|
||||
position: relative;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
color: #1b2241;
|
||||
text-decoration: 0;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.highlights:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
.highlights h1 {
|
||||
|
||||
background-color: #879976d7;;
|
||||
border-radius: 3px;
|
||||
padding: 0 10px 0 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.hicontain {
|
||||
background-color: #f4ffe879;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
/* TRACK and ALBUM PAGES */
|
||||
|
||||
.download {
|
||||
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
.download:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
133
_includes/trackmeta.html
Normal file
133
_includes/trackmeta.html
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.common.title }}">
|
||||
<!-- Need to filter this one <meta name="dc.date.modified" scheme="ISO8601" content="{{ page.common.date | date_to_xmlschema }}" /> -->
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ page.common.date | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ page.common.date | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="music.song" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}/tracks/{{ page.albumSlug }}/{{ page.slug }}" />
|
||||
<meta property="og:title" content="{{ page.common.title }}" />
|
||||
<meta property="og:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
<meta property="og:audio" content="{{ site.production_url }}{{ page.audio }}" />
|
||||
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
|
||||
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}" />
|
||||
<meta property="music:album" content="{{ site.production_url }}/albums/{{ page.albumSlug }}/" />
|
||||
<meta property="music:album:track" content="{{ page.common.track.no }}" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.2073",
|
||||
"longitude": "6.1559"
|
||||
},
|
||||
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Release -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
|
||||
{
|
||||
"@context": "http://schema.org/",
|
||||
"@type": "MusicRecording",
|
||||
"byArtist": {
|
||||
"@type": "MusicGroup",
|
||||
"name": "{{ page.common.artists }}",
|
||||
"@id": "https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}"
|
||||
},
|
||||
"datePublished": "{{ page.common.date }}",
|
||||
"genre": "{{ page.common.genre }}",
|
||||
"isAccessibleForFree": "YES",
|
||||
"thumbnailUrl": "{{ site.production_url }}{{ page.cover }}",
|
||||
"name": "{{ page.common.title }}"
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
||||
5
_includes/videopageheader.html
Normal file
5
_includes/videopageheader.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<video poster="{{ base }}/assets/vid/{{ page.poster }}" id="bgvid" autoplay playsinline muted loop>
|
||||
<source src="{{ base }}/assets/vid/{{ page.video }}" type="video/mp4">
|
||||
</video>
|
||||
<img id="bgpic" src="{{ base }}/assets/vid/{{ page.poster }}" alt="Basspistol" />
|
||||
<div id="headline"><h1>~/{{ page.subtitle }}</h1></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue