Zelphir Kaltstahl f2854dc075 prefer cond over unless in this case | 1 year ago | |
---|---|---|
.. | ||
base64-encode-decode | 1 year ago | |
example-00-using-guile-webserver | 4 years ago | |
example-01-using-fibers-webserver | 4 years ago | |
example-02-basic-routing | 4 years ago | |
example-03-serve-static-assets | 4 years ago | |
README.org | 4 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)Refer to the notes or guides in the separate examples.
This section addresses open questions, which need to be answered in order to build a markdown based blog.
pygments
? Greg Hendershott did so in his static blogging tool Frog, which is written in Racket.