diff options
author | Samuel Johnson <[email protected]> | 2025-05-04 18:04:51 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-05-04 18:04:51 -0400 |
commit | 05c67a106690dcb1aece5fb298039b906556b354 (patch) | |
tree | 1407a55d5ae9243e742812199e51b669539b5608 | |
parent | d1cf1776a39c899808edc00c39ee282b678d0b99 (diff) |
Fix README formatting
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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) |