Brian Mattern
1194159f17
use os.path.join
12 years ago
Brian Mattern
9c7a73fb81
no need to specify image type to save as
12 years ago
Brian Mattern
7eb25906c1
clean up docs
12 years ago
Brian Mattern
6bbcf48f61
note that cropping isn't tested yet
12 years ago
Brian Mattern
6558af0381
simplify preserve_orientation code
remove unneeded parameter
12 years ago
Brian Mattern
174559ee9e
tests for thumbnailer plugin + larger/smaller options
remove debug statements
rename thumb_size -> thumb_scale_size
12 years ago
Grygoriy Fuchedzhy
4a32b5b901
thumbnails plugin: make resources under content directory instead of generating them in deploy directly, make all thumnails in single place(content/.thumbnails) for simple maintenance but keep original deploy path to preserve naming logic in generated site
13 years ago
Grygoriy Fuchedzhy
e5e0c792a8
thumbnails plugin: added 3 crop types
13 years ago
Grygoriy Fuchedzhy
3b1a89bacb
thumbnails plugin: crop image if both width and height defined
13 years ago
Grygoriy Fuchedzhy
92d67524df
fixed function description
13 years ago
Grygoriy Fuchedzhy
cc09b2091c
added thumbnails plugin
13 years ago
Vincent Bernat
0161475d83
Coffeescript plugin: compile any .coffee file into a .js file.
12 years ago
Jared Forsyth
f130a9995c
adding restructuredtext plugin support
11 years ago
Tara Feener
6f3ce028f7
Updating the .clear styleName to be .clearfix instead. Base.j2 applies the 'clearfix' class to the 'banner' element, and not the 'clear' class. Discovered after inserting relatively position as opposed to absolutely position children into banner, floated left, and noting clearfix wasn't being properly applied to grow the height of the banner element to its children. We *could* also change the class applied to the banner to be 'clear' instead of 'clearfix', but I'd rather go with the former.
13 years ago
Paul Bonser
8a8bbbfe37
Just use _transform instead of transform
13 years ago
Paul Bonser
e6028a4c07
Break test to reveal bug, tag named transform explodes Expando
13 years ago
Lakshmi Vyasarajan
25cb561141
Bump version, update changelog & authors.
11 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 Vyas
76c924ae22
Merge pull request #200 from davefowler/master
Infinite Recursion fix
11 years ago
Lakshmi Vyas
e9a24f54da
Merge pull request #190 from irrelative/master
Fix pagination error on generation
11 years ago
Lakshmi Vyas
eee0318ace
Merge pull request #163 from Erkan-Yilmaz/master
typo
11 years ago
Lakshmi Vyas
ef71d2457f
Merge pull request #150 from joshgerdes/master
Added encoding safe list config value
11 years ago
Lakshmi Vyas
e7c77edd98
Merge pull request #138 from merlinrebrovic/master
Updates and improves the "starter" template.
11 years ago
Lakshmi Vyas
febfc69797
Merge pull request #176 from jd/master
Fix Atom feed title generation
11 years ago
Lakshmi Vyas
0ba8198ca4
Merge pull request #203 from adube/patch-2
Update hyde/layouts/basic/layout/atom.j2
11 years ago
Alexandre Dubé
e01c289922
Update hyde/layouts/basic/layout/atom.j2
Fix to the atom.j2 layout to keep the article 'resource' scope, thus fixing some issues that may occur if you had references to the 'resource' variable within the article content.
12 years ago
dave
a4134a5f49
fixes #155 infinate recursion error with resource dependencies
12 years ago
justin
ded3fad91f
Avoid index error if there aren't pages when iterating for paginator.
12 years ago
Julien Danjou
d47707af6c
Add Node.rwalk support
Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago
Julien Danjou
da9178b83d
Force escape on title in Atom feed
Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago
Erkan Yilmaz
59fe462741
typo
13 years ago
Lakshmi Vyasarajan
e1cdd457f9
Issue #161 : Fixed stylus indent issues with empty files.
13 years ago
Lakshmi Vyasarajan
7451edd83c
Issue #107 : Added support for plugin paths relative to site.
13 years ago
Josh Gerdes
fb93f91be9
Added config value to allow user-defined encode safe list to be used with the encoding of url values (media_url, content_url, and full_url). I wanted to use absolute urls for the media_url config value (I did not want to encode : or /).
13 years ago
Merlin
a80ebb6f0e
Updates and improves the "starter" template.
* Cleans up CSS.
* Handles page title endings more elegantly.
* Renders the advanced menu below the basic one.
* Corrects and updates content.
* Explains how to generate and serve the template.
* Makes it more straightforward to contribute.
13 years ago
Lakshmi Vyasarajan
ea887299be
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
792ff475d5
Merge pull request #128 from idank/hyde
---
Currently results in a traceback when the command fails.
Ideally we should actually log stderr, since in most apps
thats where the errors go when something goes wrong.
13 years ago
Lakshmi Vyasarajan
f49bdac4c9
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
fef389bcfd
Merge pull request #130 from idank/hyde
---
Using dot caused jinja to fail if the tag contained
characters such as - or spaces.
13 years ago
Idan Kamara
ec7cb8adc2
Use subscript syntax in tag archive generation
Using dot caused jinja to fail if the tag contained
characters such as '-' or spaces.
13 years ago
Idan Kamara
73365e2a43
Use subprocess.check_output so output will be logged
Currently results in a traceback when the command fails.
Ideally we should actually log stderr, since in most apps
that's where the errors go when something goes wrong.
13 years ago
Lakshmi Vyasarajan
5e49e75c23
Issue #126 : (BREAKING)- Folderflattener now updates node url and deploy path properties
13 years ago
Lakshmi Vyasarajan
da39d1d3cc
Upped version. Updated Changelog and Authors
13 years ago
Lakshmi Vyasarajan
ff60c5f2c8
Merge pull request #124 from jd/hyde
---
This helps to fix issue #121
Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago
Lakshmi Vyasarajan
e536d28b28
Upped version, updated changelog and authors. Added link to hyde wiki in readme.
13 years ago
Lakshmi Vyasarajan
287042b2d5
Merge pull request #117 from vinilios/hyde
---
Added a helper method in Expando class to ease up non existing keys handling.
Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)
13 years ago
Julien Danjou
725822b493
Do not try to read meta data on simple_copy files
This helps to fix issue #121
Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago
Lakshmi Vyasarajan
eec16a112e
Issue #121 : Added simple_copy feature for deploying unprocessable files
13 years ago
Lakshmi Vyasarajan
e9193445af
Added more tests for multiple and path based matches for simple copy
13 years ago