From f6250699a5464796693d6bb637e8cf6de26bbef5 Mon Sep 17 00:00:00 2001 From: radhitya Date: Thu, 25 Jun 2026 12:23:26 +0700 Subject: site config, frontmatter, readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..506c8e6 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +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 -- cgit v1.2.3