BLAZE-MAKE(1) | BlazeBlogger Documentation | BLAZE-MAKE(1) |
blaze-make - generates a blog from the BlazeBlogger repository
blaze-make [-cpqrIFPTV] [-b directory] [-d directory]
blaze-make -h|-v
blaze-make reads the BlazeBlogger repository, and generates a complete directory tree of static pages, including blog posts, single pages, monthly and yearly archives, tags, and even an RSS feed.
Generate a blog in a current working directory:
~]$ blaze-make Done.
Generate a blog in the "~/public_html/" directory:
~]$ blaze-make -d ~/public_html Done.
Generate a blog with full paths enabled:
~]$ blaze-make -F Done.
blaze-init(1), blaze-config(1), blaze-add(1)
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the discussion group at <http://groups.google.com/group/blazeblogger/>.
Copyright (C) 2009-2011 Jaromir Hradilek
This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2019-10-07 | Version 1.2.0 |