finalises first pass of work on BlogPageBuilder.
Project can now build the webpages required! additionally adds some example blog posts from my old website
This commit is contained in:
parent
d7a080b47a
commit
d0298d9493
133 changed files with 2355 additions and 3808 deletions
Binary file not shown.
|
@ -6,5 +6,5 @@ CXX_DEFINES =
|
|||
|
||||
CXX_INCLUDES =
|
||||
|
||||
CXX_FLAGS = -g
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
CMAKE_PROGRESS_1 = 4
|
||||
CMAKE_PROGRESS_2 = 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue