Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 595 Bytes

Mingen

Static Site Generator

How to use

  1. Copy mingen.py into your website's main folder.
  2. 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.