Skip to content

akshaybabloo/gollahalli.com

Repository files navigation

Gollahalli.com Website

Contents for gollahalli.com.

Based on Hugo 0.56+

1. Run the Website

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