new_blog/posts/more-ssg-improvements.md
Pagwin e158caf4b9
Some checks failed
/ Generate Site (push) Has been cancelled
/ Publish Site (push) Has been cancelled
start of another blog post
2026-02-26 02:01:17 -05:00

641 B

title description date draft tags
More improvements to the blog 20xx-xx-xx true

CSS and JS are Bundled

(I gave up on doing the minimization myself and just have esbuild as a dependency now which caused an annoying locale issue as well as me going and grabbing esbuild via curl)

Code is highlighted by the SSG

(Going to use skylighting)

Table of contents

Misc backend improvements

(Templating is now a bit more dynamic, draft status is decided by date, idk we'll see what I do before I write about this)

What's next

(more backend improvements + another format either rst or org + footnotes)