- Install Jekyll.
- Clone this repository and
cd. - Run
bundle installto install all the required 'gems'. - Run
bundle exec jekyll serve --livereloadto build the site and run it on a local server.
- SSH into the website server
cdinto the repo- Pull latest changes from GitHub
- Run
bundle exec jekyll build - This will build the site in
_sitefolder - Copy the contents of
_sitein/var/www/html(/usr/bin/cp -R _site/* /var/www/html) - Your latest changes will now be reflected on https://robotics.iiit.ac.in