Henry 9bf9f6bf95 livefriday: new lrserver api 7 years ago
..
LICENSE 7952c20433 merged livefriday 9 years ago
README.md 7952c20433 merged livefriday 9 years ago
main.go 9bf9f6bf95 livefriday: new lrserver api 7 years ago

README.md

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 outside watchDir - now using filepath.Base() to stop local file inclusions