Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 457 Bytes

Mend

mend is a simple static site generator that I use for a few projects.

  • Create a base.html jinja2 template
  • Create html or md (markdown) files that will inherit from base.html
  • Put all media (css, js, images, etc) in one or more folders
  • Run mend
  • View your newly created site in the deploy directory

Requirements

Python modules:

  • jinja2
  • markdown

Setup

$ ln -s /path/to/mend.py /usr/local/bin/mend

Usage

$ mend