SYNOPSIS
pyblosxom-cmd [command]
DESCRIPTION
Pyblosxom comes with a command line tool called pyblosxom-cmd. It allows you to create new blogs, verify your configuration, run static rendering, render single urls, and run command line functions implemented in plugins.OPTIONS
- --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- -q, --quiet
- If the quiet flag is specified, then Pyblosxom will run quietly.
- --config=CONFIG
- This specifies the directory that the config.py for the blog you want to work with is in. If the config.py file is in the current directory, then you don't need to specify this. All commands except the 'create' command need a config.py file.
Commands:
- test
- generate
- create
- staticrender
- renderurl