Hello, world

Posted 2026-07-16.

Welcome to the blog. This first post is just a placeholder to show the layout — replace it with your own writing.

Writing a new post

Create a file named ‘blog/YYYY-MM-DD-slug.jemdoc‘ with two directive lines at the top, then a ‘= Title‘ heading:

\# jemdoc: menu{MENU}{blog.html}{../}, nofooter
\# jemdoc: addcss{../files/style.css}, nodefaultcss
= My Post Title
/Posted 2026-07-20./

Body text here. Use *bold*, /italic/, and [https://example.com links].

Then run ‘python build.py‘ — the post is compiled and added to the blog index automatically (newest first, grouped by year).

jemdoc quick reference

  • ‘== Heading‘ and ‘=== Subheading‘

  • ‘- item‘ for bullets; indent with ‘ – item‘ to nest

  • text‘ for links, ‘bold‘, ‘italic

  • Code blocks go inside ‘   ‘ fences