45 lines
1.2 KiB
TOML
45 lines
1.2 KiB
TOML
## -----------------------------------------------
|
|
## Basic Configuration
|
|
## -----------------------------------------------
|
|
|
|
title = 'Bar Filipo'
|
|
theme = ['bar-filipo.de-theme']
|
|
copyright = "2024"
|
|
|
|
## -----------------------------------------------
|
|
## Publish
|
|
## -----------------------------------------------
|
|
|
|
baseURL = "https://www.bar-filipo.de/"
|
|
languageCode = 'de-DE'
|
|
|
|
## -----------------------------------------------
|
|
## Hugo Built-in Features
|
|
## -----------------------------------------------
|
|
|
|
disableKinds = ["taxonomy", "section"]
|
|
# googleAnalytics = "your-google-analytics-id"
|
|
|
|
## -----------------------------------------------
|
|
## Site Parameters
|
|
## -----------------------------------------------
|
|
|
|
[Params]
|
|
description = "Ein kleines bisschen italienisches Flair für Oldenburg"
|
|
logo = "logo/Logo_BarFilipo_4C_pos.svg"
|
|
favicon = true
|
|
iconstyle = "style2"
|
|
|
|
[Params.social]
|
|
email = "events@bar-filipo.de"
|
|
instagram = "https://instagram.com/bar_filipo"
|
|
whatsapp = "https://wa.me/491625849161?text=Hallo%2C%20ich%20w%C3%BCrde%20gerne%20ein%20Event%20mit%20Bar%20Filipo%20ausrichten."
|
|
|
|
[Params.imprint]
|
|
url = "impressum"
|
|
label = "Impressum"
|
|
|
|
[Params.privacy]
|
|
url = "datenschutz"
|
|
label = "Datenschutz"
|