Created
December 5, 2016 19:29
-
-
Save casprwang/4348f1a6dfbbc7971705895946fd3027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet head "jekyll" b | |
--- | |
layout: post | |
title: $1 | |
date: `date +%Y-%m-%d` | |
categories: | |
- $2 | |
tags: | |
- $3 | |
--- | |
$0 | |
endsnippet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment