🌟 Jasmine Chen's website and blog
- GitHub Pages
- Jekyll
- Gems
- A heavily-modified Jekyll-Uno theme
- Google Fonts
- Google Analytics
- Facebook Comments Plugin
# 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