Jekyll Build And Deploy

PardhuMadipalli Logo

Pardhu Madipalli profile

  • Developed using Jekyll
  • Hosted by GitHub
  • Developed with the help of GitHub project Government Github.

Website

PardhuMadipalli GitHub Page

How to build the website locally

  • Install Ruby. Find various ways to install Ruby here.
  • Install bundler
gem install bundler
  • Install the gems using bundle
bundle install
  • Run the Jekyll server locally using
bundle exec jekyll serve