pelican/pelican
W. Trevor King 0dee76f259 samples: Remove EXTRA_PATH_METADATA entries for pictures
I'd added them earlier to test that a configuration edit could
preserve the original output locations.  However, it is likely that
you have quite a number of static files, and we shouldn't recommend
listing explicit paths for all of them.  With this configuration
change, the pictures will be copied into the output directory using
their original relative path (e.g. `pictures/Fat_Cat.jpg` without the
`static`).  Any |filename|-style links will be updated automatically.

If you *want* the pictures to end up in a `static` directory, it's
easier to just organize your source that way.
2013-06-15 20:52:16 -04:00
..
tests samples: Remove EXTRA_PATH_METADATA entries for pictures 2013-06-15 20:52:16 -04:00
themes Clean up and improve <head> of notmyidea theme 2013-04-23 06:51:22 -07:00
tools Encoding issue in pelican-quickstart. Fixes #904 2013-05-26 11:38:55 +01:00
__init__.py Replace settings.get(key) with settings[key] for default settings 2013-06-02 14:24:27 -04:00
contents.py content: Don't update static content 2013-06-12 17:37:21 -04:00
generators.py generators: get_files() should use paths relative to Generator.path 2013-06-12 17:37:22 -04:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
readers.py readers: Ensure the reader class is enabled before instantiating 2013-06-12 17:37:21 -04:00
rstdirectives.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
server.py Adding a message for gracefully shutting down dev server 2013-03-19 12:15:58 +01:00
settings.py settings: Fix deprecation warning in configure_settings() 2013-06-13 21:18:57 -04:00
signals.py generators: Update PagesGenerator to use new read_file 2013-06-12 15:02:31 -04:00
urlwrappers.py Make tags and cats case insensitive. Fixes #704. 2013-05-03 17:37:45 +01:00
utils.py utils: Use pytz instead of datetime.timezone for timezones 2013-06-11 22:54:01 -04:00
writers.py Replace settings.get(key) with settings[key] for default settings 2013-06-02 14:24:27 -04:00