Skip to content

Instantly share code, notes, and snippets.

@Jverma
Last active January 2, 2016 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jverma/8e23ea7808fe5bfb7337 to your computer and use it in GitHub Desktop.
Save Jverma/8e23ea7808fe5bfb7337 to your computer and use it in GitHub Desktop.
Instructions to set up

Instructions to set up a Jekyll blog

Requirements:

  • gem
  • Jekyll
  • bundler

Install Jekyll

gem install jekyll

Install bundler

gem install bundler

Clone the theme repository

git clone ....

Install dependencies

bundle install

Write the contents of the post/page

Build Jekyll

bundle exec jekyll build

Push contents to the github repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment