Skip to content

Serve local folder content, parses markdown, live reload

Notifications You must be signed in to change notification settings

gohxs/httpServe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpServe

Simple tool I wrote and use to serve current directory contents without any hassle, it renders markdown using clientside strapdownjs and does live reload when files changed

split

Usage:

go get github.com/gohxs/httpServe
# with $GOPATH/bin in  $PATH
httpServe

Changelog

  • Added support for live reload of certain files
    • markdown
  • Render graphviz with viz.js for dotg language in code blocks
  • Server rendering blackfriday
  • Added .css to watcher for custom styled markdown hot reloading

Todo

About

Serve local folder content, parses markdown, live reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages