From 05c67a106690dcb1aece5fb298039b906556b354 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sun, 4 May 2025 18:04:51 -0400 Subject: Fix README formatting --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50429be..0de413b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Exactly what it says on the tin. Should be usable for other blogs with some tweaking. To get it to work properly, you need a .env file, with the following fields: -- `webmaster` the name of the blog owner -- `web_port` the port to host the site on -- `parser_port` the port to host the markdown parser on -- `db_user` which db you're storing the built blog entries in -- `db_pass` the password for that db -- `audio_dir` the directory with your songs (in mp3 format) + +* `webmaster` the name of the blog owner +* `web_port` the port to host the site on +* `parser_port` the port to host the markdown parser on +* `db_user` which db you're storing the built blog entries in +* `db_pass` the password for that db +* `audio_dir` the directory with your songs (in mp3 format) -- cgit v1.2.3