initial commit

This commit is contained in:
sakrecoer 2026-01-29 21:20:57 +01:00
parent 49d7be3ce9
commit fa31dc491c
13 changed files with 605 additions and 675 deletions

37
hugo.toml Normal file
View file

@ -0,0 +1,37 @@
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']