Commit graph

9 commits

Author SHA1 Message Date
20dd57d1d3
only enable cloudflare and plausible tracking via "https://oe7drt.com" 2025-01-05 10:04:01 +01:00
c5226f28df
adds onion-service meta tag 2025-01-05 07:42:09 +01:00
d74ab2861f
update about (remove JS, use SVG instead)
also removed some files (JS), added the link mail icon
2024-12-26 23:24:53 +01:00
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
859600ae93
adds fediverse:creator tag 2024-12-07 10:50:57 +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