A static website generator for ghost written in C++ [pulls from ghost using the content API]
Go to file
Ashik K a5a0cf43b8 Add a --listen option to the python script
which will start a simple python http server to serve the generated files
2023-04-09 12:16:15 +02:00
CMakeLists.txt Version alpha0 2023-04-09 12:16:10 +02:00
LICENSE.txt Add License 2023-04-09 12:16:15 +02:00
README test commit formatting 2023-04-09 12:16:15 +02:00
fetch_from_ghost.cc Version alpha0 2023-04-09 12:16:10 +02:00
genstatic.py Add a --listen option to the python script 2023-04-09 12:16:15 +02:00
parse_pages.cc write title inside the title tag 2023-04-09 12:16:15 +02:00
parse_posts.cc write title inside the title tag 2023-04-09 12:16:15 +02:00

README

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