From a307ca61dd347d1e6a4ddd3c0e34d5a967117234 Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Fri, 28 Sep 2018 19:11:20 -0400 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ade7fd2 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# A website +This is my personal website, feel free to steal the server and look at the code if there's anything useful there. +There's not much to it, but it currently: +- uses `blackfriday`/`github_flavored_markdown` to convert markdown into HTML +- has a `.service` file that lets it run automatically on startup +- daemonizes itself using `go-daemon` so you get nice log and pid files +- has a set of `iptables-persistent` rules to avoid needing to run as root + +TODOs +- make a cronjob to automatically renew the certificate +- add a header bar and make the footer look a little nicer +- do cool stuff so I can post about it here I guess