Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 519 Bytes

File metadata and controls

18 lines (13 loc) · 519 Bytes

doughertym.github.io

Tools & Resources

Run Locally

[doughertym.github.io]-> docker run --rm -v "${PWD}:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:builder bash
bash-5.0# bundle config set --local path 'vendor/bundle'
bash-5.0# bundle install
bash-5.0# bundle exec jekyll serve -s docs/ --verbose --host 0.0.0.0 --watch