summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2012-03-24bump to 0.2.13Jade Dominguez
2012-03-24stylingJade Dominguez
2012-03-24Added the description-variable in the Rakefile to include it in newly ↵Lukas Knuth
created posts/pages
2012-03-07Bump to 0.2.9Jade Dominguez
2012-03-07Fix typoJade Dominguez
2012-03-07Fix for the error on post creation if date was not specified.Alistair Hutchison
2012-03-01bump to 0.2.8Jade Dominguez
Forgot about my buddy @metalelf0 =/
2012-03-01Added exception handling to display a user friendly message when time parse ↵Andrea Schiavini
goes wrong
2012-03-01Forgot including require timeAndrea Schiavini
2012-03-01Using Time.parse to ensure date format is validAndrea Schiavini
2012-03-01Added option to specify time when creating postsAndrea Schiavini
2012-03-01bump to 0.2.7Jade Dominguez
2012-03-01Merge pull request #40 from 3martini/windows-topicJade
Windows MSYS Support
2012-03-01Merge remote-tracking branch 'nolith/custom-rake' into jb-development. issue #33Jade Dominguez
2012-02-23Improved error text.Anton Vattay
2012-02-23Issue #46, theme install fails on msys, permissions.Anton Vattay
2012-02-08Added error check for git clone system call.Anton Vattay
2012-02-06Loading custom rake file from _rake/*.rakeAlessio Caiazza
2012-02-03bump version : 0.2.0Jade Dominguez
2012-02-01Fix prompt complaining that directories already existJade Dominguez
When installing from a theme package we create an array of all files to be mirrored. We need to omit directories from this array since directories are recursively created for a given file. This needlessly raised 'directory already exist' errors which was annoying. - Also make error output friendlier
2012-02-01Namespace 'switch_theme'Jade Dominguez
Make sure to maintain backwards compatibility
2012-02-01Update theme packager methodsJade Dominguez
Allow users to pass git url for a given theme to be installed. Use manifest to maintain compatibility. Add TomDoc comments
2012-02-01Implement theme installer v 0.1.0Jade Dominguez
2012-01-24Use ENV variables for switch_themeJade Dominguez
2012-01-23Add rake task to create pagesJade Dominguez
Usage: rake page name='about.md'
2012-01-23Refactor new post rake taskJade Dominguez
Rename from 'rake new_post' to 'rake post'. Also use environment variables over rake arguments
2012-01-23Include 'JB/setup' in all posts and pagesJade Dominguez
This is the only way we can have global access to dynamic liquid variables. Using site configuration is too convulated since switching themes and runing in development vs. production relies on being able to dynamically define variables
2012-01-21Provide set_paths to all layoutsJade Dominguez
2012-01-20Themes can define configuration dataJade Dominguez
Themes can define a 'settings.yml' file which will get injected into the root default.html layout YAML Front Matter which can be accessed through the 'page' variable.
2012-01-18reorganize rakefileJade Dominguez
Namely standardized some logic and put config variables in hash
2012-01-18Merge pull request #11 from pradeep1288/masterJade
Created a new rake task : new_post
2012-01-16Change directory tests in switch_theme task to use FileTest.directory? ↵Jesse Chan-Norris
instead of Dir.exists? for ruby 1.8.7 compatibility.
2012-01-16adding the new_post task, with bugs fixed which were pointed out by @swansonPradeep Nayak
2012-01-12add rake preview for developmentYuya Saito
2012-01-11version 0.0.1Jade Dominguez