Commit graph

19 commits

Author SHA1 Message Date
01706732f2
update about page (email obfuscation)
introducing two new javascript files that use browser JS interaction to
reveal the data

moved everything into /assets (from /static) so we also added defer,
devmode choise and integrity to the files, scrumbling their names with
sha256 checksums in extended header partial

also moved lightbox into extended header from _baseof layout
2024-12-26 19:00:04 +01:00
ce5bc9e7b1
remove dead link from footer to /recipes/ 2024-12-24 20:17:08 +01:00
8d4b1bb7f0
adds related articles to single article view 2024-12-18 11:02:12 +01:00
859600ae93
adds fediverse:creator tag 2024-12-07 10:50:57 +01:00
83dbd2fc20
adds another partial from original theme (specify media for stylesheet)
adds media="screen,print" to the <link element that includes
the stylesheet in layouts/partials/head.html
2024-11-23 08:46:47 +01:00
323cf4e856
update footer (OS) 2024-05-19 22:53:05 +02:00
c8a5f686f9
update footer (feed links) 2024-02-08 20:33:53 +01:00
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
2023-11-29 11:12:22 +01:00
5a3fba86ed
plausible update (replace hardcode with hugo module) 2023-11-27 23:05:23 +01:00
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>
2023-11-27 16:25:16 +01:00
f0512c13f0
try plausible statistics 2023-11-27 15:48:36 +01:00
f7de8dfdb1
adds extend-head.html partial (empty file for now) 2023-11-18 11:54:27 +01:00
42b6b80072
bring back the custom footer message 2023-11-15 22:25:12 +01:00
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)
2023-11-14 11:22:31 +01:00
630492a143
adds new menu item in footer / notes 2023-11-04 09:00:18 +01:00
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…
2023-06-18 07:03:01 +02:00
164b38b222
add extended footer text (only english so far) 2023-06-18 06:50:42 +02:00
f3d0e95838
removed ms clarity analytics
(I will probably post something about this in a future post)
2022-12-29 16:24:38 +01:00
a2135b64b2
adds analytics test partials 2022-12-22 11:31:02 +01:00