Hyde is a static website generator written in python. While Hyde took life as awesome Jekyll‘s evil twin, it has since been completely consumed by the dark side to have an identity of its own.
Hyde desires to fulfill the lofty goal of removing the pain points involved in creating and maintaining static websites.
Spotlight
- Support for powerful template languages like Jinja2 complemented with custom tags and filters.
- Rich object model and overridable hierarchical metadata thats available for use in templates.
- Configurable sorting, filtering and grouping support.
- Extensible plugin architecture with Text preprocessing and html postprocessing support for complex content transformations.
- Instant preview using built-in webserver that regenerates content if needed.
Source
Hyde is socially coded. Feel free to fork.
Install
There will be a package soon on pypi, but this works for now:
pip install -e https://github.com/hydepy/hyde#egg=hyde
You can find more detailed documentation in the installation section.
Project Roadmap
- Support for Django and Mako
- Template implementation
- Default layouts
- Support for other markup languages
- restructured text
- textile
- asciidoc
- Text Compression
- Slimmer
- pre-gzipping
- uglifyjs
- Image Manipulation
- Optipng Compression
- Thumbnail generation
- Photo Data Extraction
- Feed / Listing generation
- Translation