Skip to content

Commit

Permalink
scroll images
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandham committed Mar 20, 2015
1 parent df4e06d commit 7cd2e71
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added images/vis/scroll/bloomberg_measles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vis/scroll/filler_words.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vis/scroll/nyt_world_cup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +25,4 @@
new_post_file.puts new_post
new_post_file.close

puts "created => #{filepath}"
puts "created => #{filepath}"

0 comments on commit 7cd2e71

Please sign in to comment.