Skip to content

Instantly share code, notes, and snippets.

View zormit's full-sized avatar

Moritz Neeb zormit

  • Hamburg, Germany
View GitHub Profile
@zormit
zormit / jekyll-new
Last active February 22, 2017 14:23 — forked from xianny/jekyll-new
jekyll-new-post
#!/bin/bash
# This script creates a new post or draft in jekyll with pre-filled front matter
# ./script some title for your post
# use -d option for draft
FILEDIR="_posts/"
while getopts "d" opt; do
case $opt in
d)