Merge branch 'content'

This commit is contained in:
Set Hallstrom 2020-10-14 14:03:39 +02:00
commit cb743eecaf
15 changed files with 66 additions and 45 deletions

View file

@ -4,6 +4,6 @@ position: 'Co-Founder'
image: /assets/img/staff/set.png image: /assets/img/staff/set.png
url_staff: 'https://sakrecoer.com' url_staff: 'https://sakrecoer.com'
email: 'set@basspistol.com' email: 'set@basspistol.com'
gpg: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x92401D3F102A0208' gpg: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xfb6971e5717f65377b60dec192401d3f102a0208'
blurb_markup: 'Multidisciplinary humanoïd.' blurb_markup: 'Multidisciplinary humanoïd.'
--- ---

View file

@ -20,9 +20,6 @@ logo: /siteicon.png
mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9' mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9'
mediaurl: https://media.basspistol.com/basspistol.com mediaurl: https://media.basspistol.com/basspistol.com
author:
name: Basspistol
publisher: publisher:
name: Basspistol name: Basspistol
domain: basspistol.com domain: basspistol.com
@ -57,7 +54,7 @@ collections:
tracks: tracks:
output: true output: true
permalink: /tracks/:path/ permalink: /tracks/:path/
staff_members: authors:
_hide_content: _hide_content:
# defaults # defaults

View file

@ -7,13 +7,13 @@
<div class="author-image" alt="Picture of {{ author.name }}" style="background-image:url({{ author.image }});"> <div class="author-image" alt="Picture of {{ author.name }}" style="background-image:url({{ author.image }});">
</div> </div>
<br /> <br />
<p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a></p> <p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a>
<p>{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener" <br />{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener"
href="{{ author.gpg }}">GPG</a>{% endif %}</p> href="{{ author.gpg }}">GPG</a>{% endif %}</p>
<p class="date"> <p class="date">
Published the Published the
{% include dates.html %} <time datetime="{{ page.date }}">{% include dates.html %}</time>
</p> </p>
{% endif %} {% endif %}
@ -22,18 +22,10 @@
Share this page: Share this page:
</h6> </h6>
<ul> <ul>
<a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" <a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u={{ site.url }}{{ page.url | xml_escape }}&quest;pk_campaign=homeshare&amp;quote={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}%20via%20{{ site.url }}" class="icon smaller fab fa-facebook-f"><span class="label">Facebook</span></a>
href="https://touch.facebook.com/sharer.php?u={{ site.url }}{{ page.url | xml_escape }}&amp;quote={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}%20via%20{{ site.url }}" <a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url={{ site.url }}{{ page.url | xml_escape }}&quest;pk_campaign=homeshare&amp;text={{ page.description | xml_escape }}%20via%20&#64;bpist%20&amp;hashtags=#basspistol" class="icon smaller fab fa-twitter"><span class="label">Twitter</span></a>
class="icon smaller fab fa-facebook-f"><span class="label">Facebook</span></a> <a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}&quest;pk_campaign=homeshare&amp;text={{ page.description | xml_escape }}%20by%20{{ site.title | xml_escape }}%20via%20&#64;basspistol" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" <a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}&quest;pk_campaign=homeshare&amp;title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
href="https://twitter.com/share?url={{ site.url }}{{ page.url | xml_escape }}&amp;text={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}%20&amp;hashtags=basspistol"
class="icon smaller fab fa-twitter"><span class="label">Twitter</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram"
href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}&amp;text={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}"
class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit"
href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}&amp;title={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}"
class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
</ul> </ul>

View file

