2019-04-01 23:16:35 +02:00
|
|
|
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'
|
|
|
|
tagline: 'The Outernational Music Syndicate. Established in 2010'
|
2019-04-02 18:46:19 +02:00
|
|
|
timezone: Europe/Stockholm
|
2019-04-01 23:16:35 +02:00
|
|
|
banner: '/assets/img/basspistol_est_2010_square_bluegreen.jpg'
|
|
|
|
mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9'
|
|
|
|
|
|
|
|
social_ids: [insta, twitter, facebook, soundcloud, tumblr, archive, mastodon]
|
|
|
|
social:
|
|
|
|
insta: 'https://www.instagram.com/basspistol'
|
|
|
|
twitter: 'https://twitter.com/bpist'
|
|
|
|
facebook: 'https://www.facebook.com/basspistolQC'
|
|
|
|
soundcloud: 'https://soundcloud.com/basspistol'
|
|
|
|
tumblr: 'https://basspistol.tumblr.com'
|
|
|
|
archive: 'https://archive.org/details/basspistol'
|
|
|
|
mastodon: 'https://mastodon.art/@basspistol'
|
|
|
|
|
|
|
|
production_url : https://basspistol.com
|
2019-06-19 16:52:49 +02:00
|
|
|
baseurl : ''
|
2019-04-01 23:16:35 +02:00
|
|
|
shop_url: https://shop.basspistol.com/
|
|
|
|
|
|
|
|
# excerpt_separator: '<!--more-->'
|
|
|
|
pagination:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
collections:
|
|
|
|
albums:
|
|
|
|
output: true
|
|
|
|
permalink: /albums/:name/
|
|
|
|
tracks:
|
|
|
|
output: true
|
|
|
|
staff_members:
|
|
|
|
_hide_content:
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- jekyll-paginate-v2
|
2019-04-02 18:46:19 +02:00
|
|
|
- jekyll-sitemap
|
2019-08-09 13:22:29 +02:00
|
|
|
- jekyll-last-modified-at
|
2019-04-02 18:46:19 +02:00
|
|
|
|
|
|
|
# defaults
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
2019-04-02 18:49:26 +02:00
|
|
|
type: "posts"
|
2019-04-02 18:46:19 +02:00
|
|
|
values:
|
2019-04-02 18:47:56 +02:00
|
|
|
_options:
|
|
|
|
image:
|
|
|
|
width: 960
|
|
|
|
height: 430
|
|
|
|
uploads_dir: "assets/img"
|
|
|
|
resize_style: "cover"
|
|
|
|
|