Now that we have a set of sample posts to work with there are only a few more things to do before we have a properly functional blog.
By default Grav sorts all the blog posts alphabetically. With only eleven posts this is not too bad, but it could easily become very annoying to navigate as we create more and more posts.
To view a list of all your pages, go to the Pages tab in the admin panel and click on the plus icon next to Blog. This is your current folder structure.
Because we are writing a blog, it would make sense to have our most recent posts at the top of the list, as they are the most likely ones we would want to edit. Fortunately, the admin panel provides a straightforward way to do this.
The blog displays all of our posts by making a collection, which we can customize from the Blog Config tab. Because we already have that collection, choosing the above option will work for us. When we go back to the Pages tab we will see that all of our pages are now ordered based on the dates we provided earlier.
This ordering only occurs within the admin panel. It will not affect the way your pages are ordered when you view them with the File Manager, Finder, File Explorer, etc.
There is a lot going on in the left sidebar, but we can add our own custom text to it as well. This is a good place for an about the author blurb, or anything else you might want to put.
Example:
#### Blog Info
This is a sample blog following the [Grav tutorial](https://www.ds-tutorials.oucreate.com/grav) maintained by [Digital Scholarship @ OU Libraries](https://libraries.ou.edu/content/digital-scholarship-ou-libraries).
This section will be inserted between Random Article and Popular Tags in the sidebar.
This marks the end of the base Grav tutorial. You should now be able to run your own blog. The mini tutorials, as they are created, will provide information for further customization and content creation. You can also check out the various documentation resources listed in the introduction as well as the READMEs for any plugins or themes you are curious about.