How to contribute Install Requirements: hugo (https://gohugo.io/installation/) npm (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) Install dependencies: npm install Start locally: npm run dev content (doc) is at content/docs Deploy the web npm run build npm run deploy