lib/nanoc/cli/commands/create_site.rb in nanoc-2.1.6 vs lib/nanoc/cli/commands/create_site.rb in nanoc-2.2

- old
+ new

@@ -1,7 +1,7 @@ module Nanoc::CLI - class CreateSiteCommand < Command # :nodoc: + class CreateSiteCommand < Cri::Command # :nodoc: DEFAULT_PAGE = <<EOS <h1>A Brand New nanoc Site</h1> <p>You&#8217;ve just created a new nanoc site. The page you are looking at right now is the home page for your site (and it&#8217;s probably the only page).</p> <p>To get started, consider replacing this default homepage with your own customized homepage. Some pointers on how to do so:</p>