Skip to content

Instantly share code, notes, and snippets.

@solkar
Last active December 20, 2015 01:19
Show Gist options
  • Save solkar/6048661 to your computer and use it in GitHub Desktop.
Save solkar/6048661 to your computer and use it in GitHub Desktop.
Jekyll cheat sheet

Define an array in yaml header

foobar_array:
 - name: Mary Smith
   age: 27
 - {name: John Smith, age: 33}

Create new page

$ rake page name="about.md"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment