summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-25 12:23:26 +0700
committerradhitya <alif@radhitya.org>2026-06-25 22:51:07 +0700
commitf6250699a5464796693d6bb637e8cf6de26bbef5 (patch)
treed951bebac4add181f79806f1f9812af1e0e49b92 /README.md
parentfffc86850b895a2a1d4d673943a05e53ada18a6c (diff)
site config, frontmatter, readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
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