No description
Find a file
2024-10-13 01:56:26 -04:00
.gitignore Initial commit 2024-10-13 00:58:13 -04:00
LICENSE Initial commit 2024-10-13 00:58:13 -04:00
README.md Added WIP warning to README 2024-10-13 01:56:26 -04:00

Zona

Zona is a small tool for building a static blog website. It allows users to write pages and blog posts in Markdown and automatically build them into a static, JavaScript-free style blog.

Warning: Porting existing functionality into Go is still WIP. Zona is not ready to use while this warning persists.

Features

  • Simple CLI build interface.
  • Write your pages in Markdown or HTML.
  • Automatic RSS/Atom feed generation.
  • HTML layout optimized for screen readers.

Build

TBD.

Dependencies

TBD.

Planned Features

  • Zona configuration file to define build options.
  • Image optimization & dithering options.
  • Norg support.

Zona is inspired by Zoner, a tool for building Zonelets style blogs. Zona is not committed to Zonelets backwards compatibility and will likely evolve new features.