This repository contains the website for linebender.org. More details are available on the website.
Note: The site currently needs to be built with Zola version 0.17.2. See #62 for details.
The steps you need to get building the website locally are:
- Install Zola
- Run
zola servein a terminal - Go to the address logged to the terminal window (usually localhost:1111).
This website is automatically deployed every time a PR is merged using Github actions.