About
BlazeBlogger is a simple to use but capable CMS for the command line. Being written in Perl as a cross-platform application and producing the static content without the need of database servers or server side scripting, it is literally a CMS without boundaries suitable for a wide variety of web presentations, from personal weblog to a project page or even a company presentation.
Using BlazeBlogger is really easy. Strongly inspired by Git in its design and in the best spirit of Unix philosophy, it comes as a set of smaller utilities that do one thing and do it well rather than the monolithic program for everything. Keeping the default configuration you can have a full-featured blog with the first post in only three steps!
Features
- Generates valid HTML 4.01 Strict pages and RSS 2.0.
- Generates completely browsable yearly and monthly archive and tags.
- Supports both blog posts and pages.
- Enables a quick change of theme, stylesheet or localization.
- Comes with tools for easy management of your blog.
Example Usage
$ blaze-init # Creates new blog repository in .blaze/. $ blaze-add # Lets you write a post in your favourite editor. $ blaze-make # Creates the static content of your blog.
Licence
BlazeBlogger is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
This program 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. See the GNU General Public License for more details.

