Skip to main content

Small & fast python library to build static websites

Project description

haumea PyPI version

Free, fast, lightweight and easy-to-use open-source library for building static websites. Transform your data (JSON, RESTful or GraphQL) into fast static websites

Documentation : https://haumea.io/

Installation

$ pip install haumea

Quickstart

You can create a skeleton project with the haumea-quickstart command

$ haumea-quickstart yourprojectname
yourprojectname
├── content		# All content for your website will live inside this directory   └── (pages)
├── layouts		# Stores .html templates files   └── partials
│   	└── footer.html
│   	└── header.html
│   	└── head.html
│   └── _base.html
├── public		# Your site will be rendered into this dir
└── static		# Stores all the static content: images, CSS, JavaScript, etc.

Build & test your website

$ cd yourprojectname/

# builds your site any time a source file changes ans serves it locally
$ haumea serve
or 
$ haumea s

Or just build

$ cd yourprojectname/

# performs build of your site to ./public (by default)
$ haumea build
or
$ haumea b

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

haumea-0.7.4.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

haumea-0.7.4-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

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