ahsi ==== Simple static site generator written in C++. It uses markdown for source text and toml for site configuration. Build ----- I use CMake for building the program. ```sh $ mkdir build && cd build $ cmake .. $ cmake --build . ``` Libraries --------- I would thank to the folks. Ahsi never would have existed without those libaries. - Tomlplusplus by marzer - Json by nlohman - Inja by pantor - Commonmark by cmark