Blog Section

Jake G May 04, 2021 [Features] #config

You can place your content in content/blog/ instead of content/ this will make post urls example.com/blog/post-title

In the blog directory you will see the _index.md:

+++
template = "index.html"
paginate_by = 3
sort_by = "date"
+++

Instead of index.html you can also specify archive.html, both templates support sections:

+++
template = "archive.html"
+++