Skip to content

lnishan/lnishan.github.io

Repository files navigation

lnishan.github.io

🌟 Jasmine Chen's website and blog

Powered by

Installation and Building

# clone repository
git clone git@github.com: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