Adds arguments for input and output files
Adds gitignore
This commit is contained in:
parent
a217ace469
commit
202801841d
36 changed files with 148 additions and 502 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue