Skip to content

softwareunderground/birs-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

The sources of the website are licensed under a Creative Commons Attribution 4.0 International License, except for the files that live inside the archive directory.

CC BY 4.0