initial commit
This commit is contained in:
parent
49d7be3ce9
commit
fa31dc491c
13 changed files with 605 additions and 675 deletions
37
hugo.toml
Normal file
37
hugo.toml
Normal 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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue