Generates static site from markdown files.
Example:
- Clone and cd to repo
- Place markdown files for the webpage in content/
- Place any static files such as css, images etc. in static/
- run
./main.sh - Visit localhost/8888 to see the newly generated site
This project was completed as part of the boot.dev course curriculum. Do check them out!

