This project creates a static HTML webpage from Markdown source files.
- Clone the repo with
git clone https://github.com/ManuRC2/static-site-generator
- Put your static files (css and images) in the static folder, as it's done in the demo
- Put your Markdown files in the content folder
- Run the main.sh file
- You will find the generated page in ./docs
- Enjoy!