A simple and easy to use Static Web Server
NOTE: this is not tested on windows!
go get simpleStatic
cd ~/go/src/github.com/wesleyParriott/simpleStatic
go build && go install
cd -
simpleStatic /home/wesley/.config/simpleStatic.conf
The configuration format is just key:value seperated by newlines. Comments are denoted by #.
# the port that the simpleStatic web server opens and runs on
port:8888
# the static server where the html files would be located
static_directory:./static
# the log file path is where the simpleStatic webserver is going to log to
# NOTE: if the log file path is empty it will default to stdin
log_file_path: