Is the 'Q&A Site Name' in the General tab of the Admin section what you're looking for?
EDIT : add this to your theme, in qa-theme.php :
function doctype()
{
qa_html_theme_base::doctype();
if ($this->request == '') $this->content['site_title'] = 'Home Page - My Website Title';
}