plain — sample site

If you can read this, your site is live. There is no server to maintain, no database to back up, and no bill arriving next month — the whole site is a folder of plain files, published as fast static pages.

Every post is a Markdown file. This one lives at content/posts/hello-world.md, and its address comes straight from its filename. Change the file, publish, and about thirty seconds later the site updates.

What to do next

  1. Rename the site: open site.config.json and change the title.
  2. Rewrite the About page.
  3. Write your first real post — then delete these example ones.

Everything here is an example, and everything is safe to change. History keeps every version of every page, so there is nothing you can break.