No description
Find a file
2024-10-19 01:06:58 -04:00
cmd/zona created project structure 2024-10-19 01:06:27 -04:00
.gitignore Populated .gitignore 2024-10-19 01:05:28 -04:00
build.sh Created build script 2024-10-19 01:06:58 -04:00
go.mod created project structure 2024-10-19 01:06:27 -04:00
LICENSE Initial commit 2024-10-13 00:58:13 -04:00
README.md Removed Norg support from planned features (Norg needs a working parser mannnnnnn) 2024-10-19 00:43:48 -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, lightweight blog.

Zona is quite opinionated about the website structure, since I am mainly building it for my own use. However, this may change as the project develops.

Warning: Implementing bare minimum basic functionality in Go is still WIP. While this warning is here, Zona is not ready to use! At all!

Features

  • Simple CLI build interface.
  • Build a lightweight website with zero JavaScript.
  • Write your pages in Markdown or HTML.
  • Automatic RSS/Atom feed generation.
  • HTML layout optimized for screen readers.

Getting Started

Dependencies

TBD.

Build

TBD.

Roadmap

  • Zona configuration file to define build options.
  • Image optimization & dithering options.
  • AUR package after first release

Inspirations