Dominic Reich
c8a5f686f9
update footer (feed links)
10 months ago
Dominic Reich
35e68bc34e
adds layouts/partials/home/profile.html
...
without the local file the .Site.Params.Author.name and .image
wont get picked up and I end up with a nearly empty start page
12 months ago
Dominic Reich
5a3fba86ed
plausible update (replace hardcode with hugo module)
1 year ago
Dominic Reich
d74485bdd6
update stat script (plausible, proxied)
...
to proxy script, added following to my apache vhost config:
ProxyRequests off
ProxyPreserveHost off
SSLProxyEngine on
<Location /js/script.js>
ProxyPass https://plausible.io/js/script.js
ProxyPassReverse https://plausible.io/js/script.js
</Location>
<Location /api/event>
ProxyPass https://plausible.io/api/event
ProxyPassReverse https://plausible.io/api/event
</Location>
1 year ago
Dominic Reich
f0512c13f0
try plausible statistics
1 year ago
Dominic Reich
f7de8dfdb1
adds extend-head.html partial (empty file for now)
1 year ago
Dominic Reich
42b6b80072
bring back the custom footer message
1 year ago
Dominic Reich
3f9c70917a
re-organize notes section
...
- remove footer link
- add menu link on top
- create listing index page in /notes
- create subpages (cooking, openbsd)
- remove password auth (static/notes/.htaccess)
1 year ago
Dominic Reich
630492a143
adds new menu item in footer / notes
1 year ago
Dominic Reich
0fa263333d
update extended footer (removes i18n dir) and makes it hardcoded in english
...
→ but that would have been the way to make this available in more languages I guess…
1 year ago
Dominic Reich
164b38b222
add extended footer text (only english so far)
1 year ago
Dominic Reich
f3d0e95838
removed ms clarity analytics
...
(I will probably post something about this in a future post)
2 years ago
Dominic Reich
a2135b64b2
adds analytics test partials
2 years ago