Working Markdown processing and rendering

This commit is contained in:
2024-02-22 19:58:34 -06:00
parent 9255c8e4ac
commit 81e01e242c
8 changed files with 84 additions and 44 deletions

View File

@@ -1,31 +1,32 @@
# the sampu Haskell blog engine
https://blog.eversole.co (not live yet!)
https://eversole.co (not live yet!)
a _work-in-progress_ blog engine using simple flat-file Markdown content storage
sampu is a word in [Lojban](https://mw.lojban.org) with the English definition:
"x1 is __simple__/__unmixed__/__uncomplicated__ in property x2"
Therefore, `la sampu cu sampu lo ka samtci`!
## Stack
- ["Haskell"](https://www.haskell.org)
- ["Twain"](https://github.com/alexmingoia/twain)
- ["Lucid2"](https://chrisdone.com/posts/lucid2)
- ["HTMX"](https://htmx.org/)
- [Haskell](https://www.haskell.org)
- [Twain](https://github.com/alexmingoia/twain)
- [Lucid2](https://chrisdone.com/posts/lucid2)
- [HTMX](https://htmx.org/)
## Goal
Provide a simple blog engine that is easily customizable via HTML fragments
and easy HTMX integration for dynamic content.
and straightforward HTMX integration for dynamic server-driven content.
## Deployment
We're not there yet, but soon! This project is built and packaged with Nix,
We're not there yet! This project is built and packaged with Nix,
so I will provide directions on deploying with Nix as well as via OCI
containers once there's something viable to run here.
containers once there's something viable to run.
## Development and Support