A static website generator for ghost written in C++ [pulls from ghost using the content API]
Go to file
Ashik K 43b37e3815 Add License 2023-04-08 23:44:12 +02:00
CMakeLists.txt Version alpha0 2023-02-28 12:06:58 +01:00
LICENSE.txt Add License 2023-04-08 23:44:12 +02:00
README test commit formatting 2023-03-01 23:27:48 +01:00
fetch_from_ghost.cc Version alpha0 2023-02-28 12:06:58 +01:00
genstatic.py fix the links 2023-04-08 10:42:57 +02:00
parse_pages.cc write title inside the title tag 2023-04-08 10:42:33 +02:00
parse_posts.cc write title inside the title tag 2023-04-08 10:42:33 +02:00

README

You need libcurlpp and rapidjson to build
To build, please do
============================
mkdir build
cd build
cmake ..
make