Compare commits
1 Commits
master
...
change-add
| Author | SHA1 | Date | |
|---|---|---|---|
| 666cf7789c |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
## -----------------------------------------------
|
||||
|
||||
baseURL = "https://staging.bar-filipo.de/"
|
||||
|
||||
[Params.plausible]
|
||||
enable = false
|
||||
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@ title: Impressum
|
||||
---
|
||||
Philipp Reichenbach
|
||||
Bar Filipo
|
||||
Schützenhofstraße 154
|
||||
Schützenhofstraße 153
|
||||
26133 Oldenburg (Oldb)
|
||||
|
||||
## Kontakt
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -39,4 +39,5 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "plausible_head.html" . }}
|
||||
</head>
|
||||
|
||||
9
layouts/partials/plausible_js.html
Normal file
9
layouts/partials/plausible_js.html
Normal file
@ -0,0 +1,9 @@
|
||||
function ClickOnInstagram() {
|
||||
plausible('Instagram');
|
||||
}
|
||||
function ClickOnMail() {
|
||||
plausible('Mail');
|
||||
}
|
||||
function ClickOnWhatsApp() {
|
||||
plausible('WhatsApp');
|
||||
}
|
||||
1
themes/plausible-hugo
Submodule
1
themes/plausible-hugo
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 156a0478888cf1fe23d8f65b98e122865770d2d6
|
||||
Loading…
x
Reference in New Issue
Block a user