summaryrefslogtreecommitdiff
path: root/README.md
blob: 506c8e66996b11006c2000f5217a7d8b8252f230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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