Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.1 KB

100 words review

Cause hosting personal blog and website using github pages is so easy ❤️

Running it locally

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