Convert markdown to HTML
for file in *.md; do pandoc -f markdown -t html "$file" -o "${file%.md}.html" --standalone --toc --css=custom.css --metadata title=" "; done
TODO
- Add metadata titles
- add margins to CSS
- add table of contents
- add git repo to track changes and date things if i forget to add dates