This repository contains the website for linebender.org. More details are available on the website.
Development
Note: The site is currently built with Zola version 0.20.0.
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).
Deployment
This website is automatically deployed every time a PR is merged using GitHub Actions.