Zola Insights
2020-04-15 // Robin // 1 minutes
In this post I am going to show you how I have build this site with Zola. The template folder is organized as followed:
templates
├──404.html
├──index.html
├──macros.html
├──page.html
├──page-static.html
└──section.html
The core file is of course the index.html file. The other files only extend the index file and add other functionalities. The "page-static.html" file is intended for single sites, like an "About" or "Legal" page.
Index
I will start with the index.html
as this is the core template.