Your new Jekyll site <%= @gen.camelname %> has been created
<% if @gen.renamed %> (Note that ‘<%= @gen.originalname %>’ has been changed to ‘<%= @gen.wormname %>’ because Ruby finds ‘-’s troubling)
<% end %> Now do
cd <%= @gen.wormname %> bundle bundle exec jekyll serve
which will launch the site (at localhost:4000/<%= @gen.originalname %>/)
And presuming that works OK
git add . git commit -m 'First commit'
<% unless @gen.licensor %>
You should also fill in your name in LICENSE.md <% end %>