Skip to content

Instantly share code, notes, and snippets.

@bis83
Created January 15, 2017 11:47
Show Gist options
  • Save bis83/ce22f1ea32a168deb66576b208fcdeb1 to your computer and use it in GitHub Desktop.
Save bis83/ce22f1ea32a168deb66576b208fcdeb1 to your computer and use it in GitHub Desktop.
GitHub PagesをローカルでDockerのJekyllを立ててチェックする方法
docker run --rm -it -v /path/to/local-github-pages-ropository:/srv/jeykll -p 127.0.0.1:4000:4000 jekyll/jekll:pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment