Dominic Reich
454f048cab
update git hook 'pre-commit'
1 year ago
Dominic Reich
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)
1 year ago
Dominic Reich
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>
1 year ago
Dominic Reich
0833a13fb4
adds plausible stat into config (but don't use yet)
1 year ago
Dominic Reich
f0512c13f0
try plausible statistics
1 year ago
Dominic Reich
0f798cb7f2
update license page
1 year ago
Dominic Reich
c29be75fc1
fix duplicate headers of content and/or tags pages
1 year ago
Dominic Reich
ea28eecc04
fix broken humans.txt and tootpick.html output
1 year ago
Dominic Reich
d6a42659e5
update .htaccess and add google and bing to exclude list
1 year ago
Dominic Reich
72241b959b
update TOML frontmatter to YAML frontmatter on *most* files
1 year ago
Dominic Reich
25d7ff83b2
update posts archetype
1 year ago
Dominic Reich
babfc0ea56
update draft page
1 year ago
Dominic Reich
077fa88ce7
adds archetype for /tags/${tag}
1 year ago
Dominic Reich
30303f8afb
create new draft post (UPS Raspberry pi)
1 year ago
Dominic Reich
0b20d9be47
create raspberry pi notes page
1 year ago
Dominic Reich
72f40e07b7
update openbsd notes
1 year ago
Dominic Reich
69e9af7aa7
update on tags (iOS→ios)
1 year ago
Dominic Reich
4e0c30c43c
update .editorconfig
1 year ago
Dominic Reich
35142cffda
update .htaccess rewrites for new feed url
1 year ago
Dominic Reich
74255d26e6
update humans txt
1 year ago
Dominic Reich
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.)
1 year ago
Dominic Reich
63c60c5314
useless ordering of unused themes in hugo conf
1 year ago
Dominic Reich
808b2f09e3
update posts archetype
...
renamed default.d → posts.md as this is usually only used for posts
1 year ago
Dominic Reich
075f6d4f1a
update pre-push git-hook
1 year ago
Dominic Reich
264b052b8f
fix double alias from wrong article
1 year ago
Dominic Reich
e0971815db
fixing tootpick output in config.toml
1 year ago
Dominic Reich
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
1 year ago
Dominic Reich
28335b619c
remove _redirects as this was only used with Netlify or Cloudflare
1 year ago
Dominic Reich
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
1 year ago
Dominic Reich
e0f0fbaf43
update hotlinking-prevention
1 year ago
Dominic Reich
168a0b2c8f
update ACAO (Access-Control-Allow-Origin) header + prevent hotlinking images
1 year ago
Dominic Reich
851952e8a6
update htaccess
1 year ago
Dominic Reich
e0fd924208
update .editorconfig (test indent_style = tab)
1 year ago
Dominic Reich
ecb42eb571
update/extend posts aliases
1 year ago
Dominic Reich
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
1 year ago
Dominic Reich
5da4ad1974
remove vim modelines from frontmatter (# vim: ft=markdown)
1 year ago
Dominic Reich
c8f8c2a9c4
adds new draft (pat on OpenBSD)
...
well, not sure if i will continue on this one...
1 year ago
Dominic Reich
9f487d5853
update Blog index page (/posts)
1 year ago
Dominic Reich
d31135e62b
update openbsd notes page (still a draft)
1 year ago
Dominic Reich
68a949189b
update config (permalinks comments)
1 year ago
Dominic Reich
a402297498
Revert "adds index pages for yearly archives"
...
This reverts commit ec5a041409
.
1 year ago
Dominic Reich
4a13ce8419
update draft post for openbsd notes
1 year ago
Dominic Reich
ec5a041409
adds index pages for yearly archives
1 year ago
Dominic Reich
8f8b7b0cd9
fix broken links in posts
1 year ago
Dominic Reich
4aed20e8eb
new content structure
1 year ago
Dominic Reich
b8628056bb
Revert "insert temporary replacement file (static) for /recipes"
...
This reverts commit 5ee7adc5a9
.
1 year ago
Dominic Reich
5ee7adc5a9
insert temporary replacement file (static) for /recipes
1 year ago
Dominic Reich
2aa00fdba7
also update the hostname on recent spam article (+ adds image)
1 year ago
Dominic Reich
ca2e3ce343
update last spam post with new URL that was used
1 year ago
Dominic Reich
f7de8dfdb1
adds extend-head.html partial (empty file for now)
1 year ago