mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
Update README.md
This commit is contained in:
parent
6cfc9e9e1f
commit
27608b600e
10
README.md
10
README.md
|
@ -26,11 +26,11 @@ kiln
|
||||||
A kiln site is organized in the following way:
|
A kiln site is organized in the following way:
|
||||||
|
|
||||||
```
|
```
|
||||||
src/ Site source
|
src/ Site source
|
||||||
templates/ Templates
|
templates/ Templates
|
||||||
page.gmi Page template
|
page.gmi Page template
|
||||||
directory.gmi Directory template
|
index.gmi Directory index template
|
||||||
dst/ Site destination
|
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
|
||||||
|
|
Loading…
Reference in a new issue