1. Added Category support
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
This commit is contained in:
parent
ef3ff431e5
commit
353ccfd4eb
27 changed files with 154 additions and 713 deletions
1
Rakefile
1
Rakefile
|
@ -61,6 +61,7 @@ task :post, :filename do |t, args|
|
|||
post.puts "title: #{args.filename.gsub(/[-_]/, ' ').titlecase}"
|
||||
post.puts "date: #{Time.now.strftime('%Y-%m-%d %H:%M')}"
|
||||
post.puts "layout: post"
|
||||
post.puts "categories: []"
|
||||
post.puts "---"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue