2023-09-21 11:33:56 +01:00
|
|
|
# Blog
|
|
|
|
A rebuild of my website with a C++ backend.
|
2023-10-13 18:04:28 +01:00
|
|
|
Currently using [md4c](https://github.com/mity/md4c) for parsing and [lighttpd](https://www.lighttpd.net/) for web backend.
|
2023-09-21 11:33:56 +01:00
|
|
|
|
|
|
|
I've mostly been using this as a chance to explore my thoughts on low-level-ish, low power code.
|
|
|
|
Because of this I've been trying to use the simplest fastest libraries I can find and create a
|
|
|
|
very bare-bones implementation that does the bare minimum. Ideally as a finished product this code
|
|
|
|
should simply take md files in and produce html files in the style of my site that it hosts along
|
|
|
|
with one or two other pages.
|
2023-10-13 18:04:49 +01:00
|
|
|
|
|
|
|
Find the side at [www.rosia.me](https://rosia.me)
|