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 the first line your blag outputs MUST be the post metadata. you MUST set the
following variables in your blag: following variables in your blag:
- `TITLE` - `TITLE`
- `DESCRIPTION` - `DESCRIPTION`
you SHOULD set `AUTHOR`, though it does default to the name of the user running you SHOULD set `AUTHOR`, though it does default to the name of the user running
`blag`. `blag`.
you MAY set these variables: you MAY set these variables:
- `ICON` - `ICON`
- `ICON_ALT` - `ICON_ALT`
- `COLOR` - `COLOR`
- `TAGS` (as an array!) - `TAGS` (as an array!)
- `DONT_CACHE` (to explicitly not cache the rendered blag) - `DONT_CACHE` (to explicitly not cache the rendered blag)
- `WRITTEN_AT` (if the filesystem/libc doesn't support it) - `WRITTEN_AT` (if the filesystem/libc doesn't support it)
you SHOULD NOT set `MODIFIED_AT` unless you have a valid reason. you SHOULD NOT set `MODIFIED_AT` unless you have a valid reason.