Sorry I realize this is a very basic question but I’m attempting to do something similar as in this page - https://berto.github.io/ (Not my page)
But I’m running into an issue where I have /blog and /about in my content dir but the /about content is being displayed the same as the /blog content. So instead of displaying links to other content like this for the blog:
$ cat blog.md
+++
title = “We don’t say much”
date = 2018-10-23
+++
How do I just get it to display a page w/o it adding the date and an entry? Hopefully that makes sense, but ref the page for what I’m trying to convey. Thanks.