How to setup a Jeckyll blog

Setting up this blog

This is a Jeckyll blog hosted on Github pages.

Install Jeckyll

I followed instructions here

Install Ruby

# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install Ruby
brew install ruby

Install Jeckyll

gem install --user-install bundler jekyll

Select and customize theme

###

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

  5. First list item
    • First nested list item
      • Second nested list item
  • test
      one to
  • · jeckyll, github, howto