+ +
+

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

+ +

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

+
    +
  1. Support for Django and Mako
      +
    • Template implementation
    • +
    • Default layouts
    • +
    +
  2. +
  3. Support for other markup languages
      +
    • restructured text
    • +
    • textile
    • +
    • asciidoc
    • +
    +
  4. +
  5. Text Compression
      +
    • Slimmer
    • +
    • pre-gzipping
    • +
    • uglifyjs
    • +
    +
  6. +
  7. Image Manipulation
      +
    • Optipng Compression
    • +
    • Thumbnail generation
    • +
    • Photo Data Extraction
    • +
    +
  8. +
  9. Feed / Listing generation
  10. +
  11. Translation
  12. +
+

+