Simon Conseil
Simon Conseil
The 3 themes use the same pattern, with a link on the title, and which I think is pretty common. But I'm opened to suggestions on how to make this...
@Glandos - Yes please, looks great!
I think I prefer the second option, to avoid the proliferation of settings, but no strong feelings (either one would be fine is someone wants to work on it 😉...
No real contributor documentation, sorry! But adding a new setting is easy (you can have a look at #270 or other PRs), and the `settings` dict is already available in...
It is called after the resize indeed, but it should be called even if `img_processor` is None: https://github.com/saimn/sigal/blob/master/sigal/image.py#L132 Are you sure that this doesn't work ?
I looked at the code and there is nothing specific for thumbnails. I think thumbnails have the copyright because there are created on the "resized" image, which should work also...
This is indeed an issue, but the only solution I see is to iterate on all images of the destination directory to see if they are still in the source...
IMO the first aproach is sufficient, the second one will not help you. I would do this at the end of `Gallery.__init__`: https://github.com/saimn/sigal/blob/master/sigal/gallery.py#L509 It could even be a plugin as...
As discussed in #276 (cc @reagle) it would be useful in some cases to have this cleanup mode, it could be an optional feature activated with `--clean` or `--purge` flag.
Hi @tasn , If I understand correctly, the idea is to generate html files for every html template found in the theme directory. Could you provide an example of how...