Created
March 18, 2014 14:37
-
-
Save marbiano/9621314 to your computer and use it in GitHub Desktop.
This file contains 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
_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