How ?

How one can configure a google blogger blog to look like a website: a short summary 

1) After you create a blog in Blogger, you need to make the following settings:
Go to Template\Customize\Advanced\Add CSS
and there add the following text:
.feed-links, .blog-feeds {
display: none;
.home-link {
display: none;
.blog-pager-older-link {
display: none;
.blog-pager {
display: none;
}
.status-msg-wrap {
display:none;
}

.header-inner {
text-align: Center ;
}

.post-title{
display: none;
}  

2) You need to use the Pages and Posts combined. The posts section may be used for news, questions and answers, articles, or as another static page.
In this website, for example,  "why?" page is actually a single post, configured to be presented as a page. How was it done?

  •  navigate using blogger's interface to the Layout of the blog
  •  edit the blog posts gadget.
  •  remove all check marks (to remove date and other display properties)
  • go to Layout and there edit the pages gadget to set the order of the pages and the posts-page accordingly to your needs.
  • in the Layout, edit the navbar, and hide it.