@ -61,13 +61,11 @@ layout: default
{% assign author = site.authors | where: "url", author_id | first %} {% assign author = site.authors | where: "url", author_id | first %}
<div id="author"> <div id="author">
<div class="bio"> <div class="bio">
<p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a></p>
<p>{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener"
href="{{ author.gpg }}">GPG</a>{% endif %}</p>
<p class="date"> <p class="date">
Published the Published the
{% include dates.html %} <time datetime="{{ page.date }}">{% include dates.html %}</time>
</p> </p>
@ -76,18 +74,10 @@ layout: default
Share this page: Share this page:
</h6> </h6>
<ul> <ul>
<a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" <a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u={{ site.url }}{{ page.url | xml_escape }}&quest;pk_campaign=homeshare&amp;quote={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}%20via%20{{ site.url }}" class="icon smaller fab fa-facebook-f"><span class="label">Facebook</span></a>
href="https://touch.facebook.com/sharer.php?u={{ site.url }}{{ page.url | xml_escape }}&amp;quote={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}%20via%20{{ site.url }}" <a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url={{ site.url }}{{ page.url | xml_escape }}&quest;pk_campaign=homeshare&amp;text={{ page.description | xml_escape }}%20via%20&#64;bpist%20&amp;hashtags=#basspistol" class="icon smaller fab fa-twitter"><span class="label">Twitter</span></a>
class="icon smaller fab fa-facebook-f"><span class="label">Facebook</span></a> <a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}&quest;pk_campaign=homeshare&amp;text={{ page.description | xml_escape }}%20by%20{{ site.title | xml_escape }}%20via%20&#64;basspistol" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" <a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}&quest;pk_campaign=homeshare&amp;title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
href="https://twitter.com/share?url={{ site.url }}{{ page.url | xml_escape }}&amp;text={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}%20&amp;hashtags=basspistol"
class="icon smaller fab fa-twitter"><span class="label">Twitter</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram"
href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}&amp;text={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}"
class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit"
href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}&amp;title={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}"
class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
</ul> </ul>
@ -303,11 +293,14 @@ layout: default
{% include header.html %} {% include header.html %}
<section class="info" id="read"> <section class="info" id="read">
<div class="info-pages"> <div class="info-pages">
{{ content }} {{ content }}
{% if page.link %} {% if page.link %}
<p class="center"><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p> <p class="center"><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
{% endif %} {% endif %}
{% include author.html %}
</div> </div>
</section> </section>

View file

@ -5,7 +5,7 @@ description: >-
image: /assets/img/Synapset-MusicalTourism_Fro.jpg image: /assets/img/Synapset-MusicalTourism_Fro.jpg
title: Musical Tourism title: Musical Tourism
date: 2010-10-17 17:07:00 date: 2010-10-17 17:07:00
author: author: bassBot
artist: synapset artist: synapset
category: releases category: releases
album: musical-tourism album: musical-tourism

View file

@ -3,7 +3,7 @@ title: PinGNU
artist: 徒 setto セット artist: 徒 setto セット
date: 2016-09-05 17:07:00 date: 2016-09-05 17:07:00
category: highlights category: highlights
author: author: bassBot
tags: tags:
- video - video
- internal - internal

View file

@ -1,7 +1,7 @@
--- ---
title: Spark Master Tape title: Spark Master Tape
date: 2019-04-02 17:07:00 date: 2019-04-02 17:07:00
author: author: bassBot
artist: artist:
category: highlights category: highlights
tags: tags:
@ -13,7 +13,7 @@ description: >-
Paperplattunes and the uncertain future of free publications implicating links Paperplattunes and the uncertain future of free publications implicating links
to data in a semi-regulated data-market is kinda uncertain #SWOUP to data in a semi-regulated data-market is kinda uncertain #SWOUP
uid: sparktapeculrywolverine uid: sparktapeculrywolverine
image: '/assets/img/Screenshot-at-2019-04-02-17-42-40.png' image: /assets/img/Screenshot-at-2019-04-02-17-42-40.png
download: download:
link: 'https://smt.xxx/' link: 'https://smt.xxx/'
album: album:

View file

