hyde is a static website generator
Project description
Version 0.7b1
# A brand new hyde
This is the new version of hyde under active development. Incomplete documentation can be found [here][hydedocs]. [This][hyde1-0] should give a good understanding of the motivation behind this version. You can also take a look at the [documentation source][docs] for a reference implementation.
[hyde1-0]: http://groups.google.com/group/hyde-dev/web/hyde-1-0 [docs]: https://github.com/hyde/hyde/tree/master/hyde/layouts/doc [hydedocs]: http://hyde.github.com/overview
[Here](http://groups.google.com/group/hyde-dev/browse_thread/thread/2a143bd2081b3322) is the initial announcement of the project.
## 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 -l doc
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
The server also regenerates on demand. As long as the server is running, you can make changes to your source and refresh the browser to view the changes.
## Examples
[Cloudpanic](https://github.com/tipiirai/cloudpanic)
## 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.7b1.tar.gz
.
File metadata
- Download URL: hyde-0.7b1.tar.gz
- Upload date:
- Size: 107.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d2cfb417170b3c3b67f659da1eb9ce3d616da367aa3dc7eac53c7d4f2c9d820 |
|
MD5 | cb978e4af540d8125f2ee0569a61a0b9 |
|
BLAKE2b-256 | a3468bdd267a8356b1c2d7a14928870e4566bf2727246db85ac30ad36c3adbc7 |