Jon Banafato
|
0a9f3a7c68
|
Hoist tests out of the core package
Tests are not part of the core logic of Hyde, and they should not be
packaged as such.
|
9 years ago |
Julien Danjou
|
aded6f676e
|
paginator: no fail if no meta
Signed-off-by: Julien Danjou <julien@danjou.info>
|
9 years ago |
Jordi Llonch
|
089cf7af9d
|
pep8
|
9 years ago |
Lakshmi Vyasarajan
|
bcc1346854
|
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
|
11 years ago |
Lakshmi Vyasarajan
|
5e49e75c23
|
Issue #126: (BREAKING)- Folderflattener now updates node url and deploy path properties
|
13 years ago |
Gareth Redman
|
80fd3adeaa
|
Fix dependant resources.
Attach all post resources to all page resources. Now `hyde gen' works. Also
fix up a couple of the unit tests.
|
13 years ago |
Gareth Redman
|
716dc64fa5
|
Paginator plugin.
Configured in a resource's metadata, creates copies of that resource, each of
which will receive its own `page' containing a distinct list of `posts'.
|
13 years ago |