@ -0,0 +1,36 @@
---
title: Independent in 2020
description: >-
Basspistol was founded in 2010 with the idealistic vision of enabling creative
independence without compromises. How does it looks 10 years later?
date: 2020-10-14 07:07:00
artist:
author: set
category: highlights
album:
tags:
image: /images/posts/william-warby-qjdm9e4miwo-unsplash.jpg
video_path:
download:
link: 'https://nxt.basspistol.org/apps/forms/gH92FwA3doHiBHf6'
check_this_if_cannot_be_bought: true
stores:
- name:
url:
icon:
download: false
---
Basspistol was founded in 2010 with the idealistic vision of enabling creative independence without compromising individual freedom with traditional, alienating and cumbersome contracts while still providing a framework for it's participants.
Inspired by the Free Open-Source Software communities and labor syndicates, it's current aim is to provide artists with:
* 🏛️ An institutional backing
* 💪 Negotiation-weight on the music-market
* 🍬 Tools for digital-promotion circumventing the stigma of so-called "self-promotion".
In ten years, so many things have changed in the industry. Therefore, in an effort to sharpen our toolbox to better help independent music thrive, we turn to you and the community at large to source some of the biggest pain-points for contemporary independent music-makers and practitioners. None of the questions are mandatory and you do not have to provide any information about yourself if you don't want to. The information collected with this form is stored and encrypted on a platform belonging to Basspistol. And the insights it might provide will be open-source intelligence.
Please help us spread this survey as widely as possible\!
For another ten years to come,<br>\*Set

View file

@ -165,7 +165,7 @@ a:hover {
// Content Author // Content Author
#author { #author {
flex: 0 0 280px; flex: 0 0 280px;
margin: 20px; margin: 0;
.date { .date {
font-size:.85em; font-size:.85em;
} }

View file

@ -28,6 +28,7 @@ layout: default
<div class="container"> <div class="container">
<div class=""> <div class="">
<h3>{{ post.title }}</h3> <h3>{{ post.title }}</h3>
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
{{ post.description }} {{ post.description }}
</div> </div>
<div> <div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -60,6 +60,7 @@ layout: default
<div class="container"> <div class="container">
<div class=""> <div class="">
<h3>{{ post.title }}</h3> <h3>{{ post.title }}</h3>
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
{{ post.description }} {{ post.description }}
</div> </div>

View file

@ -8,7 +8,7 @@ layout: page
## CMS ## CMS
Build with [Jekyll](https://jekyllrb.com/){: rel="noopener"}{: target="_blank"}<br>Using [Publikator](https://github.com/terminalnetwork/publikator){: rel="noopener"}{: target="_blank"} the rusty metal heart of the Basspistol release machine developed by [aengl.](https://github.com/terminalnetwork/publikator/commits?author=aengl){: rel="noopener"}{: target="_blank"}<br>Facilitated with [CloudCannon, the cloud CMS for Jekyll](https://cloudcannon.com/){: rel="noopener"}{: target="_blank"}<br>Hosted and served by [Basspistol](https://basspistol.com){: rel="noopener"}{: target="_blank"} and [Alsenet](https://www.alsenet.com){: target="_blank"}{: rel="noopener"} Build with [Jekyll](https://jekyllrb.com/){: target="_blank" rel="noopener"}<br>Using [Publikator](https://github.com/terminalnetwork/publikator){: target="_blank" rel="noopener"} the rusty metal heart of the Basspistol release machine developed by [aengl.](https://github.com/terminalnetwork/publikator/commits?author=aengl){: target="_blank" rel="noopener"}<br>Facilitated with [CloudCannon, the cloud CMS for Jekyll](https://cloudcannon.com/){: target="_blank" rel="noopener"}<br>Hosted and served by [Basspistol](https://basspistol.com){: target="_blank" rel="noopener"} thanks to [Alsenet](https://www.alsenet.com){: target="_blank" rel="noopener"}
## Framework ## Framework
@ -16,6 +16,7 @@ Homebrewed by Sakrecoer
## Artwork ## Artwork
* 404 Photo by [Kaur Kristjan](https://unsplash.com/@badgerblack?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank"}{: rel="noopener"} * 404 Photo by [Kaur Kristjan](https://unsplash.com/@badgerblack?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank" rel="noopener"}
* Discography Photo by [Jack Hamilton](https://unsplash.com/@jacc?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank"}{: rel="noopener"} * Discography Photo by [Jack Hamilton](https://unsplash.com/@jacc?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank" rel="noopener"}
* About Photo by [Shane Young](https://unsplash.com/@shane_young?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank"}{: rel="noopener"} * About Photo by [Shane Young](https://unsplash.com/@shane_young?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText){: target="_blank" rel="noopener"}
* Independent in 2020 Photo by [William Warby](https://unsplash.com/@wwarby){: target="_blank" rel="noopener noreferrer"}