Skip to main content

Static site generator

Project description

Yet another static site generator.

At the core, Hana is very simple and known only about reading files from the source directory and writing them to the output directory. Any processing that needs to happen is dependent on plugins. In this sense, Hana is template system agnostic, and can be used to process any files, even ebooks or pdfs (provided there are plugins).

Hana plugins consist of callables that accept two parameters: reference to files available for processing, and reference to Hana.

Hana can create files from a source other than filesystem, by using a custom loader. The loader must have a get_files() method, which returns all files that will be processed by Hana and its plugins.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hana-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page