You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Barry Clark edited this page Apr 3, 2015
·
1 revision
You don't need to set up a local development environment to write a blog post, but it's nice for previewing what your post looks like.
Install Jekyll locally in one fell swoop using gem install github-pages. This mirrors the plug-ins used by GitHub Pages on your local machine; including Jekyll, Sass, and more.
Create your own fork of this repository and git clone it down.
Run jekyll serve to serve the site locally, and go to http://0.0.0.0:4000 to view it.