From e158caf4b99f4466d2d3bad226665788195eee99 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 26 Feb 2026 02:01:17 -0500 Subject: [PATCH] start of another blog post --- posts/more-ssg-improvements.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 posts/more-ssg-improvements.md diff --git a/posts/more-ssg-improvements.md b/posts/more-ssg-improvements.md new file mode 100644 index 0000000..aa0e81e --- /dev/null +++ b/posts/more-ssg-improvements.md @@ -0,0 +1,29 @@ +--- +title: "More improvements to the blog" + +description: "" + +date: "20xx-xx-xx" + +draft: true + +tags: [] +--- + +## 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)