diff options
| author | Alif Radhitya <radhitya@noreply.codeberg.org> | 2026-06-25 17:53:21 +0200 |
|---|---|---|
| committer | Alif Radhitya <radhitya@noreply.codeberg.org> | 2026-06-25 17:53:21 +0200 |
| commit | e2ef625c779dffd6a580c0aa8d1d57dcf7abd7eb (patch) | |
| tree | 32c9da33a864c744fede28fe11654fc7bbd479bc /README.md | |
| parent | 829b4e3cf1e59732d0166cbd24d31c93c4095977 (diff) | |
| parent | 85133d6dcaa7b02d67e243ce8df8324e46f4009f (diff) | |
Merge pull request 'farewell adieu rust' (#1) from exp into master
Reviewed-on: https://codeberg.org/radhitya/ahsi/pulls/1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
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 |
