Skip to content

Instantly share code, notes, and snippets.

@curiouslychase
Created August 13, 2013 13:40
Show Gist options
  • Save curiouslychase/6221236 to your computer and use it in GitHub Desktop.
Save curiouslychase/6221236 to your computer and use it in GitHub Desktop.
Quick Jekyll Meta Sublime Snippet. USE: in sublime, type jm, hit tab and your snippet is inserted.
<snippet>
<content><![CDATA[
---
layout: post
title: "${1:Post Title}"
date: "${2:Date}"
tags: [${3:Tags}]
excerpt: "${4:The Excerpt}"
---
]]></content>
<tabTrigger>jm</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment