Jul 29, 2026

Hello, blog.sh

This is a fresh install of blog.sh -- a minimalist, file-based blog/log engine. Posts are plain JSON files, the site is a static build, and authoring happens through a CLI wizard.

What to do next

  • Fill in config/site.yml with the site's real identity
  • Drop a banner image and a favicon into assets/images/
  • Write the first real post with ./blog.sh add
  • Pick a deploy backend in env.sh when ready to publish