This is a C++ Static Site Generator (SSG) tool.
Chi Kien Nguyen
- With a folder input, the tool creates a main HTML page containing links to each site.
- With a text file input, the tool creates a single HTML page.
- The tool generates h1 tag for title of each site.
- The tool uses stylesheet for better format on websites.
- The tool also supports to convert Markdown file.
- C++17 Compiler (Visual Studio Code)
- MINGW (Optional)
g++ pgprogram.cpp HTMLFile.h HTMLFile.cpp MainPage.h MainPage.cpp -o pgprogram --std=c++17
On CMD, enter command pgprogram fname. (Where fname is the name of a file/folder)
Option 1 | Option 2 | Functionality |
--input | -i | Specify input argument with file/folder name |
--help | -h | See the instructions how to run program |
--version | -v | See the updated version of the program |
conan install potato-generator --remote=gitlab
- Add remote
conan remote add gitlab https://gitlab.com/api/v4/projects/31616511/packages/conan