logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blaze-make - generates a blog from the BlazeBlogger repository

Bugs

       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/>.

Description

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.

Example Usage

       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.

Files

.blaze/theme/
           A directory containing blog themes.

       .blaze/style/
           A directory containing style sheets.

       .blaze/lang/
           A directory containing language files.

Name

       blaze-make - generates a blog from the BlazeBlogger repository

Options

-bdirectory, --blogdirdirectory
           Allows  you to specify a directory in which the BlazeBlogger repository is placed. The default option
           is a current working directory.

       -ddirectory, --destdirdirectory
           Allows you to specify a directory in which the generated blog is to be placed. The default option  is
           a current working directory.

       -c, --no-css
           Disables creating a style sheet.

       -I, --no-index
           Disables creating the index page.

       -p, --no-posts
           Disables creating blog posts.

       -P, --no-pages
           Disables creating pages.

       -T, --no-tags
           Disables creating tags.

       -r, --no-rss
           Disables creating the RSS feed.

       -F, --full-paths
           Enables including page names in generated links.

       -q, --quiet
           Disables displaying of unnecessary messages.

       -V, --verbose
           Enables displaying of all messages, including a list of created files.

       -h, --help
           Displays usage information and exits.

       -v, --version
           Displays version information and exits.

See Also

blaze-init(1), blaze-config(1), blaze-add(1)

Synopsis

blaze-make [-cpqrIFPTV] [-bdirectory] [-ddirectory]

       blaze-make-h|-v

See Also