Henry 9bf9f6bf95 livefriday: new lrserver api před 7 roky
..
LICENSE 7952c20433 merged livefriday před 9 roky
README.md 7952c20433 merged livefriday před 9 roky
main.go 9bf9f6bf95 livefriday: new lrserver api před 7 roky

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