Compare commits

..

1 Commits

Author SHA1 Message Date
666cf7789c Update content/impressum.md
Change address
2025-02-12 23:57:51 +01:00
9 changed files with 31 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "themes/bar-filipo.de-theme"]
path = themes/bar-filipo.de-theme
url = git@git.oxygin.net:jsauer/bar-filipo.de-theme.git
[submodule "themes/plausible-hugo"]
path = themes/plausible-hugo
url = https://github.com/divinerites/plausible-hugo.git

View File

@ -3,7 +3,7 @@
## -----------------------------------------------
title = 'Bar Filipo'
theme = ['bar-filipo.de-theme']
theme = ['bar-filipo.de-theme', 'plausible-hugo']
copyright = "2024"
## -----------------------------------------------
@ -42,3 +42,10 @@ disableKinds = ["taxonomy", "section"]
[Params.privacy]
url = "datenschutz"
label = "Datenschutz"
[Params.plausible]
enable = true
domain = "bar-filipo.de"
selfhosted_domain = "plausible.oxygin.net"
gitstar = false
outbound_link = true

View File

@ -3,3 +3,6 @@
## -----------------------------------------------
baseURL = "https://staging.bar-filipo.de/"
[Params.plausible]
enable = false

View File

@ -91,8 +91,8 @@ Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:
Philipp Reichenbach
Bar Filipo
Schützenhofstraße 154
26133 Oldenburg (Oldb)
Hundsmühler Straße 183E
26131 Oldenburg (Oldb)
Telefon: +49 162 5849161
E-Mail: events@bar-filipo.de

View File

@ -3,7 +3,7 @@ title: Impressum
---
Philipp Reichenbach
Bar Filipo
Schützenhofstraße 154
Schützenhofstraße 153
26133 Oldenburg (Oldb)
## Kontakt

View File

@ -4,10 +4,10 @@
<ul class="icons">
{{ with .Site.Params.social.github }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-github"><span class="label">Github</span></a></li>{{end}}
{{ with .Site.Params.social.twitter }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>{{end}}
{{ with .Site.Params.social.instagram }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>{{end}}
{{ with .Site.Params.social.instagram }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-instagram" onclick="ClickOnInstagram()"><span class="label">Instagram</span></a></li>{{end}}
{{ with .Site.Params.social.linkedin }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>{{end}}
{{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope"><span class="label">Email</span></a></li>{{end}}
{{ with .Site.Params.social.whatsapp }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-whatsapp"><span class="label">WhatsApp</span></a></li>{{end}}
{{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope" onclick="ClickOnMail()"><span class="label">Email</span></a></li>{{end}}
{{ with .Site.Params.social.whatsapp }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-whatsapp" onclick="ClickOnWhatsApp()"><span class="label">WhatsApp</span></a></li>{{end}}
</ul>
{{ with .Site.Params.imprint }}
<a href="{{ .Site.BaseURL }}/{{ .url }}">{{ .label }}</a>

View File

@ -39,4 +39,5 @@
{{ end }}
{{ end }}
{{ partial "plausible_head.html" . }}
</head>

View File

@ -0,0 +1,9 @@
function ClickOnInstagram() {
plausible('Instagram');
}
function ClickOnMail() {
plausible('Mail');
}
function ClickOnWhatsApp() {
plausible('WhatsApp');
}

1
themes/plausible-hugo Submodule

@ -0,0 +1 @@
Subproject commit 156a0478888cf1fe23d8f65b98e122865770d2d6