diff --git a/images/vis/scroll/bloomberg_measles.jpg b/images/vis/scroll/bloomberg_measles.jpg new file mode 100644 index 0000000..1b3f16a Binary files /dev/null and b/images/vis/scroll/bloomberg_measles.jpg differ diff --git a/images/vis/scroll/filler_words.jpg b/images/vis/scroll/filler_words.jpg new file mode 100644 index 0000000..4ceadc4 Binary files /dev/null and b/images/vis/scroll/filler_words.jpg differ diff --git a/images/vis/scroll/nyt_world_cup.jpg b/images/vis/scroll/nyt_world_cup.jpg new file mode 100644 index 0000000..f5363f5 Binary files /dev/null and b/images/vis/scroll/nyt_world_cup.jpg differ diff --git a/new.rb b/new.rb index 8605c39..fc9065c 100755 --- a/new.rb +++ b/new.rb @@ -13,7 +13,7 @@ title = ARGV[0] # Get the filename filename = title.gsub(' ','-') -filename = "#{ Time.now.strftime('%Y-%m-%d') }-#{filename}.textile" +filename = "#{ Time.now.strftime('%Y-%m-%d') }-#{filename}.md" filepath = File.join(TARGET_DIR, filename) # Create a copy of the template with the title replaced @@ -25,4 +25,4 @@ new_post_file.puts new_post new_post_file.close -puts "created => #{filepath}" \ No newline at end of file +puts "created => #{filepath}"