| ... | @@ -1,5 +1,11 @@ | ... | @@ -1,5 +1,11 @@ |
| 1 | # Pek | 1 | # Pek |
| 2 | | 2 | |
| | 3 |  |
| | 4 | [](https://github.com/nektro/zig-pek/blob/master/LICENSE) |
| | 5 | [](https://github.com/sponsors/nektro) |
| | 6 | [](https://ziglang.org/) |
| | 7 | [](https://github.com/nektro/zigmod) |
| | 8 | |
| 3 | A comptime HTML preprocessor with a builtin template engine for Zig. | 9 | A comptime HTML preprocessor with a builtin template engine for Zig. |
| 4 | | 10 | |
| 5 | ## Example Document | 11 | ## Example Document |
| ... | @@ -20,13 +26,5 @@ html[lang="en"]( | ... | @@ -20,13 +26,5 @@ html[lang="en"]( |
| 20 | ``` | 26 | ``` |
| 21 | | 27 | |
| 22 | ## Example Usage | 28 | ## Example Usage |
| 23 | [src/main.zig](src/main.zig) | | |
| 24 | | | |
| 25 | ## Built With | | |
| 26 | - [Zig](https://github.com/ziglang/zig) master | | |
| 27 | - [Zigmod](https://github.com/nektro/zigmod) package manager | | |
| 28 | | 29 | |
| 29 | ## Add me | 30 | See [test.zig](test.zig). |
| 30 | ``` | | |
| 31 | $ zigmod aq add 1/nektro/pek | | |
| 32 | ``` | | |