Product SiteDocumentation Site

2.2.3. Changing a Blog Title

To change the title of a blog, use the following command:
blaze-config blog.title title
Beside this option, BlazeBlogger also allows you to specify the subtitle. This is typically a brief description of the blog, or a motto. To change the blog subtitle, run:
blaze-config blog.subtitle subtitle
The changes will take effect the next time you run the blaze-make command.
Example 2.5. Changing the Blog Title and Subtitle
To change the blog title to BlazeBlogger and the corresponding subtitle to a CMS without boundaries, type the following commands at a shell prompt:
public_html]$ blaze-config blog.title BlazeBlogger
The option has been successfully saved.
public_html]$ blaze-config blog.subtitle a CMS without boundaries
The option has been successfully saved.