This repository contains the source code for my personal website in which i showcase some of the work i've done professionally and in my spare time. This website was made with Hugo and uses the Ananke theme.
- Hugo
- Go language
- Clone it using
git clone --recurse-submodules
to include the theme source code - In case cloned it without including the submodule use
git submodule update --init
- Run
hugo server -D
to watch the website on local server