1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
W. Trevor King 88b5a27ddf contents: Page.url_format should expose all metadata
I want to add `directory` metadata to each page in `content/pages/` to
place my non-article pages by hand:

  PAGE_URL = '{directory}/{slug}'
  PAGE_SAVE_AS = '{directory}/{slug}/index.html'

To do this, I need the `directory` metadata for formatting the URL.
2013-01-03 18:18:18 -05:00
..
plugins Reimplemented the gzip compression as a plugin. 2012-11-29 15:00:44 +01:00
themes Strip tags from title in simple index. Fixes #612 2012-12-02 16:10:11 -08:00
tools Merge pull request #577 from davidjb/import-improvements-slug 2012-12-11 03:52:12 -08:00
__init__.py update the version scheme to support micro versions 2012-12-04 01:43:19 +01:00
contents.py contents: Page.url_format should expose all metadata 2013-01-03 18:18:18 -05:00
generators.py add support for relative cross-site links 2012-12-01 21:32:02 +01:00
log.py pelican/log.py simplified a bit 2012-03-25 18:47:14 +02:00
paginator.py PEP8-ify. 2012-03-09 16:21:38 +01:00
readers.py Cleaned up markdown read. 2012-12-11 00:48:47 -05:00
rstdirectives.py pep8/style matching 2012-12-29 10:03:28 -08:00
settings.py revert #523 2012-12-03 22:35:11 +01:00
signals.py Merge branch 'pr/558' 2012-11-23 15:32:17 +01:00
utils.py Don't rewrite URLs 2012-12-01 21:30:50 +01:00
writers.py add support for relative cross-site links 2012-12-01 21:32:02 +01:00