37 lines
1 KiB
TOML
37 lines
1 KiB
TOML
baseURL = 'https://setto.basspistol.com/'
|
|
languageCode = 'en-us'
|
|
title = '徒 setto セット'
|
|
|
|
[params]
|
|
description = "Outernational Music Syndicate. The underground is dead, long live the underground!"
|
|
moto = "Set, Party, Gang!"
|
|
publisher = "Basspistol Unc."
|
|
google_analytics_id = ""
|
|
icon = "assets/img/hodling-icon.svg"
|
|
logo = "assets/img/hodling-logo.svg"
|
|
footerIcon = "assets/img/hodling-icon.svg"
|
|
email = "info+website@basspistol.com"
|
|
author = "Basspistol"
|
|
[params.geo]
|
|
timezone = "Europe/Switzerland"
|
|
lat = "46.20406"
|
|
long = "6.13366"
|
|
region = "CH-GE"
|
|
street = "Quai Du Seujet 34"
|
|
locality = "Geneve"
|
|
country = "Switzerland"
|
|
postalcode = "1201"
|
|
[params.homepage_meta_tags]
|
|
meta_og_type = "website"
|
|
meta_og_image = "images/bpist-banner.png"
|
|
|
|
[frontmatter]
|
|
date = ["date", "publishDate"]
|
|
expiryDate = ["expiryDate"]
|
|
lastmod = [":fileModTime"]
|
|
publishDate = ["publishDate", "date"]
|
|
|
|
[mediaTypes]
|
|
[mediaTypes.'application/json']
|
|
delimiter = '.'
|
|
suffixes = ['json']
|