diff --git a/_data/repos.json b/_data/repos.json index d342165..a667c31 100644 --- a/_data/repos.json +++ b/_data/repos.json @@ -1,4 +1,21 @@ [ + { + "title": "Chat Archive", + "emoji": "💬", + "category": "code", + "subcategory": "Dev Tools", + "status": "active", + "stack": [ + "Python", + "FastAPI", + "SQLAlchemy", + "Tauri", + "Rust" + ], + "repo": "chat-archive", + "repo_url": "https://github.com/skoelle/chat-archive", + "summary": null + }, { "title": "PeopleCostCounter", "emoji": "💰", @@ -14,6 +31,22 @@ "repo_url": "https://github.com/skoelle/PeopleCostCounter", "summary": "A vanilla JS single-page tool that shows in real time how much a meeting is costing, based on team size and average salary, with English and German UIs." }, + { + "title": "Smeagol WYSIWYG", + "emoji": "🧙", + "category": "code", + "subcategory": "Dev Tools", + "description": "Personal wiki with WYSIWYG editor for Markdown files", + "status": "active", + "stack": [ + "Go", + "Milkdown", + "Markdown" + ], + "repo": "smeagol-wysiwyg", + "repo_url": "https://github.com/skoelle/smeagol-wysiwyg", + "summary": "A personal wiki with a real WYSIWYG editor. Single Go binary, Markdown files on disk, instant save, live reload, full-text search." + }, { "title": "kctl-tui", "emoji": "🐳", @@ -259,7 +292,7 @@ ], "repo": "moonweb-site", "repo_url": "https://github.com/skoelle/moonweb-site", - "summary": "Monorepo for moonweb.org - my personal homelab hub. Six static sites (Eleventy) covering infrastructure, smart home, code, and retro hardware. Deployed to Cloudflare Pages or IONOS." + "summary": "Monorepo for moonweb.org - my personal homelab hub. Six static sites (Eleventy) covering infrastructure, smart home, code, and retro hardware. Deployed to IONOS." }, { "title": "www.moonweb.org", diff --git a/stefankoelle/pdf/cv.pdf b/stefankoelle/pdf/cv.pdf index 06419cb..1624a70 100644 Binary files a/stefankoelle/pdf/cv.pdf and b/stefankoelle/pdf/cv.pdf differ