1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-22 03:46:04 +02:00

Update README.md

This commit is contained in:
adnano 2020-09-23 13:54:40 -04:00
parent 6d5e72513b
commit 5653a24125

View File

@ -34,7 +34,7 @@ dst/ Site destination
```
Running `kiln` takes the contents in `src`, runs them through the templates in
`templates`, and outputs the result to `dst`.
`templates`, and writes the result to `dst`.
## Pages
@ -87,8 +87,7 @@ src/posts/post-1.gmi
src/posts/post-2.gmi
$ cat templates/directory.gmi
{{ range .Pages }}
=> .Permalink
{{ range .Pages }}=> .Permalink
{{ end }}
$ cat dst/posts/index.gmi