Initial commit

This commit is contained in:
Daniel Fichtinger 2024-10-13 00:58:13 -04:00
commit 8d81ae7948
3 changed files with 703 additions and 0 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# 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.
## 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](https://github.com/nvim-neorg/neorg) support.
---
Zona is a fork and continuation of [Zoner](https://git.sr.ht/~ryantrawick/zoner), a tool for building [Zonelets](https://zonelets.net/) style blogs. Zona is not committed to Zonelets backwards compatibility and will likely evolve new features.