/static-site-generator

Markdown to HTML static site generator. Live demo below.

Primary LanguagePython

Static site generator

This project creates a static HTML webpage from Markdown source files.

Usage

  1. Clone the repo with git clone https://github.com/ManuRC2/static-site-generator
  2. Put your static files (css and images) in the static folder, as it's done in the demo
  3. Put your Markdown files in the content folder
  4. Run the main.sh file
  5. You will find the generated page in ./docs
  6. Enjoy!