Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 468 Bytes

Derick Yang Jekyll site

Check out my site here

Getting started

This is for actually running it (probably only for me)

Ensure that ruby, rubygems, and bundler are installed.

bundle install

Make sure you are using the latest version of the github-pages gem, because that's what they're using on the live version.

To start the app locally:

bundle exec jekyll serve -w

Then visit: http://localhost:4000/.