authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-05 00:47:22 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-05 00:47:22 -07:00
log19e2662de8b0c9a2e2be28a06cb66f84d961fbf8
tree50f2ba4217170d3af2ccd996002755faa5474faa
parent620dc8ce2ed5424fc6f880a47faea0f3dd767699

add initial README


1 files changed, 35 insertions(+), 0 deletions(-)

README.md created+35
...@@ -0,0 +1,35 @@
1# Pek
2
3A comptime HTML preprocessor with a builtin template engine for Zig.
4
5## Example Document
6
7```fsharp
8html[lang="en"](
9 head(
10 title("Pek Example")
11 meta[charset="UTF-8"]
12 meta[name="viewport" content="width=device-width,initial-scale=1"]
13 )
14 body(
15 h1("Pek Example")
16 hr
17 p("This is an example HTML document written in "a[href="https://github.com/nektro/zig-pek"]("Pek")".")
18 )
19)
20```
21
22## 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## Add me
30```
31$ zigmod aq add 1/nektro/pek
32```
33
34## License
35AGPL-3.0