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
531b92f191
commit
8cbabdca0b
|
@ -71,13 +71,13 @@ Pages and directory index files are written to `{{ .Permalink }}/index.html`.
|
|||
## Templates
|
||||
|
||||
Templates are located in the `templates` directory.
|
||||
There are currently two supported templates:
|
||||
There are the supported templates:
|
||||
|
||||
- `page.gmi`: The template used for pages
|
||||
- `index.gmi`: The template used for directory index files
|
||||
- `atom.xml`: The template used when generating Atom feeds
|
||||
|
||||
If `page.gmi` does not exist, page files will not be created.
|
||||
If `index.gmi` does not exist, directory index files will not be created.
|
||||
To generate Atom feeds, run `kiln` with the `-atom` flag.
|
||||
|
||||
### Page templates
|
||||
|
||||
|
|
Loading…
Reference in a new issue