Website for Xoomworks' 2020 Hackathon

Local

First install Hugo

Clone the repo and update the submodules:

git clone git@github.com:gotha/xoomworks-hackathon2020.git
cd xoomworks-hackathon2020/
git submodule update --init --recursive

All the pages and posts are in the content folder.

Make your changed and preview them by running:

hugo server

and then visit http://localhost:1313

Once your PR is merged the changes will be automatically deployed (check buildspec.yaml).