Python Tag

  • Page Variable Change by tim on 3/9/2015 8:31 am


    The syntax for page variable headers changed from json to key: value plaintext. The method follows MultiMarkdown's metadata key [A-Za-z0-9_-]+ from beginning of line until : value a string per line, where multiline values become arrays notes key: …continue…

  • Quilt: A python based static site html stitcher. by tim on 3/1/2015 3:15 pm


    A python based static site html stitcher. Description Generate a static site via python from content-only .html and .md pages that are stitched together along with patch (e.g. nav.html, footer.html) files onto a main site quilt.html file. …continue…