For starters, the site will have three category pages: Site Updates, Articles and Tutorials. Links to two of them will be available in the nav bar.
I learned to access the posts belonging to a category from this example, and I used the Home page layout posts list as a guide for creating the page.
Later I realized I needed a way to distinguish between a category page that shows in navigation bar and one that doesn’t. This post explains a way of achieving it by combining a front matter variable (exclude) in the category page, and using the unless liquid tag in the header file.
The last thing I did was to apply a reverse tag to the list of pages for the About to be on the right. I like this solution for now because it is very simple - if the amount of pages in nav grow I might have to apply a different solution.