diff --git a/README.md b/README.md index cf96864..d9869af 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A simple static site generator for Gemini. ## Features -- Zero configuration - Simple and fast - Gemini support - Go templates @@ -23,6 +22,10 @@ go install kiln ``` +To export to HTML, use the `-html` flag. + +To generate Atom feeds, use the `-atom` flag. + ## Directory Structure A kiln site is organized in the following way: @@ -67,7 +70,7 @@ directory: src/posts/ permalink: /posts/ ``` -Pages and directory index files are written to `{{ .Permalink }}/index.html`. +Pages and directory index files are written to `{{ .Permalink }}/index.gmi`. ## Templates @@ -78,8 +81,6 @@ These are the supported templates: - `index.gmi`: The template used for directory index files - `atom.xml`: The template used when generating Atom feeds -To generate Atom feeds, run `kiln` with the `-atom` flag. - ### Page templates Page templates are provided with the following information: