diff --git a/commands/log.rb b/commands/log.rb index 47e7964..ba2122f 100644 --- a/commands/log.rb +++ b/commands/log.rb @@ -11,7 +11,7 @@ module Nanoc::CLI::Commands i.reps.any? {|r| r.name == :wordcount} end - page = logs.last.identifier.gsub(/(\d+)/) {|s| s.to_i + 1} + page = "content_daily" + logs.last.identifier.gsub(/(\d+)/){|s| s.to_i + 1}.chop + ".mkd" puts "editing: #{page}..." system "emacs-gui #{page}" end diff --git a/content_daily/pigs/stannis_small.gif b/content_daily/pigs/stannis_small.gif new file mode 100644 index 0000000..4700e8f Binary files /dev/null and b/content_daily/pigs/stannis_small.gif differ