remove tracks and album from editor
This commit is contained in:
parent
a7db6ee353
commit
61849d8e6f
|
@ -1,117 +0,0 @@
|
||||||
title : 徒 setto セット
|
|
||||||
description: 'Set, Party, Gang! #Cybersoul.'
|
|
||||||
|
|
||||||
url: "https://setto.basspistol.com" # the base hostname & protocol for your site
|
|
||||||
permalink: /:categories/:title/
|
|
||||||
|
|
||||||
## jekyll excludes
|
|
||||||
exclude:
|
|
||||||
- changelog.md
|
|
||||||
- '*.*~'
|
|
||||||
- '*.xcf'
|
|
||||||
- '*.blend*'
|
|
||||||
- Gemfile
|
|
||||||
- Gemfile.lock
|
|
||||||
- README.md
|
|
||||||
- LICENCE
|
|
||||||
## SEO
|
|
||||||
geo:
|
|
||||||
timezone: "Europe/Switzerland"
|
|
||||||
lat: '46.203918'
|
|
||||||
long: '6.133011'
|
|
||||||
region: 'CH-GE'
|
|
||||||
town: 'Geneva'
|
|
||||||
country: 'Switzerland'
|
|
||||||
postalcode: '1201'
|
|
||||||
|
|
||||||
banner: /images/setto-logo.svg
|
|
||||||
icon: /images/setto-logoicon.svg
|
|
||||||
logo: /images/setto-logo.svg
|
|
||||||
logo-footer: /images/setto-logo-dark.svg
|
|
||||||
mediaurl: https://media.basspistol.com/setto.basspistol.com
|
|
||||||
|
|
||||||
publisher:
|
|
||||||
name: Basspistol
|
|
||||||
domain: setto.basspistol.com
|
|
||||||
mail: info@basspistol.com
|
|
||||||
social:
|
|
||||||
name: To Setto Setto
|
|
||||||
mail: setto@basspistol.com
|
|
||||||
links:
|
|
||||||
- https://twitter.com/ToSettoSetto
|
|
||||||
- https://instagram.com/ToSettoSetto
|
|
||||||
|
|
||||||
categories:
|
|
||||||
- releases
|
|
||||||
- ramblings
|
|
||||||
|
|
||||||
collections:
|
|
||||||
albums:
|
|
||||||
output: false
|
|
||||||
permalink: /albums/:name/
|
|
||||||
tracks:
|
|
||||||
output: true
|
|
||||||
permalink: /albums/:path/
|
|
||||||
authors:
|
|
||||||
output: false
|
|
||||||
|
|
||||||
## Matomo
|
|
||||||
matomo_site_id: '11'
|
|
||||||
matomo_container: 'kJUGWiO2'
|
|
||||||
|
|
||||||
# defaults
|
|
||||||
|
|
||||||
sass:
|
|
||||||
sass_dir: _sass
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
values:
|
|
||||||
lang: en
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
type: "tracks"
|
|
||||||
values:
|
|
||||||
layout: "track"
|
|
||||||
lang: en
|
|
||||||
seo:
|
|
||||||
type: "AudioObject"
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
type: "pages"
|
|
||||||
values:
|
|
||||||
layout: "default"
|
|
||||||
lang: en
|
|
||||||
_options:
|
|
||||||
image:
|
|
||||||
width: 1024
|
|
||||||
height: 720
|
|
||||||
resize_style: cover
|
|
||||||
uploads_dir: "/images/pages"
|
|
||||||
content:
|
|
||||||
width: 720
|
|
||||||
height: 720
|
|
||||||
resize_style: cover
|
|
||||||
uploads_dir: "/images/pages"
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
type: "posts"
|
|
||||||
values:
|
|
||||||
layout: "post"
|
|
||||||
lang: en
|
|
||||||
permalink: /:title/
|
|
||||||
_options:
|
|
||||||
image:
|
|
||||||
width: 1024
|
|
||||||
height: 720
|
|
||||||
resize_style: cover
|
|
||||||
uploads_dir: "/images/posts"
|
|
||||||
content:
|
|
||||||
width: 720
|
|
||||||
height: 720
|
|
||||||
resize_style: cover
|
|
||||||
uploads_dir: "/images/posts"
|
|
||||||
# ---------
|
|
||||||
# Translate
|
|
||||||
lang: en
|
|
|
@ -82,6 +82,7 @@ defaults:
|
||||||
lang: en
|
lang: en
|
||||||
seo:
|
seo:
|
||||||
type: "AudioObject"
|
type: "AudioObject"
|
||||||
|
_unlisted: true
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: "albums"
|
type: "albums"
|
||||||
|
@ -90,6 +91,7 @@ defaults:
|
||||||
lang: en
|
lang: en
|
||||||
seo:
|
seo:
|
||||||
type: "AudioObject"
|
type: "AudioObject"
|
||||||
|
_unlisted: true
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: "pages"
|
type: "pages"
|
||||||
|
|
Loading…
Reference in a new issue