Add the autoreload feature. This fixes #45. I've choosen to not serve the content

via HTTP, because it's really simple to do "firefox output/index.html".
This commit is contained in:
Alexis Metaireau 2011-01-12 23:45:06 +01:00
commit b8fb45de9e
3 changed files with 49 additions and 5 deletions

View file

@ -127,3 +127,10 @@ And the french one::
Despite the text quality, you can see that only the slug is the same here.
You're not forced to define the slug that way, and it's completely possible to
have two translations with the same title (which defines the slug)
Autoreload
==========
It's possible to tell pelican to watch for your modifications, instead of
manually launching it each time you need. Use the `-r` option, or
`--autoreload`.