1BLAZE-MAKE(1) BlazeBlogger Documentation BLAZE-MAKE(1)
2
3
4
6 blaze-make - generates a blog from the BlazeBlogger repository
7
9 blaze-make [-cpqrIFPTV] [-b directory] [-d directory]
10
11 blaze-make -h|-v
12
14 blaze-make reads the BlazeBlogger repository, and generates a complete
15 directory tree of static pages, including blog posts, single pages,
16 monthly and yearly archives, tags, and even an RSS feed.
17
19 -b directory, --blogdir directory
20 Allows you to specify a directory in which the BlazeBlogger
21 repository is placed. The default option is a current working
22 directory.
23
24 -d directory, --destdir directory
25 Allows you to specify a directory in which the generated blog is to
26 be placed. The default option is a current working directory.
27
28 -c, --no-css
29 Disables creating a style sheet.
30
31 -I, --no-index
32 Disables creating the index page.
33
34 -p, --no-posts
35 Disables creating blog posts.
36
37 -P, --no-pages
38 Disables creating pages.
39
40 -T, --no-tags
41 Disables creating tags.
42
43 -r, --no-rss
44 Disables creating the RSS feed.
45
46 -F, --full-paths
47 Enables including page names in generated links.
48
49 -q, --quiet
50 Disables displaying of unnecessary messages.
51
52 -V, --verbose
53 Enables displaying of all messages, including a list of created
54 files.
55
56 -h, --help
57 Displays usage information and exits.
58
59 -v, --version
60 Displays version information and exits.
61
63 .blaze/theme/
64 A directory containing blog themes.
65
66 .blaze/style/
67 A directory containing style sheets.
68
69 .blaze/lang/
70 A directory containing language files.
71
73 Generate a blog in a current working directory:
74
75 ~]$ blaze-make
76 Done.
77
78 Generate a blog in the "~/public_html/" directory:
79
80 ~]$ blaze-make -d ~/public_html
81 Done.
82
83 Generate a blog with full paths enabled:
84
85 ~]$ blaze-make -F
86 Done.
87
89 blaze-init(1), blaze-config(1), blaze-add(1)
90
92 To report a bug or to send a patch, please, add a new issue to the bug
93 tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
94 the discussion group at <http://groups.google.com/group/blazeblogger/>.
95
97 Copyright (C) 2009-2010 Jaromir Hradilek
98
99 This program is free software; see the source for copying conditions.
100 It is distributed in the hope that it will be useful, but WITHOUT ANY
101 WARRANTY; without even the implied warranty of MERCHANTABILITY or
102 FITNESS FOR A PARTICULAR PURPOSE.
103
104
105
106Version 1.1.2 2010-11-08 BLAZE-MAKE(1)