Zola website for laniakeabooks.org.
- We have two Zola sections (
blog
andbooks
). - In Zola, each section has pages.
- Book pages are expanded as directories with
index.md
inside (note the lack of the underscore prefix). - For each section we have an
_index.md
which defines their template and their sorting.
To run the development auto-reload server:
zola serve
To build static files:
zola build
MIT