Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 562 Bytes

jekhokie.github.io

Personal blog files.

Development

Assuming development on a Unix-based OS - first, install RVM. Then:

$ gem install bundler

# for nokogiri successful install
$ export CC=/usr/bin/gcc

$ bundle install

Once above is complete, can run locally:

$ jekyll serve -H 0.0.0.0 --drafts

Navigate in browser to http://<IP>:4000/ to view files, including draft files.

Production

Simply commit your code, then git push origin master, wait a few minutes, and then visit the Blog URL: https://jekhokie.github.io.