aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0de413bed9875aa3b58db2ed25157e8dd41cf664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Source code for my blog

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)