diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rwxr-xr-x | bin/willora | 2 | ||||
| -rw-r--r-- | themes/this-acknowledgments-theme.yml | 3 | ||||
| -rw-r--r-- | themes/this-colophon-theme.yml | 3 | ||||
| -rw-r--r-- | themes/this-dedication-theme.yml | 3 | ||||
| -rw-r--r-- | themes/this-theme.yml | 3 |
6 files changed, 15 insertions, 0 deletions
@@ -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 |
