From 8cbabdca0be614f23d56f3a99074058385fcfa2f Mon Sep 17 00:00:00 2001 From: adnano Date: Tue, 29 Sep 2020 16:46:54 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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