a static file server that serves markdown files as HTML webpages.
- create a
.mdfile in thedatafolder - code then parses the content of the
.mdfile and converts into an html file which is served at the URL localhost:8080/blog
- move markdown handling into a different file
- add scalability and remove hardcodedness
- add css to template