Cause hosting personal blog and website using github pages is so easy ❤️
- My Website : Rupesh
- Template Credit : daattali/beautiful-jekyll
- Design Credit : anudit.in , deanattali.com
- For word counting : wordcounter.net
To run it locally you need to install Jekyll and bundle which you can do from here
For Linux machine I can summarize it as
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
ruby -v # to test the installation
gem update # sudo might be needed but try to avoid using sudo
gem install jekyll bundler
jekyll -v # to test the installation
cd ~/[path to this repo home]
bundle install # add your sudo password if asked for password
bundle exec jekyll serve