Merge branch 'content'
This commit is contained in:
commit
cb743eecaf
|
@ -4,6 +4,6 @@ position: 'Co-Founder'
|
|||
image: /assets/img/staff/set.png
|
||||
url_staff: 'https://sakrecoer.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.'
|
||||
---
|
|
@ -20,9 +20,6 @@ logo: /siteicon.png
|
|||
mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9'
|
||||
mediaurl: https://media.basspistol.com/basspistol.com
|
||||
|
||||
author:
|
||||
name: Basspistol
|
||||
|
||||
publisher:
|
||||
name: Basspistol
|
||||
domain: basspistol.com
|
||||
|
@ -57,7 +54,7 @@ collections:
|
|||
tracks:
|
||||
output: true
|
||||
permalink: /tracks/:path/
|
||||
staff_members:
|
||||
authors:
|
||||
_hide_content:
|
||||
|
||||
# defaults
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
<div class="author-image" alt="Picture of {{ author.name }}" style="background-image:url({{ author.image }});">
|
||||
</div>
|
||||
<br />
|
||||
<p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a></p>
|
||||
<p>{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener"
|
||||
<p><a href="mailto:{{ author.email }}"><strong>{{ author.name }}</strong></a>
|
||||
<br />{{ author.position }}{% if author.gpg != nil %} | <a target="_blank" rel="noopener"
|
||||
href="{{ author.gpg }}">GPG</a>{% endif %}</p>
|
||||
<p class="date">
|
||||
Published the
|
||||
|
||||
{% include dates.html %}
|
||||
<time datetime="{{ page.date }}">{% include dates.html %}</time>
|
||||
</p>
|
||||
|
||||
{% endif %}
|
||||
|
@ -22,18 +22,10 @@
|
|||
Share this page:
|
||||
</h6>
|
||||
<ul>
|
||||
<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 }}&quote={{ page.title | 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>
|
||||
<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 }}&text={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}%20&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 }}&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 }}&title={{ page.title | xml_escape }}%20by%20{{ site.title xml_escape }}"
|
||||
class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||
<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 }}?pk_campaign=homeshare&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>
|
||||
<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 }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@bpist%20&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 }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20by%20{{ site.title | xml_escape }}%20via%20@basspistol" 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 }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -61,13 +61,11 @@ layout: default
|
|||
{% assign author = site.authors | where: "url", author_id | first %}
|
||||
<div id="author">
|
||||
<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">
|
||||
Published the
|
||||
|
||||
{% include dates.html %}
|
||||
<time datetime="{{ page.date }}">{% include dates.html %}</time>
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -76,18 +74,10 @@ layout: default
|
|||
Share this page:
|
||||
</h6>
|
||||
<ul>
|
||||
<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 }}&quote={{ page.title | 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>
|
||||
<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 }}&text={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}%20&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 }}&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 }}&title={{ page.title | xml_escape }}%20by%20{{ site.title | xml_escape }}"
|
||||
class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||
<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 }}?pk_campaign=homeshare&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>
|
||||
<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 }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@bpist%20&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 }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20by%20{{ site.title | xml_escape }}%20via%20@basspistol" 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 }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -303,11 +293,14 @@ layout: default
|
|||
{% include header.html %}
|
||||
|
||||
<section class="info" id="read">
|
||||
|
||||
<div class="info-pages">
|
||||
|
||||
{{ content }}
|
||||
{% if page.link %}
|
||||
<p class="center"><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
|
||||
{% endif %}
|
||||
{% include author.html %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ description: >-
|
|||
image: /assets/img/Synapset-MusicalTourism_Fro.jpg
|
||||
title: Musical Tourism
|
||||
date: 2010-10-17 17:07:00
|
||||
author:
|
||||
author: bassBot
|
||||
artist: synapset
|
||||
category: releases
|
||||
album: musical-tourism
|
||||
|
|
|
@ -3,7 +3,7 @@ title: PinGNU
|
|||
artist: 徒 setto セット
|
||||
date: 2016-09-05 17:07:00
|
||||
category: highlights
|
||||
author:
|
||||
author: bassBot
|
||||
tags:
|
||||
- video
|
||||
- internal
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Spark Master Tape
|
||||
date: 2019-04-02 17:07:00
|
||||
author:
|
||||
author: bassBot
|
||||
artist:
|
||||
category: highlights
|
||||
tags:
|
||||
|
@ -13,7 +13,7 @@ description: >-
|
|||
Paperplattunes and the uncertain future of free publications implicating links
|
||||
to data in a semi-regulated data-market is kinda uncertain #SWOUP
|
||||
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:
|
||||
link: 'https://smt.xxx/'
|
||||
album:
|
||||
|
|
36
_posts/2020-10-14-independent-in-2020.md
Normal file
36
_posts/2020-10-14-independent-in-2020.md
Normal 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
|
|
@ -165,7 +165,7 @@ a:hover {
|
|||
// Content Author
|
||||
#author {
|
||||
flex: 0 0 280px;
|
||||
margin: 20px;
|
||||
margin: 0;
|
||||
.date {
|
||||
font-size:.85em;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@ layout: default
|
|||
<div class="container">
|
||||
<div class="">
|
||||
<h3>{{ post.title }}</h3>
|
||||
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
<div>
|
||||
|
|
BIN
images/posts/william-warby-qjdm9e4miwo-unsplash.jpg
Normal file
BIN
images/posts/william-warby-qjdm9e4miwo-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
|
@ -60,6 +60,7 @@ layout: default
|
|||
<div class="container">
|
||||
<div class="">
|
||||
<h3>{{ post.title }}</h3>
|
||||
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ layout: page
|
|||
|
||||
## 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
|
||||
|
||||
|
@ -16,6 +16,7 @@ Homebrewed by Sakrecoer
|
|||
|
||||
## Artwork
|
||||
|
||||
* 404 Photo by [Kaur Kristjan](https://unsplash.com/@badgerblack?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank"}{: rel="noopener"}
|
||||
* Discography Photo by [Jack Hamilton](https://unsplash.com/@jacc?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank"}{: rel="noopener"}
|
||||
* About Photo by [Shane Young](https://unsplash.com/@shane_young?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank"}{: rel="noopener"}
|
||||
* 404 Photo by [Kaur Kristjan](https://unsplash.com/@badgerblack?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank" rel="noopener"}
|
||||
* Discography Photo by [Jack Hamilton](https://unsplash.com/@jacc?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank" rel="noopener"}
|
||||
* About Photo by [Shane Young](https://unsplash.com/@shane_young?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText){: target="_blank" rel="noopener"}
|
||||
* Independent in 2020 Photo by [William Warby](https://unsplash.com/@wwarby){: target="_blank" rel="noopener noreferrer"}
|
Loading…
Reference in a new issue