I am moving my personal blog from Jekyll to Zola, but I am struggling to understand how to exclude a section from being rendered on the main page.
I want a paginated list of posts on the /, all posts are available in the content directory. And I want an /about page, to be excluded from posts list, that will render ./content/about/index.md
✗ zola serve
Building site...
Checking all internal links with anchors.
> Successfully checked 5 internal link(s) with anchors.
-> Creating 11 pages (0 orphan) and 1 sections
Error: Failed to serve the site
Error: Failed to render section '/Users/punkpen/Documents/blog/content/about/_index.md'
Error: Reason: Failed to render 'page.html'
Error: Reason: Variable `page.title` not found in context while rendering 'page.html'