This website is based on hugo framework for building websites. Also using next assets:
- bulma.io as css framework.
- fontawesome as font for icons
- Jetbrains Mono as main font
One of way how to install hugo is just run command:
brew install hugoFor more details visit official hugo site
You also need to install some node based dependencies (bulma, postcss and autoprefixer) to create the final assets:
npm installTo run site locally just call command:
hugo serveThis is done via GitHub Actions.