package
0.0.0-20180718122026-93420c33a164
Repository: https://github.com/cryptix/cmd.git
Documentation: pkg.go.dev
# README
livefriday
blackfriday+livereload - a simple markdown to html generator wich livereloads on save
TODO
- Pass
watchDir
as an argument - Currently only lists and reloads files with
.md
suffix - added.mdown
- Configure http server host and port - using codegangsta/cli
- Open browser automatically after launch - using open
- Check error from
http.ListenAndServer()
- !security issue!
mdHandler
loads files outsidewatchDir
- now usingfilepath.Base()
to stop local file inclusions