56e3c2fd73
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m22s
2026-04-01 15:38:25 +02:00
578d675b58
create note post
Build & Deploy / build-and-deploy (push) Successful in 1m31s
2026-04-01 15:36:53 +02:00
07a924370c
delete reply post
Build & Deploy / build-and-deploy (push) Successful in 1m38s
2026-04-01 15:32:03 +02:00
654ce3f4be
delete note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 15:31:57 +02:00
7ed1cdcf16
delete note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 15:31:47 +02:00
3203b7f69a
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m25s
2026-04-01 15:20:09 +02:00
0fdce8eece
create note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 15:18:35 +02:00
a1c259ceb2
update reply post
Build & Deploy / build-and-deploy (push) Successful in 1m33s
2026-04-01 15:15:35 +02:00
7a23cd8451
create reply post
Build & Deploy / build-and-deploy (push) Successful in 1m28s
2026-04-01 15:14:06 +02:00
54aed6920b
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m30s
2026-04-01 15:10:50 +02:00
dc7b209c3f
create note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 15:09:20 +02:00
svemagie
b00ed0607d
fix: footer
Build & Deploy / build-and-deploy (push) Successful in 1m25s
2026-04-01 15:05:52 +02:00
svemagie
aec1047341
feat: This Website kills fascists
Build & Deploy / build-and-deploy (push) Successful in 1m33s
2026-04-01 14:58:57 +02:00
9632b8eae3
delete note post
Build & Deploy / build-and-deploy (push) Successful in 1m25s
2026-04-01 14:51:16 +02:00
487c6907f3
delete note post
Build & Deploy / build-and-deploy (push) Successful in 1m22s
2026-04-01 14:38:43 +02:00
11b7de0562
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m30s
2026-04-01 14:20:27 +02:00
baef2b1225
create note post
Build & Deploy / build-and-deploy (push) Successful in 1m21s
2026-04-01 14:18:47 +02:00
5a20cac5c0
delete note post
Build & Deploy / build-and-deploy (push) Successful in 1m27s
2026-04-01 14:00:36 +02:00
9e3f9a6bc5
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m25s
2026-04-01 13:56:45 +02:00
6324ffa1f0
create note post
Build & Deploy / build-and-deploy (push) Successful in 1m31s
2026-04-01 13:55:14 +02:00
969c0eabce
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m28s
2026-04-01 13:24:12 +02:00
15ff488b0c
create note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 13:21:56 +02:00
svemagie
2433f1c0f9
fix: listening cleanup
Build & Deploy / build-and-deploy (push) Successful in 1m26s
2026-04-01 12:51:06 +02:00
svemagie
8d3da8ec45
Merge branch 'main' of https://gitea.giersig.eu/giersig.eu/indiekit-blog
Build & Deploy / build-and-deploy (push) Successful in 1m31s
2026-04-01 12:23:00 +02:00
svemagie
729ad993fa
fix: cleanup listening
2026-04-01 12:22:59 +02:00
2c638651b1
update like post
Build & Deploy / build-and-deploy (push) Successful in 1m38s
2026-04-01 11:28:02 +02:00
e254bc01cc
create like post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 11:26:26 +02:00
svemagie
7ed19c8e2b
Merge branch 'main' of https://gitea.giersig.eu/giersig.eu/indiekit-blog
Build & Deploy / build-and-deploy (push) Successful in 1m28s
2026-04-01 10:51:32 +02:00
svemagie
b21e361ab5
fix: refererrer
2026-04-01 10:51:31 +02:00
b94561e973
update bookmark post
Build & Deploy / build-and-deploy (push) Successful in 1m37s
2026-04-01 10:25:31 +02:00
774dbe6dfc
create bookmark post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 10:23:50 +02:00
c94e71f7da
upload photo file
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 10:23:22 +02:00
svemagie
6aaa22564f
feat: scheduled rebuild every 30 minutes
...
Build & Deploy / build-and-deploy (push) Successful in 1m27s
Picks up new content from IndieKit, refreshes external feeds (Last.fm,
Mastodon, Bluesky, Funkwhale, etc.) and redeploys without a manual push.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 10:17:59 +02:00
svemagie
9254487c2a
fix: remove duplicate OG image generation in build script
...
Build & Deploy / build-and-deploy (push) Successful in 1m21s
build:og was running before eleventy, then eleventy.before ran it again —
two full generation passes per build. Since eleventy.before handles OG
generation, the standalone pre-step is redundant.
Also fix build:og path: was passing .cache (parent dir) which after the
ogDir rename wrote PNGs to the wrong location. Now uses OG_CACHE_DIR env
var with .cache/og as fallback, matching eleventy.config.js behaviour.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 10:04:56 +02:00
svemagie
93972aef35
fix: persist OG image cache outside act runner workspace
...
Build & Deploy / build-and-deploy (push) Successful in 1m51s
The cache was written to .cache/og/ relative to the workspace, which is
under /usr/local/git/.cache/act/<unique-hash>/hostexecutor/ — a new path
per run, so every build regenerated all images from scratch.
OG_CACHE_DIR env var now controls the cache path (resolved to an absolute
path). CI sets it to /usr/local/git/.cache/og, which survives between runs.
Locally it still defaults to .cache/og inside the project dir.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 10:00:53 +02:00
06d8cab329
update repost post
Build & Deploy / build-and-deploy (push) Successful in 2m3s
2026-04-01 09:58:24 +02:00
svemagie
c839d8ac43
fix: use INDIEKIT_URL for blogroll/podroll/news status checks
...
Build & Deploy / build-and-deploy (push) Has been cancelled
Pages nav links were always hidden because status data files fetched
from SITE_URL (public) instead of INDIEKIT_URL (internal IndieKit API).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 09:56:18 +02:00
4baf10560c
create repost post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 09:55:10 +02:00
28c6786439
update like post
Build & Deploy / build-and-deploy (push) Successful in 1m53s
2026-04-01 09:45:20 +02:00
231cf6e8a1
create like post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 09:43:24 +02:00
949e78266d
update note post
Build & Deploy / build-and-deploy (push) Successful in 1m55s
2026-04-01 09:33:24 +02:00
69d31372ca
update like post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 09:31:15 +02:00
80359d2c8c
create note post
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-01 09:30:45 +02:00
113c190e1d
update page post
Build & Deploy / build-and-deploy (push) Successful in 2m4s
2026-04-01 09:22:22 +02:00
svemagie
d46731ca88
fix gitea fetch
Build & Deploy / build-and-deploy (push) Successful in 1m45s
2026-03-31 21:50:41 +02:00
svemagie
a9368757de
fix gitea fetching & cosmetics
Build & Deploy / build-and-deploy (push) Successful in 1m40s
2026-03-31 21:33:26 +02:00
svemagie
e80b99ce49
fix: resvg og image generation
Build & Deploy / build-and-deploy (push) Successful in 1m44s
2026-03-31 21:25:38 +02:00
svemagie
dbcbdf4c57
debug resvg cli
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-03-31 21:21:52 +02:00
svemagie
fec9628c38
debug resvg cli
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-03-31 21:05:26 +02:00
svemagie
9ce9f4aa09
debug resvg cli
Build & Deploy / build-and-deploy (push) Failing after 18s
2026-03-31 21:03:04 +02:00