Themes
Changing the theme of your blog is rather straightforward. First, extract the content of the theme package to the directory where the static content is being generated; for example, to install the theme called VectorLover:
$ tar xfz vectorlover-1.0.tar.gz
Open the template file, in this case vectorlover.html, in
your favourite text editor and replace the sidebar sections like
“About” or “Links” with appropriate information.
Then place the template file and the corresponding stylesheet to the
.blaze/theme/ and .blaze/style/ directories
respectively:
$ mv vectorlover.html .blaze/theme/ $ mv vectorlover.css .blaze/style/
Finally, change the configuration to use this theme:
$ blaze-config blog.theme vectorlover.html $ blaze-config blog.style vectorlover.css
Run blaze-make(1) to re-create the static content with the new outfit.
VectorLover 1.0
A port of a free website template by styleshout.com.
You are free to use and/or modify it for any purpose as long as you keep
the link to the author's website in the credits.
Keep It Simple 1.0
A port of a free website template by styleshout.com.
You are free to use and/or modify it for any purpose as long as you keep
the link to the author's website in the credits.

