Zelphir Kaltstahl c89cda700a add log | 4 years ago | |
---|---|---|
.. | ||
example-00-basic-routing | 4 years ago | |
example-01-serve-static-assets | 4 years ago | |
README.org | 5 years ago | |
notes.org | 4 years ago |
This is not a complete project yet. It is very much work in progress (WIP). There is no markdown parsing or anything like that yet. It is only basic workings of the Guile web server. In the future however, I hope to extend the implementation to make it a real markdown based blog.
guile-fibers
>= 1.0.0
(available on Guix packge manager)guile-commonmark
>= 0.1.1
(available on Guix packge manager)Use Guile to run ~main.scm~:
guile main.scm
You should then be able to reach the server at http://localhost:8080
.
This section addresses open questions, which need to be answered in order to build a markdown based blog.
I believe Amirouche Boubekki already did something like that, but said it was not ready for poduction use.
pygments
? Greg Hendershott did so in his static blogging tool Frog, which is written in Racket.