Update Kiln notes

This commit is contained in:
2021-06-30 22:49:02 +01:00
parent c694a40d0b
commit 1324b1e3fd

View File

@@ -46,4 +46,13 @@ template = ".gmi"
static_dir = "static"
output_dir = "public"
preprocess.md = "md2gmn"
```
## Date Format
Kiln uses the standard Go date format:
```
2021-06-30T22:48:05Z - UTC
2021-06-30T22:48:05-01:00 - BST (+1) Timezone
```