softwareunderground / birs-2023

Website for BIRS 2023 workshop

Home Page:https://birs-2023.softwareunderground.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for BIRS 2023 event

Link to the website: https://birs-2023.softwareunderground.org

How to build and serve locally

This website was created using the Zola static site generator. In order to build the website and serve it locally, you first need to install Zola.

Then, clone this repository and move to the downloaded folder:

git clone https://www.github.com/softwareunderground/birs-2023
cd birs-2023

And use Zola to build and serve the website:

zola serve

You can now checkout the built website through the link prompted to you. By default it should be http://localhost:1111.

If you are tweaking with the website, Zola will rebuild and update it as you edit it, so yo don't need to rerun zola serve to view the changes.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

Website for BIRS 2023 workshop

https://birs-2023.softwareunderground.org

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 86.7%Language:CSS 9.5%Language:JavaScript 3.8%