1
0
Fork 0
forked from github/pelican

add the settings for pelican command line usage example

This commit is contained in:
Alexis Metaireau 2011-02-14 18:42:25 +08:00 committed by mapio
commit a9a0bd6cd3
2 changed files with 2 additions and 1 deletions

1
THANKS
View file

@ -11,3 +11,4 @@ bugs or giving ideas. Thanks to them !
- Arnaud Bos
- nblock (Florian)
- Bruno Bord
- Laureline Guérin

View file

@ -70,7 +70,7 @@ Generate your blog
To launch pelican, just use the `pelican` command::
$ pelican /path/to/your/content/
$ pelican /path/to/your/content/ [-s path/to/your/settings.py]
And… that's all! You can see your weblog generated on the `content/` folder.