Commit Graph

31 Commits

Author SHA1 Message Date
Georg Bauer
4f9be93c6d Feature/worker threads generation (#43)
* Add worker threads architecture plan for blog generation

* fix: tries to optimize rendering, still slow

* feat: moved site rendering into web worker

* fix: calendar grabs from central data source for calendar

* fix: feeds now use blog language content and not canonical content

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-09 22:49:25 +01:00
Georg Bauer
b855d61524 Feature/post media translations (#42)
* chore: updated todo with translation ideas

* feat: first take at the implementation of translations

* fix: small addition for the translation feature

* feat: support language switching in the editor and preview

* feat: better handling of long bodies by not running them through a json envelope

* fix: unknown macros have better fallback

* feat: api for python to get translations

* fix: strip dumb prefix of content in translation

* feat: extend meta diff for translations

* feat: hook up translations to rebuild-from-disk

* feat: generation of the website prefers project language, falling back to canonical language

* fix: crashes during rendering

* feat: translation validation report

* fix: made the translation validation actually work

* chore: reorganization of menu

* fix: some topics cleanup

* chore: updated doc

* feat: translations for media

* feat: more aligned in UI/UX

* feat: edit translations possible

* chore: added full multi-language todo

* chore: updated todo for clarity

* feat: implementation of full multi-linguality

* fix: page creation creates pages

* fix: flags on every page

* fix: better prompt

* feat: made MCP server aware of language content

* feat: python tools for translations

* fix: better fill-in-translations

* fix: better prompt for translation. maybe.

* fix: losing posts from search due to translation process

* fix: translation validation handles in-db content and fill-in of missing translations fixed to flush

* fix: faster scanning for infilling of missing translations

* chore: updated agent instructions

* feat: calendar and tag cloud respect current language now

* fix: retries going up

* fix: got metadata-diff and rebuild into sync

* fix: extended meta-diff for timestamps

* fix: made website validation look at translated content, too

* fix: multi-lingual search

* chore: refactor Editor.tsx into two separate editors

* feat: do language detection when no explicit language given

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-09 14:43:18 +01:00
24ca2d3317 feat: moved big css block out of pages into external css file 2026-03-01 07:43:46 +01:00
c358e1b11c feat: first round of mcp standalone server 2026-02-28 21:23:22 +01:00
5efbcfe03a feat: more on incremental rendering 2026-02-24 23:02:12 +01:00
bfbd57a365 fix: render root route on post rerenders, too 2026-02-22 15:50:02 +01:00
7ff88affdb feat: calendar context sensitive now 2026-02-22 15:00:49 +01:00
1ed15c40c2 feat: more work on calendar - now with heatmap 2026-02-22 14:48:53 +01:00
947b1250e3 feat: more work on calendar 2026-02-22 14:31:31 +01:00
64e1fb3d90 feat: first take at calendar 2026-02-22 14:15:57 +01:00
ac75bcb1ac fix: category and tag badges with better styling 2026-02-22 13:07:30 +01:00
5ff4f0a2b9 fix: better background (more neutral) 2026-02-22 11:44:28 +01:00
2f2d502ca9 feat: tags on posts 2026-02-22 11:22:18 +01:00
b166dd5a81 feat: title links on posts in lists 2026-02-22 10:50:48 +01:00
0172e468ba fix: lightbox and css borders from blog 2026-02-22 10:40:24 +01:00
03657e7a84 chore: more refactorings and optimizations 2026-02-22 09:54:42 +01:00
653e79dd70 fix: hopefully even more performance tuning 2026-02-22 08:59:50 +01:00
c0eddb953f fix: more speedup hopefully 2026-02-22 08:48:55 +01:00
71722282b2 fix: faster blog generation by caching 2026-02-22 08:43:54 +01:00
20ef4588bf fix: refactored code to properly share between preview and render 2026-02-22 08:21:08 +01:00
9dacd6fca5 feat: categories with titles 2026-02-22 07:18:43 +01:00
2a83df1962 fix: small reworks on git log sidebar 2026-02-21 22:29:06 +01:00
03e813f1a9 feat: render the menu 2026-02-21 22:01:40 +01:00
c192237185 feat: more incremental reposting behaviour 2026-02-21 18:44:51 +01:00
cdf064b6a1 feat: sitemap validation second part 2026-02-21 15:57:26 +01:00
bca3da1587 feat: sitemap validattion 2026-02-21 14:26:06 +01:00
d651049659 chore: safety checks mixed-language installations 2026-02-21 13:53:55 +01:00
a5281a7750 fix: behaviour of exclude-from-list categories and posts therein 2026-02-21 08:50:01 +01:00
1543af6edc fix: simpler structure in the template 2026-02-20 22:02:41 +01:00
23facaa36d fix: harmonize main page with rest of site 2026-02-20 19:47:07 +01:00
3bbc5281e8 feat: first cut at the full renderer 2026-02-20 17:54:04 +01:00