:star2: Jasmine Chen's website and blog
# clone repository
git clone [email protected]:lnishan/lnishan.github.io.git
cd lnishan.github.io
# install required gems and dependencies
# bypass nokogiri libxml2 error by: bundle config build.nokogiri --use-system-libraries
bundle install
# build and run locally
bundle exec jekyll serve