Skip to content
/ srv Public

golang static webserver that serves markdown

Notifications You must be signed in to change notification settings

link1-n/srv

Repository files navigation

SRV

a static file server that serves markdown files as HTML webpages.

WORKFLOW

  • create a .md file in the data folder
  • code then parses the content of the .md file and converts into an html file which is served at the URL localhost:8080/blog

TODO

  • move markdown handling into a different file
  • add scalability and remove hardcodedness
  • add css to template

About

golang static webserver that serves markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published