1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Justin Mayer 886c8d649c Better defaults for quickstart settings files
Since feed generation is usually unnecessary during development (and can
produce potentially-confusing warnings when SITEURL is not set), running
"make html" will now skip feed generation by default. Feed generation
settings have been added to publishconf.py so feeds will be generated
when the site is published.

Also corrected some URLs in pelicanconf.py.
2013-04-12 08:48:42 -07:00
..
plugins fixed related_posts plugin 2013-03-26 23:17:59 -04:00
tests Change RELATIVE_URLS default to False - Fixes #829 2013-04-11 16:12:55 -07:00
themes Main CSS file uses tabs, not spaces 2013-04-10 17:14:19 -07:00
tools Better defaults for quickstart settings files 2013-04-12 08:48:42 -07:00
__init__.py Fix for issue #428: Use PLUGIN_PATH properly 2013-04-05 02:39:12 -04:00
contents.py Minor English grammar correction 2013-04-07 14:43:07 -07:00
generators.py Fix for issue #219: tags should list only main articles, not translations 2013-03-26 01:28:42 -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 fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -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 Change RELATIVE_URLS default to False - Fixes #829 2013-04-11 16:12:55 -07:00
signals.py Add a pages_generator_finalized signal. 2013-02-10 12:42:54 -08:00
urlwrappers.py contents: Add URLWrapper.__repr__ 2013-03-12 20:41:56 -04:00
utils.py Fixed path_to_url when os.sep is not '/'. 2013-04-12 15:44:53 +08:00
writers.py Change RELATIVE_URLS default to False - Fixes #829 2013-04-11 16:12:55 -07:00