Generate a static site via python from content-only html and markdown pages that are stitched together along with patch (e.g. nav.html, footer.html) files onto a main site quilt.html file. http://tmthydvnprt.github.io/quilt
Cause there's a bunch of other static site generators already!
- specific features
- something I didn't see in others
- to improve python fluency
- homegrown customization
- focus on page content, site features (head, navbar, footer) are written & stored separately
- write content in
htmlormarkdown - extensible markdown for custom needs
- LaTeX Support
- unique template overrides in each directory
- automatically fill
alt/imgattributes, and remove empty tags - automatically vendorize, minimize, & combine
cssandjsfiles - automatically create certain files (
robot.txt,sitemap.xml, multiple sized favicons, etc.) - provide some dynamic blogy abilities (reverse chronology, tags, categories)
- create atom/rss feeds
- index the text of final site for searching (e.g. with typeahead)
- potential for
nltkintegration - spell checking
- Check out all the features and what's coming up on the features+todo page.
- parallel processing
-
gitintegration (pull modify dates from repo commits) - any ideas?
Check out all the features and what's coming up on the features+todo page
This site was stitched with quilt! Download or inspect the source.
Get an overview on the about(readme) page, or read the documentation.