A static website generator for ghost written in C++ [pulls from ghost using the content API]
Go to file
Ashik K 782e56f2a9 Version alpha0 2023-02-28 12:06:58 +01:00
CMakeLists.txt Version alpha0 2023-02-28 12:06:58 +01:00
README Version alpha0 2023-02-28 12:06:58 +01:00
fetch_from_ghost.cc Version alpha0 2023-02-28 12:06:58 +01:00
parse_pages.cc Version alpha0 2023-02-28 12:06:58 +01:00
parse_posts.cc Version alpha0 2023-02-28 12:06:58 +01:00

README

You need libcurlpp and rapidjson to build
To build, please do

mkdir build
cd build
cmake ..
make