DESCRIPTION
usage: blogofile [-h] [-s DIR] [--version] [-v] [-vv]- {info,init,serve,help,build} ...
 
positional arguments:
- {info,init,serve,help,build}
 - help
 - Show help for a command.
 - build
 - Build the site from source.
 - init
 - Create a new Blogofile site from an existing template.
 - serve
 - Host the _site dir with the builtin webserver. Useful for quickly testing your site. Not for production use, please use Apache instead ;)
 - info
 - Show information about the Blogofile installation and the current site.
 
optional arguments:
- -h, --help
 - show this help message and exit
 - -s DIR, --src-dir DIR
 - Your site's source directory (default is current directory)
 - 
--version
- -v, --verbose
  - 
- Be verbose
  - -vv, --veryverbose
 - Be extra verbose
 
AUTHOR
blogofile was written by Ryan McGuire <[email protected]>.This manual page was written by Andreas Rütten <[email protected]> for the Debian project (and may be used by others).

