Contents for gollahalli.com.
Based on Hugo 0.56+
Download and install the latest NodeJS.
Change directory to gollahalli.com
(if not already there) and install the dependencies
npm install
Copy required static files
npm run static
Generate the JS and CSS files for production
npm run build:prod
Run Hugo server
hugo serve