Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rake tasks #7

Closed
barbu110 opened this issue Jan 25, 2016 · 4 comments · May be fixed by #15
Closed

Rake tasks #7

barbu110 opened this issue Jan 25, 2016 · 4 comments · May be fixed by #15

Comments

@barbu110
Copy link

Wouldn't it be nice to have Rake tasks available for making our lives easier? Something like Jekyll Bootstrap provides:

$ rake post title="Hello World"
@kronik3r
Copy link
Owner

Hi, that could be great yeah, but that's out my area of expertise, maybe you could do a PR?!

@barbu110
Copy link
Author

I will work on it :)

On Sat, Jan 30, 2016 at 3:37 PM, Motaquillah Maddane <
notifications@github.com> wrote:

Hi, that could be great yeah, but that's out my area of expertise, maybe
you could do a PR?!


Reply to this email directly or view it on GitHub
#7 (comment).

Victor Barbu

@kronik3r
Copy link
Owner

👍 amen to this one :D

AdeebNqo added a commit to AdeebNqo/adeebnqo.github.io that referenced this issue Feb 11, 2016
Putting back content, preserving filename
barbu110 pushed a commit to barbu110/daktilo that referenced this issue Feb 12, 2016
Created Rakefile and added support for post creation through Rake command "task".

closes kronik3r#7
@barbu110
Copy link
Author

Added support for rake post command. The supported parameters are:

  • title - the human readable title of the post (e.g. My superb post)
  • tags - a list of tags in the format ["tag1", "tag2"]

Example:

rake post title="Welcome to my blog"

barbu110 pushed a commit to barbu110/daktilo that referenced this issue Feb 12, 2016
Created version YAML file and added support for the "version" Rake task.

depends on kronik3r#7
closes kronik3r#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants