From c4239f564caaf7a0e8422787179fe07ea2c19ce1 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:09:52 +0000 Subject: [PATCH] feat(blog): Add rewrite backend blog --- Makefile | 4 + index.html | 14 +- static/blogs/20260302-rewrote-core.md | 185 ++++++++++++++++++++++++++ 3 files changed, 201 insertions(+), 2 deletions(-) create mode 100644 static/blogs/20260302-rewrote-core.md diff --git a/Makefile b/Makefile index f123038..e931459 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,7 @@ bundle: clean @cp index.html dist/ @cp robots.txt dist/ +.PHONY: serve +serve: bundle + @cd dist && uv run python -m http.server + diff --git a/index.html b/index.html index a83a337..9c5da99 100644 --- a/index.html +++ b/index.html @@ -77,12 +77,21 @@

devsjc blogs //

these posts. They come in two flavours, those being regular posts, and chasers, which are shorter posts primarily used as a reminder to myself about something I want to remember.

-

Posts are markdown docs, converted to HTML via marked.js; as - such, I'm afraid you'll need JavaScript enabled to read them.

+

Also, what with it being current year, I feel compelled to state that these posts + are all written soley by me, and not some jumped up predictive text generator - + otherwise really, what is the point in any of it?

+ +

Posts are markdown docs, converted to html via marked.js; as such, I'm afraid + you'll need javascript enabled to read them.