Skip to content

PardhuMadipalli/pardhumadipalli.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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