Product SiteDocumentation Site

2.2.4. Changing a Blog Metadata

To change the descrption of a blog, run the following command:
blaze-config blog.description description
To specify a comma-separated list of keywords that characterize the blog, type:
blaze-config blog.keywords keywords
The changes will take effect the next time you run the blaze-make command.
Example 2.6. Changing the Blog Description and Keywords
To change the blog description to a CMS without boundaries and keywords to blazeblogger, cms, and blog, type the following at a shell prompt:
public_html]$ blaze-config blog.description a CMS without boundaries
The option has been successfully saved.
public_html]$ blaze-config blog.keywords blazeblogger, cms, blog
The option has been successfully saved.