From 723fc7deb868f6afbd38adcc6552d6930eba0c96 Mon Sep 17 00:00:00 2001 From: Pierre De Lancre Date: Wed, 24 Jun 2026 16:22:37 +0300 Subject: [PATCH] feat: custom lang highlight, images dir, width bump, first post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Wire up Ergon and ArchASM custom highlight.js languages - Serve /content/images/ for post image embeds - Blog width 820px -> 1040px to match landing page - First real blog post: "Why make a blog?" 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code --- blog/routes.go | 4 ++- content/posts/blog-why.md | 60 +++++++++++++++++++++++++++++++ docker-compose.yml | 1 + main.go | 1 + src/lang/archasm.js | 76 +++++++++++++++++++++++++++++++++++++++ src/lang/ergon.js | 71 ++++++++++++++++++++++++++++++++++++ 6 files changed, 212 insertions(+), 1 deletion(-) create mode 100644 content/posts/blog-why.md create mode 100644 src/lang/archasm.js create mode 100644 src/lang/ergon.js diff --git a/blog/routes.go b/blog/routes.go index b640154..009d172 100644 --- a/blog/routes.go +++ b/blog/routes.go @@ -18,6 +18,8 @@ const pageTpl = ` + +