From ea926116e3d31f0e67e68107dd9cc901f8c830ac Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Tue, 15 Dec 2020 09:11:25 +0100 Subject: [PATCH] Update the template generated in Rakefile As some new features were introduced into the shell scripts in https://github.com/chrisanthropic/Open-Publisher/pull/17/ but were not added to the Rakefile. This adds them to Rakefile. --- Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Rakefile b/Rakefile index c0ebe33..f42a042 100644 --- a/Rakefile +++ b/Rakefile @@ -103,6 +103,13 @@ desc "Building our scaffolding; putting expected files in their place." create.puts "" create.puts "dedication: Dedicated to my readers." create.puts "" + create.puts "toc: false" + create.puts "" + create.puts "top-margin:" + create.puts "bottom-margin:" + create.puts "inner-margin:" + create.puts "outer-margin:" + create.puts "" create.puts "identifier:" create.puts " - scheme: UUID" create.puts " text: [Grab a free Version4 UUID from here: https://www.uuidgenerator.net/version4]"