testing shops
This commit is contained in:
parent
1a5b0701fe
commit
a7f6541303
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,6 +16,7 @@ Thumbs.db
|
|||
_site
|
||||
_site/*
|
||||
_data/.~lock.*.csv#
|
||||
.jekyll-cache
|
||||
|
||||
# no heavy files in here
|
||||
*.mp3
|
11
_config.yml
11
_config.yml
|
@ -2,7 +2,6 @@ url: "https://basspistol.com" # the base hostname & protocol for your site
|
|||
permalink: /:categories/:year/:month/:day/:title/
|
||||
|
||||
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
|
||||
highlighter: pygments
|
||||
|
||||
title : 'Basspistol'
|
||||
description: 'The Outernational Music Syndicate. Established in 2010'
|
||||
|
@ -27,7 +26,7 @@ publisher:
|
|||
mail: info@basspistol.com
|
||||
|
||||
social:
|
||||
name: 徒 Setto セット
|
||||
name: Basspistol
|
||||
links:
|
||||
- https://www.instagram.com/basspistol
|
||||
- https://twitter.com/bpist
|
||||
|
@ -72,6 +71,14 @@ defaults:
|
|||
lang: en
|
||||
seo:
|
||||
type: "AudioObject"
|
||||
- scope:
|
||||
path: ""
|
||||
type: "albums"
|
||||
values:
|
||||
layout: "album"
|
||||
lang: en
|
||||
seo:
|
||||
type: "AudioObject"
|
||||
- scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<section class="streambox" style="padding: 40px;">
|
||||
{% if page.collection == 'posts' %}
|
||||
{% if page.category == 'release' %}
|
||||
{% if page.category == 'releases' %}
|
||||
{% if page.stores[0].name != nil %}
|
||||
|
||||
<h3 style="text-align: center;display: block;">Buy this release</h3>
|
||||
|
@ -100,10 +100,9 @@
|
|||
|
||||
{% elsif page.collection == 'albums' %}
|
||||
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% if post.album == page.slug %}
|
||||
{% if post.stores[0].name != nil %}
|
||||
{% for post in site.posts %}
|
||||
{% if post.album == page.slug %}
|
||||
{% if post.stores[0].name != nil %}
|
||||
|
||||
<h3 style="text-align: center;display: block;">Buy this album</h3>
|
||||
<div class="streamer">
|
||||
|
@ -127,8 +126,8 @@
|
|||
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
||||
<h3 style="text-align: center;display: block;">This album can't be bought</h3>
|
||||
<p>But you can find others here:</p>
|
||||
|
@ -148,9 +147,11 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}{% break %}
|
||||
{% endfor %}
|
||||
{% endif %}{% break %}
|
||||
{% endfor %}
|
||||
|
||||
{% else %}
|
||||
|
||||
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3>
|
||||
<p>Pay for music here:</p>
|
||||
<div class="streamer">
|
||||
|
@ -169,5 +170,7 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
</section>
|
|
@ -1,18 +1,34 @@
|
|||
---
|
||||
title: 'Psykedelisk Pop'
|
||||
artist: 'Sakrecoer'
|
||||
author: bassBot
|
||||
category: releases
|
||||
album: psykedelisk-pop
|
||||
author: 'bassBot'
|
||||
album: 'psykedelisk-pop'
|
||||
category: 'releases'
|
||||
tags: [internal, albums, download]
|
||||
description: 'Psykedelisk Pop, by reSet Sakrecoer is the journey of a boyish Piaf on a pounding kick-ride.'
|
||||
uid: 'BPIST001'
|
||||
image: '/assets/img/PsykedeliskPopFront.jpg'
|
||||
download: 'https://archive.org/download/BPIST001/BPIST001_archive.torrent'
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
- name: Bandcamp
|
||||
url: 'https://shop.basspistol.com/album/psykedelisk-pop'
|
||||
icon: fa-bandcamp
|
||||
download: true
|
||||
- name: Spotify
|
||||
url: 'https://open.spotify.com/album/4E3qH53ckzrDzyuGCF8GhZ'
|
||||
icon: fa-spotify
|
||||
download: false
|
||||
- name: Apple Music
|
||||
url: 'https://music.apple.com/album/psykedelisk-pop-album/417962741'
|
||||
icon: fa-apple
|
||||
download: false
|
||||
- name: Google Play
|
||||
url: 'https://play.google.com/store/music/album/reSet_Sakrecoer_Psykedelisk_Pop?id=Bf5t6hsyrerf3m7vnuon3yae2ry'
|
||||
icon: fa-google-play
|
||||
download: false
|
||||
- name: Deezer
|
||||
url: 'https://www.deezer.com/us/album/898513'
|
||||
icon: fa-creative-commons-sampling
|
||||
download: false
|
||||
---
|
||||
In colourful soundscapes and lyrics, Sakrecoer narrates more than music.
|
|
@ -9,7 +9,12 @@ uid: 'travel3'
|
|||
image: '/assets/img/travel3.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V005'
|
||||
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Synapset is a blitz collective formed in Barcelona, over a week in the beginning of April 2010 by Synapskollaps and reSet Sakrecoer. It is based on experimenting with the risk of taking opportunities in life and reproduce them with machines. It questions the space existing between people and how music interconnects them. This album was written, recorded, mixed and mastered in 7 days.
|
||||
|
||||
|
|
|
@ -8,6 +8,12 @@ description: 'I''m waiting for better times. I''m laying home in the sofa and wa
|
|||
uid: 'battretider'
|
||||
image: '/assets/img/battretider.jpg'
|
||||
link: 'https://archive.org/details/BPIST-V004'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
I'm waiting for better times
|
||||
I'm laying home in the sofa and waiting for better times.
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: '2biljonprojekt'
|
|||
image: '/assets/img/2biljon.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V003'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
In a dystopian future, will The Fraglebay survive on their 2billion project? Hiding in the bush, lurking in a rush, the 2 fragles fight together with ancient forest gods to reestablish the right to Kick'N'Base!
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'goldenbank'
|
|||
image: '/assets/img/goldenbank.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V001'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
http://www.frankyfresco.com
|
||||
FROM THE ALBUM "DUST AND SODA"
|
||||
|
|
|
@ -13,6 +13,12 @@ uid: kalsongsalong
|
|||
image: /assets/img/kalsongsalong.jpg
|
||||
download:
|
||||
link: 'https://archive.org/details/BPIST-V002'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
|
||||
Jag Tippidi-tapade tagetBigidi-Botten och TaketKom och häng i mitt hus,Vi gör musik och sex-bus
|
||||
|
|
|
@ -16,6 +16,12 @@ uid: pingnu
|
|||
image: /assets/img/pingnu.jpg
|
||||
download:
|
||||
link: 'https://archive.org/details/BPIST-V007'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
|
||||
PinGNU is a cybersoul banger of rank; a weird and wonderful mix between autotuned R'n'B, boombass and dope geekery. Blurring the lines of cooldom and cuteness, this track is a triptych love song addressed to all the FLOSS coder out there, in the Name of the GNU, The Pingu, and the Holy User.
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'defconradio'
|
|||
image: '/assets/img/dcsite-bg-ret.jpg'
|
||||
download: ''
|
||||
link: 'https://somafm.com/defcon/index.html'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
DEF CON is one of the world's largest annual hacker conventions, held every year in Las Vegas, Nevada. Since 2013, SomaFM has provided the music for the DEF CON Chill room. That theme continues with SomaFM broadcasting this special year-round stream from San Francisco, hosted by the DJs who entertain the DEF CON 26 chill room this year in Vegas.
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'gmixsummer'
|
|||
image: '/assets/img/cricket.summer.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/alexandrebertrand-1/dj-criket-g-funk-summer-mix-2018-100-vinyl'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Dj Criket makes his debut in 2003 alongside Rude Music Selection with Agent N and Mista B. Together they host numerous Reggae, Ragga and Dancehall parties in Geneva. From 2006 to 2007, Dj Criket is the official selector of the "Rude Boy Connection" crew composed of 3 MCs; Bingy, Myai & Mista B. In 2009, he joins LTS Production where he produces the mixtape "Part One Old School Ragga Hip-Hop Style". Appreciated for his good mood and his overflowing energy, he travels the clubs of the city and collaborates with many local artists, including Unity Sound, Postman, X-IT Crew, Lil' George, Majesty Sound, GC Sound and Little Lion Sound, Joka Sound, Skorseize, Dasstereo. Since 2010, Dj Criket has been moving towards old school hip-hop and continues to mix "strictly vinyl" Boom-Bap, Gangsta Rap and G-Funk, bringing together East Coast as well as West Coast sounds.
|
||||
|
||||
|
|
|
@ -9,5 +9,11 @@ uid: 'somdiskoabiotism'
|
|||
image: '/assets/img/abiotism.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/disko-som-disco/abiotism'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
An extremly lively piece of music for being an abiotism. This deep-house comes with a touch of variation that can only be found in the scandinavian forests. Reminicent of legendary tracks from John Tejada's album <i>"Cleaning Sounds Is a Filthy Business",</i> it caries all the movements you need to express yourself on the dancefloor, withing a repeat-1 friendly format of 4 minutes.
|
|
@ -9,6 +9,12 @@ uid: 'awagalbi'
|
|||
image: '/assets/img/awgalbi.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/g3bjZlmsb4A'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
A-WA is a band formed by 3 sisters who combine Yemenite folk singing with electronic dance music.
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'newerabpist'
|
|||
image: '/assets/img/newera.jpg'
|
||||
download: ''
|
||||
link: ''
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
### Welcome back earthling!
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'birraweed'
|
|||
image: '/assets/img/birraweed.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/qsxGmA4frLA'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Delights from Chille, Valparaíso City. Bill Kraneos is a rare and lean trap-constelation of Chille's finest MCs.
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
title: 'Ratitude'
|
||||
artist: 'ABI2SPEE, CLR Production'
|
||||
author: 'set'
|
||||
category: ramblings
|
||||
author: bassBot
|
||||
tags: [yung, lean, article]
|
||||
description: 'Codes, idioms and how the Yungster redefined the notion of a band.'
|
||||
uid: 'powerfullylean1unf13r9u1ruvbpeif'
|
||||
|
@ -11,6 +9,12 @@ image: '/assets/img/clr.jpg'
|
|||
download: ''
|
||||
link: 'https://youtu.be/TmAvt5p6f8g'
|
||||
author: set
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Recently, a [good friend](https://soundcloud.com/gabbaboy?ref=TheOuternationalMusicSyndicateWasHere "Gabba Boy Soundlcoud") of mine snitched a link to me. A crew of yungsters from my home town. I'm no stranger to the leaners and their music. But listening to this I had to reflect a little around the movement that's been here for a while now.
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'losgangliosnomamesguey'
|
|||
image: '/assets/img/trnx_losganglios.jpg'
|
||||
download: ''
|
||||
link: 'http://losganglios.com/videos/'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Los Ganglios is a Spanish PORC band (a conglomerate Punk Techno Rock and Cumbia) with a really strong and peculiar vibe. To some extend many of their tracks will feel plain weird to the non-Spanish speaking audience. But the videos they put out should appeal to anyone with a bit of humor and a taste for anti-aestethics and retro-computing.
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'aciddecember2018'
|
|||
image: '/assets/img/aciddecember2018.jpg'
|
||||
download: ''
|
||||
link: 'http://acid.datapop.se/'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
Every now in then, our dimension aligns with a thousand year old intergalactic tradition called #AcidDecember. When this happens, musicians worldwide are compulsively submitting tracks to a mysterious email address. These pieces of delicious music are then being published one by one on http://acid.datapop.se during December and beyond.
|
||||
|
||||
|
|
|
@ -9,6 +9,12 @@ uid: 'waitinggamesakrecoer2019'
|
|||
image: '/assets/img/waitinggame.jpg'
|
||||
download: ''
|
||||
link: 'https://sakrecoer.com/waitinggame/'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
The shocking news this morning that Sakrecoer puts a record out on Spotofy and iFumes!
|
||||
|
||||
|
|
|
@ -13,6 +13,12 @@ uid: kas tu fais de nous 2019
|
|||
image: /assets/img/2018-setto-single-003-reve_de_toi-117bpm_sqaure_FINAL.jpg
|
||||
download:
|
||||
link: 'https://shop.basspistol.com/album/satoshi-mon-ami'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
|
||||
徒 Setto セット is releasing on basspistol in 2019! First out is the 2 track EP "Satoshi Mon Ami".
|
||||
|
|
|
@ -16,6 +16,12 @@ uid: darkweb2019
|
|||
image: /assets/img/coverartDarkweb_setto.jpg
|
||||
download:
|
||||
link: 'https://setto.basspistol.com/darkweb'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
|
||||
徒 Setto セット is at it again! This time with an amazing cover art illustration by the designer of the basspistol logo: [Mattias “Ritarn” Lindström](https://ritarn.com/){: target="_blank"}
|
||||
|
|
|
@ -16,6 +16,12 @@ uid: sparktapeculrywolverine
|
|||
image: /assets/img/Screenshot at 2019-04-02 17-42-40.png
|
||||
download:
|
||||
link: 'https://dedsec.us'
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
url:
|
||||
icon:
|
||||
download: false
|
||||
---
|
||||
|
||||
## Quis Custodiet Ipsos Custodes?
|
||||
|
|
|
@ -5,6 +5,7 @@ date: ''
|
|||
artist: ''
|
||||
author: ''
|
||||
category: ''
|
||||
album:
|
||||
tags: []
|
||||
layout:
|
||||
uid: ''
|
||||
|
|
|
@ -22,7 +22,7 @@ logo_image: /siteicon.png
|
|||
<div class="content" style="z-index:1">
|
||||
<h1 style="margin-top:80px">{{ page.title }}</h1>
|
||||
|
||||
<p class="major">{{ page.description }}</p>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#music" class="button large wide smooth-scroll-middle">Gimme Music!</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue