184 lines
3.8 KiB
YAML
184 lines
3.8 KiB
YAML
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
|
|
banner-vert: /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
|
|
# mediaurl: /assets/albums
|
|
|
|
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
|
|
- https://kolektiva.social/@setto
|
|
- https://pixfed.com/tosettosetoo
|
|
- https://www.facebook.com/徒-setto-セット-100627981795265
|
|
usernames:
|
|
twitter: ToSettoSetto
|
|
telegram: tosettosetto
|
|
hashtag: basspistol
|
|
irc:
|
|
channel: '##ToSettoSetto'
|
|
guest-nick: anon
|
|
matrix: https://matrix.to/#/!YQcdVviFQNGYFMYrxD:matrix.org?via=matrix.org
|
|
## Matomo
|
|
matomo_site_id: '11'
|
|
matomo_container: 'kJUGWiO2'
|
|
# defaults
|
|
categories:
|
|
- releases
|
|
- ramblings
|
|
tags:
|
|
- LP
|
|
- EP
|
|
- Single
|
|
|
|
collections:
|
|
albums:
|
|
output: false
|
|
permalink: /albums/:name/
|
|
_disable_add: true
|
|
tracks:
|
|
output: true
|
|
permalink: /:path/
|
|
sort_by: common.year
|
|
_disable_add: true
|
|
authors:
|
|
output: false
|
|
|
|
sass:
|
|
sass_dir: _sass
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
lang: en
|
|
- scope:
|
|
path: ""
|
|
type: "tracks"
|
|
values:
|
|
layout: "track"
|
|
lang: en
|
|
seo:
|
|
type: "AudioObject"
|
|
_unlisted: true
|
|
- scope:
|
|
path: ""
|
|
type: "albums"
|
|
values:
|
|
layout: "album"
|
|
lang: en
|
|
seo:
|
|
type: "AudioObject"
|
|
_unlisted: true
|
|
- 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"
|
|
video_path:
|
|
uploads_dir: "/videos"
|
|
# ---------
|
|
# Translate
|
|
lang: en
|
|
|
|
### Cloud Cannon Settings
|
|
|
|
_explore:
|
|
groups:
|
|
- heading: Content
|
|
collections:
|
|
- posts
|
|
- drafts
|
|
- pages
|
|
- heading: Other
|
|
collections:
|
|
- data
|
|
- authors
|
|
|
|
|
|
|
|
# plugins:
|
|
# - jekyll-pwa-plugin
|
|
|
|
# pwa:
|
|
# enabled: false # Optional
|
|
# sw_src_filepath: service-worker.js # Optional
|
|
# sw_dest_filename: service-worker.js # Optional
|
|
# dest_js_directory: assets/js # Required
|
|
# precache_recent_posts_num: 5 # Optional
|
|
# precache_glob_directory: / # Optional
|
|
# precache_glob_patterns: # Optional
|
|
# - "assets/{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff,png,jpg,jpeg}"
|
|
# - "videos/*{mp4,webm}"
|
|
# - "images/**/*.{svg}"
|
|
# - "images/posts/*.{jpg,jpeg,png}"
|
|
# - "images/pages/*.{jpg,jpeg,png}"
|
|
# - "assets/albums/**/*.{mp3,jpeg}"
|
|
# - index.html
|
|
# precache_glob_ignores: # Optional
|
|
# - sw-register.js
|