This is my first week working with Joomla! so please excuse me if I am approaching this the wrong way.
I have created my own template using bootstrap 3 (very simple, nothing crazy). I removed the Bootstrap 2 framework in my index.php. I have completed a static homepage and I am trying not to get the Blog section working. What I want is to be able to post articles and have the page constantly show the most up to date articles.
To do this, I added a menu item, named it "Blog", and choose a Menu Item Type of "Category Blog." (Question: is "Category Blog" the correct Menu Item Type?)
Since Joomla still uses Bootstrap 2, the grid system nor the pagination does not work. I would like to override the current default.php layout to include Bootstrap 3 elements. Would I create an override for:
../com_content/category/default.php
Or do I have to create and override for each module such as the pagination and the layout.
I have read This Guide on how to do override but I am unsure what files I need to edit exactly.