This is the website of the brainhack school, built with hugo.
The deployment of the website is automated using github actions.
To test it locally, you will need to:
-
Create your own fork
-
Clone this GitHub repo or the fork (change the URL if it's a fork):
git clone https://github.com/school-brainhack/school-brainhack.github.io.git
-
Make sure you're inside the
school-brainhack.github.io/
directory, then clone the submodule for themes:cd school-brainhack.github.io git submodule update --init --recursive --remote
-
If Hugo is not installed, follow the steps in their documentation to install it on your machine: https://gohugo.io/getting-started/installing/
-
To run the website locally, make sure you are still in
school-brainhack.github.io/
directory and build the website withhugo serve -D
The
-D
option is to serve the website including the draft .md files.Navigate the local version to make sure things are compiled correctly.