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
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
e68eaf3880
Upgrade dependencies and setup for 0.8.5.
- Upgrade and fix versions for dependencies
- Use the typogrify package on pypi
- Fix tests that break because of the upgrades
- Bump version
11 years ago
Lakshmi Vyasarajan
ec011bfda6
Issue #77 : Tagger now generates archives upfront in begin_site
* Archives are generated in begin_site to honour meta data
* Archives are first class resources
* Archive configuration now accepts an additional meta parameter
* The default nodemeta property now points to meta.yaml
13 years ago
Lakshmi Vyasarajan
e65c39f6a1
Removed debug statements. Added tests to make sure meta does not process markdown heading mark up
14 years ago
Lakshmi Vyasarajan
b6bff2abab
Made notemeta.yaml configurable
14 years ago
Lakshmi Vyasarajan
6b90d34a4a
Added ability to set is_processable and uses_template using metadata plugin
14 years ago
Lakshmi Vyasarajan
a497bde937
Fixed syntax for meta and blockdown tags
14 years ago
Lakshmi Vyasarajan
713a00d909
Added hierarchical metadata plugin
14 years ago
Lakshmi Vyasarajan
109c113d30
More robust testing of metadata load
14 years ago
Lakshmi Vyasarajan
6ef606cf5b
Meta data plugin added
14 years ago