markdownlint really hates me

This commit is contained in:
slonkazoid 2024-12-16 22:46:56 +03:00
parent dc0f499723
commit a4846db97f
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -103,20 +103,20 @@ set `engine = "blag"` in your configuration file. the naming format is
the first line your blag outputs MUST be the post metadata. you MUST set the
following variables in your blag:
- `TITLE`
- `DESCRIPTION`
- `TITLE`
- `DESCRIPTION`
you SHOULD set `AUTHOR`, though it does default to the name of the user running
`blag`.
you MAY set these variables:
- `ICON`
- `ICON_ALT`
- `COLOR`
- `TAGS` (as an array!)
- `DONT_CACHE` (to explicitly not cache the rendered blag)
- `WRITTEN_AT` (if the filesystem/libc doesn't support it)
- `ICON`
- `ICON_ALT`
- `COLOR`
- `TAGS` (as an array!)
- `DONT_CACHE` (to explicitly not cache the rendered blag)
- `WRITTEN_AT` (if the filesystem/libc doesn't support it)
you SHOULD NOT set `MODIFIED_AT` unless you have a valid reason.