The GREAT Site Generator
The GREAT Site Generator is actually just another simple site generator that can generate static sites based off of text data.
Tool Setup
Please use C++17 to compile this project on any linux or mac system.
Open Terminal in the directory containing main.cpp and your text file.
Enter the following command:
g++ main.cpp -std=c++17 -o tgsg
THen type ./tgsg -i youtextfile.txt
VoilĂ !