mirror of
https://github.com/ashikslab/ghost-size0-static.git
synced 2025-12-01 00:16:54 +01:00
A static website generator for ghost written in C++ [pulls from ghost using the content API]
|
|
||
|---|---|---|
| CMakeLists.txt | ||
| fetch_from_ghost.cc | ||
| genstatic.py | ||
| LICENSE.txt | ||
| parse_pages.cc | ||
| parse_posts.cc | ||
| README | ||
You need libcurlpp and rapidjson to build To build, please do ============================ mkdir build cd build cmake .. make