Add Weblog on the Navigation Bar weblog add a new page website_log to step 1 1 rake new_page['log'] step 2 add this to the navigation bar 1 subl source/_includes/custom/navigation.html add one row to the file 1 2 3 4 5 6 <ul class="main"> <li><a href="/">Blog</a></li> <li><a href="/blog/archives">Archives</a></li> <li><a href="/about">about</a></li> <li><a href="/blog/categories/weblog">log</a></li> </ul>