43 lines
1.1 KiB
TOML
43 lines
1.1 KiB
TOML
## -----------------------------------------------
|
|
## Basic Configuration
|
|
## -----------------------------------------------
|
|
|
|
title = 'Bar Filipo'
|
|
theme = "hugo-story"
|
|
copyright = "2024"
|
|
|
|
## -----------------------------------------------
|
|
## Publish
|
|
## -----------------------------------------------
|
|
|
|
baseURL = "https://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 = "images/banner.jpg"
|
|
favicon = true
|
|
|
|
[Params.social]
|
|
email = "philipp@bar-filipo.de"
|
|
instagram = "https://instagram.com/bar_filipo"
|
|
|
|
[Params.asset]
|
|
fontawesome_css = ["css/fontawesome-all.min.css"]
|
|
fontawesome_js = ["js/fontawesome-all.min.js"]
|
|
|
|
[Params.imprint]
|
|
url = "kontakt"
|
|
label = "Impressum und Datenschutz"
|