Hello, world! Here's yet another file based CMS 👋

WordPress was just too much so I made my own simple file-based CMS.

  • it gets the content as MD files from a Git repo
  • all meta data is inferred from Git properties and file content
  • static files are generated on push, MovableType style
  • the whole engine is two files, 6kB total
  • an MD parser and Git are the only dependencies

This is a test post to verify the blog is working.

  • Bold text and italic text
  • Links to other places
  • Lists, like this one
  • inline code and code blocks
def hello():
    print("Hello from the static site!")

Pretty neat for a couple of hours with Claude Code.

TODO: Better support for images.