You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I have finished jtasks, it's a tool to simplify and automate a lot of dev routines in Jekyll projects. Currently it supports following tasks:
build Build the site.
clean Clean the site.
doctor Search site and print specific deprecation warnings.
list List all posts.
notify Notify various services about sitemap update.
post Create a new post.
preview Launches default browser for previewing generated site.
serve Serve the site locally.
Check project's readme for more details and usage examples.
If you like it and consider jtasks beneficial to Daktilo, I can prepare PR for smooth integration.
The text was updated successfully, but these errors were encountered:
I took a quick look at it the the day, but I didn't understood it fully :), I will take a deep look at it later today and I will let you know what I think.
Basically it's similar to Rakefile, but from Python world :)
Main intention is to simplify and make Jekyll CLI more convenient:
# with Jtasks:
$ inv serve -bi
# common way:
$ bundle exec jekyll serve --incremental
Jtasks also introduce some advanced features, like ping sitemap, creating posts/drafts, previewing generated site in default browser. It is also customizable on per-project basis and easily extensible with new tasks.
Hi,
Recently I have finished jtasks, it's a tool to simplify and automate a lot of dev routines in Jekyll projects. Currently it supports following tasks:
Check project's readme for more details and usage examples.
If you like it and consider jtasks beneficial to Daktilo, I can prepare PR for smooth integration.
The text was updated successfully, but these errors were encountered: