Static Site Generator
- Copy mingen.py into your website's main folder.
- Make a folder 'items' and make:
- nav.md file which will be added at the top of all pages
- footer.md file which will be added at the bottom of all pages
- head.html file which be added in the
<head></head>
of the html page
All markdown files will be converted to html files.
The first line will be used as the title and heading.
Name your files starting with the date of creation in the format YYYY-MM-DD-title-of-the-post.md (ex. 2022-05-15-test-post.md) to sort by creation date.