summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rwxr-xr-xbin/willora2
-rw-r--r--themes/this-acknowledgments-theme.yml3
-rw-r--r--themes/this-colophon-theme.yml3
-rw-r--r--themes/this-dedication-theme.yml3
-rw-r--r--themes/this-theme.yml3
6 files changed, 15 insertions, 0 deletions
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