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 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 ## Pages
@ -87,8 +87,7 @@ src/posts/post-1.gmi
src/posts/post-2.gmi src/posts/post-2.gmi
$ cat templates/directory.gmi $ cat templates/directory.gmi
{{ range .Pages }} {{ range .Pages }}=> .Permalink
=> .Permalink
{{ end }} {{ end }}
$ cat dst/posts/index.gmi $ cat dst/posts/index.gmi