jmervine / getdown

Markdown file parser and server written in go and designed to run on Docker
1 stars 0 forks source link

Support external template #2

Open jmervine opened 9 years ago

jmervine commented 9 years ago

Flag

getdown --template=/path/to/template

Used something like this on Docker:

touch /path/to/template/dir/getdown.html
docker run -v /path/to/template/dir/:/src/ -e GETDOWN_TEMPLATE=/src/getdown.html jmervine/getdown