Commit graph

4 commits

Author SHA1 Message Date
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