Skip to content

Commit

Permalink
Added the description-variable in the Rakefile to include it in newly…
Browse files Browse the repository at this point in the history
… created posts/pages
  • Loading branch information
LukasKnuth authored and plusjade committed Mar 24, 2012
1 parent 59d6a7b commit 1aa9527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ task :post do
post.puts "---"
post.puts "layout: post"
post.puts "title: \"#{title.gsub(/-/,' ')}\""
post.puts "description: \"\""
post.puts "category: "
post.puts "tags: []"
post.puts "---"
Expand All @@ -88,6 +89,7 @@ task :page do
post.puts "---"
post.puts "layout: page"
post.puts "title: \"#{title}\""
post.puts "description: \"\""
post.puts "---"
post.puts "{% include JB/setup %}"
end
Expand Down

0 comments on commit 1aa9527

Please sign in to comment.