A tool to generate a static blog, with restructured text input files.
positional arguments: path Path where to find the content files. (default: None)
optional arguments: -h, --help show this help message and exit -t THEME, --theme-path THEME Path where to find the theme templates. If not specified, itwill use the default one included with pelican. (default: None) -o OUTPUT, --output OUTPUT Where to output the generated files. If not specified, a directory will be created, named "output"in the current path. (default: None) -s SETTINGS, --settings SETTINGS The settings of the application, this is automatically set to pelicanconf.py if a file exists with this name. (default: None) -d, --delete-output-directory Delete the output directory. (default: None) -v, --verbose Show all messages. (default: None) -q, --quiet Show only critical errors. (default: None) -D, --debug Show all message, including debug messages. (default: None) --version Print the pelican version and exit. -r, --autoreload Relaunch pelican each time a modification occurs on the content files. (default: False)