diff --git a/README.md b/README.md index 944b4db..89a1fae 100644 --- a/README.md +++ b/README.md @@ -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