Commit graph

374 commits

Author SHA1 Message Date
745a25610a
fix 404 url from hytera aprs post (2020-01-27) 2023-12-26 19:36:39 +01:00
11e5b3635d
update raspi notes 2023-12-26 14:28:58 +01:00
0be17f71da
publish new post 2023-12-26 14:27:34 +01:00
79ed265af0
new draft post 2023-12-26 14:25:49 +01:00
16ff00573f
tags cleanup 2023-12-26 14:25:16 +01:00
c874a116f4
update archetype for posts (use actual date for lastmod frontmatter) 2023-12-26 14:24:08 +01:00
f9aa4353ce
update old netatmo post (urls that produce 404) 2023-12-16 20:13:53 +01:00
92231e6eac
adds description to languages.en.toml 2023-12-13 19:49:16 +01:00
425dc97099
update draft raspi notes 2023-12-13 19:48:56 +01:00
4b9276f149
remove deprecated canonifyURLs from config.toml 2023-12-13 19:48:31 +01:00
9ea30b3374
update draft raspi notes 2023-12-12 19:17:29 +01:00
fda03812fe
update old post to fix 404 url 2023-12-12 18:32:08 +01:00
f589851306
update draft raspberry notes 2023-12-12 18:31:49 +01:00
3946c3036d
fix broken URL 2023-12-10 21:55:07 +01:00
0b3d1c441c
update old (newest) netatmo post 2023-12-10 17:34:13 +01:00
d33193c397
remove edit button 2023-12-10 17:33:51 +01:00
3c0dd27676
update openbsd notes 2023-12-10 03:36:19 +01:00
bacb53c5b5
create new draft post: git submodule revert 2023-12-10 03:36:06 +01:00
6401864f12
update draft posts 2023-12-10 03:35:37 +01:00
560cbcb4f4
update archetypes: post 2023-12-10 03:35:07 +01:00
6dd03faeb5
re-add categories taxonomy
to let users filter for either category
also should remove 404 error when clicking category links in /posts
2023-12-09 00:37:22 +01:00
04c3a5736d
remove aliases for categories that redirect to /posts 2023-12-09 00:36:31 +01:00
805555e564
update openbsd note and raspi draft post 2023-12-09 00:36:01 +01:00
acfb449068
publish openbsd notes page 2023-11-29 20:36:13 +01:00
818d475845
update draft post (obsd) 2023-11-29 19:26:16 +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
6870f6f79d
update (fix) some site.manifest values
as suggested by Chrome browser Developer Tools
2023-11-29 11:10:27 +01:00
56ec411071
remove most sharing links as they are the same as in the theme 2023-11-29 11:09:56 +01:00
9fbdf74255
update configuration 2023-11-29 11:09:20 +01:00
82c29749f1
updates mastodon sharing link 2023-11-28 17:36:54 +01:00
2ea624d568
adds linkedin sharinglinks to website 2023-11-28 17:36:40 +01:00
5c3223ec2a
removes unused images from about page 2023-11-28 15:26:01 +01:00
f54be0da96
update about page
updates analytics tools
2023-11-28 15:23:31 +01:00
400d826fef
adds video shortcode to publish videos from video.infosec.exchange instance 2023-11-28 15:22:50 +01:00
ebea8b1916
remove Fathom Events 2023-11-28 15:22:08 +01:00
5029003385
not sure, disabled hash-based-routing for now
don't know if congo theme uses that
(don't know exactly, but let's try this out)
2023-11-27 23:14:45 +01:00
b4e4f9784b
update plausible config 2023-11-27 23:10:10 +01:00
4a78029778
update go module 2023-11-27 23:07:20 +01:00
5a3fba86ed
plausible update (replace hardcode with hugo module) 2023-11-27 23:05:23 +01:00
4666736784
merge upstream changes to config files 2023-11-27 19:18:21 +01:00
09db1ef93f
update ID-52 page 2023-11-27 18:37:48 +01:00
0609be4710
update license text 2023-11-27 17:42:24 +01:00
8d06534e7b
update git hook 'pre-commit' to select between YAML or TOML frontmatter 2023-11-27 17:32:10 +01:00
db1e3ff33b
update privacy page lastmod 2023-11-27 16:49:07 +01:00
454f048cab
update git hook 'pre-commit' 2023-11-27 16:48:40 +01:00
39cd6a2f5f
update privacy page
- removes public stat link from Fathom (will be removed soon)
- mentiones another stat script from Plausible (another privacy-respecting statistics tool)
2023-11-27 16:42:40 +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
0833a13fb4
adds plausible stat into config (but don't use yet) 2023-11-27 15:54:55 +01:00
f0512c13f0
try plausible statistics 2023-11-27 15:48:36 +01:00
0f798cb7f2
update license page 2023-11-26 19:08:54 +01:00