From a4846db97f7c243c6c8e16257266f2a3b5f604ab Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Mon, 16 Dec 2024 22:46:56 +0300 Subject: [PATCH] markdownlint really hates me --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 035dac2..428c6b1 100644 --- a/README.md +++ b/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 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.