Skip to content

laniakeabooks/laniakeabooks.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laniakea books

Zola website for laniakeabooks.org.

Development

  • We have two Zola sections (blog and books).
  • 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

License

MIT