Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Update 'rake post' to support category on command line #183

Merged
merged 1 commit into from
Sep 23, 2013

Conversation

Miguelos
Copy link
Contributor

@Miguelos Miguelos commented Sep 7, 2013

Updated comment.
Creating a post with multiple tags require no whitespaces between tags:
rake post title="A Title" [date="2012-02-09"] ... tags=[tag1,tag2]
or quotes:
rake post title="A Title" [date="2012-02-09"] ... tags="[tag1, tag2]"

Updated comment.
Creating a post with multiple tags require no whitespaces between tags:
 rake post title="A Title" [date="2012-02-09"] ... tags=[tag1,tag2]
or quotes:
 rake post title="A Title" [date="2012-02-09"] ... tags="[tag1, tag2]"
@marshallshen
Copy link
Collaborator

@Miguelos 👍
Can you point me to the Jekyll documentation that allows this option?
Once confirmed that it is an update from Jekyll, I can merge this PR.

Thanks.

@Miguelos
Copy link
Contributor Author

Here is defined the category variable in the Jekyll documentation http://jekyllrb.com/docs/frontmatter/#predefined_global_variables

In the Jekyllbootstrap documentation: http://jekyllbootstrap.com/api/bootstrap-api.html#list_categories_for_a_specific_post

@marshallshen
Copy link
Collaborator

Thanks!

marshallshen added a commit that referenced this pull request Sep 23, 2013
Update 'rake post' to support category on command line
@marshallshen marshallshen merged commit 89530f6 into plusjade:master Sep 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants