diff --git a/Rakefile b/Rakefile index ef5862a..715fe95 100644 --- a/Rakefile +++ b/Rakefile @@ -1,12 +1,8 @@ -require '../toto/lib/toto' +require 'toto' @config = Toto::Config::Defaults -task :default => :init - -task :init do - -end +task :default => :new task :new do article = {'title' => nil, 'date' => Time.now.strftime("%d/%m/%Y"), 'author' => @config[:author]}.to_yaml diff --git a/articles/2009-11-24.txt b/articles/2009-11-24.txt deleted file mode 100644 index 645a3eb..0000000 --- a/articles/2009-11-24.txt +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Muah -date: 24/11/2009 -author: cloudhead - -muahahah -