diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-06-27 10:36:06 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-06-27 10:36:06 -0700 |
| commit | e75ed4fd0a32765864bb06ec55dccf38ddae22d5 (patch) | |
| tree | 14a87865da3c63aff61f7386255d7d1e2d9582ec /themes | |
| parent | baa05f4d9417231c7953e0e8d13f199066e94839 (diff) | |
Copy the Gemfile, and provide a copy of "this" theme
Diffstat (limited to 'themes')
| -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 |
4 files changed, 12 insertions, 0 deletions
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 |
