Code for my site
Find a file
2023-09-28 13:21:49 +01:00
build Adds arguments for input and output files 2023-09-28 13:21:49 +01:00
Resources Adds arguments for input and output files 2023-09-28 13:21:49 +01:00
Src Adds arguments for input and output files 2023-09-28 13:21:49 +01:00
Tests Adds arguments for input and output files 2023-09-28 13:21:49 +01:00
.gitattributes Initial commit 2023-05-28 22:02:52 +01:00
.gitignore Initial commit 2023-05-28 22:02:52 +01:00
BlogParser.aps initial framework 2023-06-09 15:29:05 +01:00
BlogParser.cpp initial framework 2023-06-09 15:29:05 +01:00
BlogParser.sln initial framework 2023-06-09 15:29:05 +01:00
BlogParser.vcxproj initial framework 2023-06-09 15:29:05 +01:00
BlogParser.vcxproj.filters initial framework 2023-06-09 15:29:05 +01:00
BlogParser.vcxproj.user initial framework 2023-06-09 15:29:05 +01:00
CMakeLists.txt Minor alterations to CMake to make macros more generic 2023-09-25 22:09:15 +01:00
Component.cpp initial framework 2023-06-09 15:29:05 +01:00
Component.h initial framework 2023-06-09 15:29:05 +01:00
ComponentList.h initial framework 2023-06-09 15:29:05 +01:00
Header.cpp initial framework 2023-06-09 15:29:05 +01:00
Header.h initial framework 2023-06-09 15:29:05 +01:00
inputfile.md Adds wrapper to md4c code, fixes issues with previous commit 2023-09-16 15:21:12 +01:00
MacroDefinitions.h finalises first pass of work on BlogPageBuilder. 2023-09-23 13:55:41 +01:00
MacroDefinitions.h.in Minor alterations to CMake to make macros more generic 2023-09-25 22:09:15 +01:00
Notes.txt rebuild project for use with md4c library 2023-09-15 13:00:49 +01:00
outputfile.html Includes BlogParser files in cmakelists 2023-09-16 15:33:14 +01:00
PageFactory.cpp initial framework 2023-06-09 15:29:05 +01:00
PageFactory.h initial framework 2023-06-09 15:29:05 +01:00
README.md Update README.md 2023-09-21 11:33:56 +01:00
resource.h initial framework 2023-06-09 15:29:05 +01:00

Blog

A rebuild of my website with a C++ backend. Currently using md4c for parsing and oat++ 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.