30 lines
735 B
TOML
30 lines
735 B
TOML
baseURL = "https://fundbureau.xyz/"
|
|
languageCode = "de-CH"
|
|
title = "FUND BUREAU"
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
|
|
[params]
|
|
# wordmark, oben im schwarzen feld
|
|
name = "FUND BUREAU"
|
|
# grosser einleitungssatz
|
|
intro = "a collective of architects<br>based in lucerne."
|
|
email = "hi@fundbureau.xyz"
|
|
instagram = "https://instagram.com/fundbureau"
|
|
|
|
# adresse
|
|
[params.address]
|
|
legal = "FUND BUREAU KlG"
|
|
street = "Fluhmühlerain 1"
|
|
city = "6015 Luzern"
|
|
|
|
# quadratisches bild (1:1, schon zugeschnitten)
|
|
[params.hero]
|
|
image = "/img/hero.webp"
|
|
alt = "a woman and a child, from afar"
|
|
|
|
# fuss-credit, links unten
|
|
[params.credit]
|
|
text = "built with openbureau"
|
|
url = "https://kgva.ch"
|