The tools you need to explore the Geminispace.
I created this project as a way to serve a personal blog (glog) but my desire is that it evolves into a suite of tools to transition to Geminispace bringing along things I like in the bloated web.
- Server
- Ring-like req/rsp maps.
- Ring-like middlewares. (IN EVALUATION)
- Middleware for serving files from disk.
- Client
- Gemtext
- Parse Gemtext into data (gemdata)
- gemdata to gemtext
- gemdata to hiccup
- hiccup to gemdata
- gemdata to markdown
- markdown to gemdata
A gemini server based on aleph with a ring-like req/rsp map model.
Check the examples folder on how to server files from your disk. It's good to run a simple capsule based on static files.