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
c29be75fc1
fix duplicate headers of content and/or tags pages
2023-11-26 19:08:44 +01:00
ea28eecc04
fix broken humans.txt and tootpick.html output
2023-11-25 22:34:01 +01:00
d6a42659e5
update .htaccess and add google and bing to exclude list
2023-11-25 22:29:11 +01:00
72241b959b
update TOML frontmatter to YAML frontmatter on *most* files
2023-11-25 16:00:15 +01:00
25d7ff83b2
update posts archetype
2023-11-25 13:20:42 +01:00
babfc0ea56
update draft page
2023-11-25 13:12:26 +01:00
077fa88ce7
adds archetype for /tags/${tag}
2023-11-25 13:11:16 +01:00
30303f8afb
create new draft post (UPS Raspberry pi)
2023-11-25 09:31:51 +01:00
0b20d9be47
create raspberry pi notes page
2023-11-25 09:31:32 +01:00
72f40e07b7
update openbsd notes
2023-11-25 09:31:15 +01:00
69e9af7aa7
update on tags (iOS→ios)
2023-11-25 09:30:49 +01:00
4e0c30c43c
update .editorconfig
2023-11-25 09:30:22 +01:00
35142cffda
update .htaccess rewrites for new feed url
2023-11-19 14:59:20 +01:00
74255d26e6
update humans txt
2023-11-19 14:49:05 +01:00
e077a6d083
update atom feed output
...
this should fix the warning i get usually
(WARN found no layout file for "atom" for kind "section": You
should create a template file which matches Hugo Layouts Lookup
Rules for this combination.)
2023-11-19 14:48:57 +01:00
63c60c5314
useless ordering of unused themes in hugo conf
2023-11-19 13:30:09 +01:00
808b2f09e3
update posts archetype
...
renamed default.d → posts.md as this is usually only used for posts
2023-11-19 13:29:47 +01:00
075f6d4f1a
update pre-push git-hook
2023-11-19 13:29:17 +01:00
264b052b8f
fix double alias from wrong article
2023-11-19 13:24:39 +01:00
e0971815db
fixing tootpick output in config.toml
2023-11-19 12:47:12 +01:00
42cc66febc
move tootpick.html to layouts to make use of --minify
...
in static files only get copied, from layouts they get also minified by hugo
2023-11-19 12:40:57 +01:00
28335b619c
remove _redirects as this was only used with Netlify or Cloudflare
2023-11-19 12:34:43 +01:00
e1e1310400
removed a link to an outdated resource
...
they use the same URL every year so there is no reason
for me to keep that link intact
2023-11-19 12:23:24 +01:00
e0f0fbaf43
update hotlinking-prevention
2023-11-19 03:02:06 +01:00
168a0b2c8f
update ACAO (Access-Control-Allow-Origin) header + prevent hotlinking images
2023-11-19 02:39:10 +01:00
851952e8a6
update htaccess
2023-11-19 01:14:23 +01:00
e0fd924208
update .editorconfig (test indent_style = tab)
2023-11-18 23:34:29 +01:00
ecb42eb571
update/extend posts aliases
2023-11-18 23:24:29 +01:00
e8393d95a3
update posts aliases; fix some dates; fix some typography
...
- post aliases instead of redirects
- some dates were wrong, fixed and create multiple aliases to not brake the old date
- fix some typography like newlines on end of file
2023-11-18 23:01:27 +01:00
5da4ad1974
remove vim modelines from frontmatter (# vim: ft=markdown)
2023-11-18 22:58:00 +01:00
c8f8c2a9c4
adds new draft (pat on OpenBSD)
...
well, not sure if i will continue on this one...
2023-11-18 22:46:43 +01:00
9f487d5853
update Blog index page (/posts)
2023-11-18 22:46:06 +01:00
d31135e62b
update openbsd notes page (still a draft)
2023-11-18 22:44:23 +01:00
68a949189b
update config (permalinks comments)
2023-11-18 22:44:04 +01:00
a402297498
Revert "adds index pages for yearly archives"
...
This reverts commit ec5a041409
.
2023-11-18 22:40:23 +01:00
4a13ce8419
update draft post for openbsd notes
2023-11-18 18:24:19 +01:00
ec5a041409
adds index pages for yearly archives
2023-11-18 18:23:55 +01:00
8f8b7b0cd9
fix broken links in posts
2023-11-18 18:23:31 +01:00