Skip to content

Instantly share code, notes, and snippets.

@marbiano
Created March 18, 2014 14:37
Show Gist options
  • Save marbiano/9621314 to your computer and use it in GitHub Desktop.
Save marbiano/9621314 to your computer and use it in GitHub Desktop.
_templates/article:
---
layout: {{ layout }}
title: {{ title }}
date: {{ date }}
category: {{ issue }}
---
And then from console:
octopress new article Name of the article --issue one
ERROR right now: "invalid option: --issue (OptionParser::InvalidOption)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment