This repository makes use of git submodules for handling the website-theme
. If you wish to make
modifications to the theme, it is recommended that you make these directly into the website-theme
repo found here.
- Clone the repository to your machine, using
--recursive
to ensure submodules are pulled.
git clone --recursive git@github.com:rndlabs/website.git
-
Follow the directions to install zola.
-
Before editing, create a branch so we don't pollute
main
cd website
git checkout -b feat/new-page
zola serve
Now you can edit the markdown in your favourite text editor with live updates!