hyde is a static website generator
Project description
Version 0.8rc1
A brand new hyde
This is the new version of hyde under active development. Hyde documentation is a work in progress and can be found here.
Installation
To get the latest released version:
pip install hyde
For the current trunk:
pip install -e git://github.com/hyde/hyde.git#egg=hyde
Creating a new hyde site
The following command:
hyde -s ~/test_site create
will create a new hyde site using the test layout.
Generating the hyde site
cd ~/test_site hyde gen
Serving the website
cd ~/test_site hyde serve open http://localhost:8080
Publishing the website
cd ~/test_site hyde publish -p github
Hyde supports extensible publishers. Right now only github is implemented. The hyde documentation is published to github pages using this command with the following configuration:
publisher: github: type: hyde.ext.publishers.dvcs.Git path: ../hyde.github.com url: git@github.com:hyde/hyde.github.com.git
Examples
A brief list of features
Support for multiple templates (although only Jinja2 is currently implemented)
The different processor modules in the previous version are now replaced by a plugin object. This allows plugins to listen to events that occur during different times in the lifecycle and respond accordingly.
Metadata: Hyde now supports hierarchical metadata. You can specify and override variables at the site, node or the page level and access them in the templates.
Sorting: The sorter plugin provides rich sorting options that extend the object model.
Syntactic Sugar: Because of the richness of the plugin infrastructure, hyde can now provide additional syntactic sugar to make the content more readable. See blockdown and autoextend plugin for examples.
Next Steps
Documentation
Default Layouts ✓
Django Support
Plugins:
Tags ✓
Atom / RSS
Text Compressor (CSS, JS, HTML) ✓
Image optimizer ✓
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hyde-0.8rc1.tar.gz
.
File metadata
- Download URL: hyde-0.8rc1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39ef385fa932170e428958ae735550d686fce006b7658817bb7acec373cbacb9 |
|
MD5 | 382200a1c4d2d59cfc8e2d3176ffab5d |
|
BLAKE2b-256 | 3cd1263afb52f470c4a624a8d388b1e45f3e44e005ce8d4364ddd1225926a9d2 |