Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 539 Bytes

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