From d72dc0d1ab880bc49501f73800601f105ceeb207 Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Thu, 21 Sep 2023 11:33:56 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc51d38..585e1c8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# BlogParser - PoC of a parser for a blog website I want to make. +# Blog +A rebuild of my website with a C++ backend. +Currently using [md4c](https://github.com/mity/md4c) for parsing and [oat++](https://oatpp.io/) for web backend. + +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.