Removed Norg support from planned features (Norg needs a working parser mannnnnnn)

This commit is contained in:
Daniel Fichtinger 2024-10-19 00:43:48 -04:00
parent 2d4b82edd9
commit ab76583722

View file

@ -2,14 +2,14 @@
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 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. 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! > **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 ## Features
- Simple CLI build interface. - Simple CLI build interface.
- Build a lightweight website with zero JavaScript. - Build a lightweight website with zero JavaScript.
- Write your pages in Markdown or HTML. - Write your pages in Markdown or HTML.
- Automatic RSS/Atom feed generation. - Automatic RSS/Atom feed generation.
- HTML layout optimized for screen readers. - HTML layout optimized for screen readers.
@ -28,10 +28,10 @@ TBD.
- [ ] Zona configuration file to define build options. - [ ] Zona configuration file to define build options.
- [ ] Image optimization & dithering options. - [ ] Image optimization & dithering options.
- [ ] [Norg](https://github.com/nvim-neorg/neorg) support...?
- [ ] AUR package after first release - [ ] AUR package after first release
## Inspirations ## Inspirations
- [Zoner](https://git.sr.ht/~ryantrawick/zoner) - [Zoner](https://git.sr.ht/~ryantrawick/zoner)
- Zonelets - Zonelets