A hugo powered static website.
To contribute effectively, you'll need some prerequisites installed on your machine:
- Hugo Extended v0.160+: [https://gohugo.io/installation/]
- Node v18+: [https://nodejs.org/en/download/]
- Go v1.22+: [https://go.dev/doc/install]
Install all the necessary dependencies using the following command:
yarn installTo set up the project, run the following command:
yarn project-setupStart the development server using the following command:
yarn devStart the production server to preview your changes and test functionality:
yarn preview