Skip to content
Wanding Zhou - Bioinformatics edited this page Dec 20, 2019 · 5 revisions

setup, you need updated ruby on a mac (the default ruby is antequated)

brew install ruby
gem install --user-install bundler jekyll
bundle install

Local test

bundle exec jekyll serve --host 0.0.0.0 --port 4000

or

# update: doesn't quite work now
docker run -ti --entrypoint=/bin/sh -p 4000:4000 --name beautiful-jekyll -v "$PWD":/srv/jekyll beautiful-jekyll
jekyll serve
Clone this wiki locally