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.