From e75ed4fd0a32765864bb06ec55dccf38ddae22d5 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 27 Jun 2024 10:36:06 -0700 Subject: Copy the Gemfile, and provide a copy of "this" theme --- Gemfile | 1 + bin/willora | 2 ++ themes/this-acknowledgments-theme.yml | 3 +++ themes/this-colophon-theme.yml | 3 +++ themes/this-dedication-theme.yml | 3 +++ themes/this-theme.yml | 3 +++ 6 files changed, 15 insertions(+) create mode 100644 themes/this-acknowledgments-theme.yml create mode 100644 themes/this-colophon-theme.yml create mode 100644 themes/this-dedication-theme.yml create mode 100644 themes/this-theme.yml diff --git a/Gemfile b/Gemfile index b7ce559..54ce023 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" + gem "asciidoctor-pdf", git: "https://github.com/magentastripe/asciidoctor-pdf", branch: "2.3.17-magentastripe" diff --git a/bin/willora b/bin/willora index a97f2b8..f2de4f0 100755 --- a/bin/willora +++ b/bin/willora @@ -88,6 +88,8 @@ class Willora realdestbase = File.join(@opts[:destination], @opts[:nickname]) FileUtils.mkdir_p(realdestbase, :verbose => true) + alldirs << File.join(_willorabase, "Gemfile") + alldirs.each do |dir| basename = File.basename(dir) realdest = File.join(realdestbase, basename) diff --git a/themes/this-acknowledgments-theme.yml b/themes/this-acknowledgments-theme.yml new file mode 100644 index 0000000..3ee7dfb --- /dev/null +++ b/themes/this-acknowledgments-theme.yml @@ -0,0 +1,3 @@ +--- + +extends: poppy-acknowledgments diff --git a/themes/this-colophon-theme.yml b/themes/this-colophon-theme.yml new file mode 100644 index 0000000..3c1cc5a --- /dev/null +++ b/themes/this-colophon-theme.yml @@ -0,0 +1,3 @@ +--- + +extends: poppy-colophon diff --git a/themes/this-dedication-theme.yml b/themes/this-dedication-theme.yml new file mode 100644 index 0000000..c5764d0 --- /dev/null +++ b/themes/this-dedication-theme.yml @@ -0,0 +1,3 @@ +--- + +extends: poppy-dedication diff --git a/themes/this-theme.yml b/themes/this-theme.yml new file mode 100644 index 0000000..0d73ccd --- /dev/null +++ b/themes/this-theme.yml @@ -0,0 +1,3 @@ +--- + +extends: poppy -- cgit v1.2.3