Adds arguments for input and output files

Adds gitignore
This commit is contained in:
Rosia E Evans 2023-09-28 13:21:49 +01:00
parent a217ace469
commit 202801841d
36 changed files with 148 additions and 502 deletions

View file

@ -1,5 +1,4 @@
#pragma once
#include "../MacroDefinitions.h"
#include <string>
#include <fstream>
@ -19,6 +18,9 @@
class BlogPageBuilder
{
private:
std::string outFolder;
std::string inFolder;
std::string pageTemplate;
std::string articleIdentifier;
std::string navIdentifier;