markdownlint really hates me
This commit is contained in:
parent
dc0f499723
commit
a4846db97f
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue