From befa671464df2f76a2b60ed2e00fef987fca4bbd Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 3 Dec 2019 21:45:29 -0800 Subject: [PATCH] switching theme update method --- themes/{terminal => terminal-old}/.babelrc | 0 themes/{terminal => terminal-old}/.eslintrc.yml | 0 themes/{terminal => terminal-old}/.gitignore | 0 themes/{terminal => terminal-old}/.prettierrc | 0 themes/{terminal => terminal-old}/LICENSE.md | 0 themes/{terminal => terminal-old}/README.md | 0 themes/{terminal => terminal-old}/USERS.md | 0 .../{terminal => terminal-old}/archetypes/posts.md | 0 .../exampleSite/config.toml | 0 .../exampleSite/content/about.md | 0 .../exampleSite/content/post/hello.md | 0 .../exampleSite/content/showcase.md | 0 .../exampleSite/static/img/hello.jpg | Bin .../images/screenshot.png | Bin themes/{terminal => terminal-old}/images/tn.png | Bin .../layouts/_default/baseof.html | 0 .../layouts/_default/list.html | 0 .../layouts/_default/single.html | 0 .../layouts/partials/comments.html | 0 .../layouts/partials/extended_footer.html | 0 .../layouts/partials/extended_head.html | 0 .../layouts/partials/footer.html | 0 .../layouts/partials/head.html | 0 .../layouts/partials/header.html | 0 .../layouts/partials/logo.html | 0 .../layouts/partials/menu.html | 0 .../layouts/partials/pagination.html | 0 .../layouts/shortcodes/figure.html | 0 .../layouts/shortcodes/image.html | 0 themes/{terminal => terminal-old}/package.json | 0 themes/{terminal => terminal-old}/postcss.config.js | 0 .../source/css/buttons.css | 0 .../source/css/color/blue.css | 0 .../source/css/color/green.css | 0 .../source/css/color/pink.css | 0 .../source/css/color/red.css | 0 .../{terminal => terminal-old}/source/css/font.css | 0 .../source/css/footer.css | 0 .../source/css/header.css | 0 .../{terminal => terminal-old}/source/css/logo.css | 0 .../{terminal => terminal-old}/source/css/main.css | 0 .../source/css/pagination.css | 0 .../{terminal => terminal-old}/source/css/post.css | 0 .../{terminal => terminal-old}/source/css/prism.css | 0 .../{terminal => terminal-old}/source/css/style.css | 0 .../source/css/syntax.css | 0 .../source/css/variables.css | 0 .../source/fonts/FiraCode-Bold.woff | Bin .../source/fonts/FiraCode-Regular.woff | Bin .../source/js/languageSelector.js | 0 themes/{terminal => terminal-old}/source/js/main.js | 0 themes/{terminal => terminal-old}/source/js/menu.js | 0 .../{terminal => terminal-old}/source/js/prism.js | 0 .../assets/2bf08001f42c34e30e1de9d2eb81aead.woff | Bin .../assets/62da0ac51db1e4a3a4d57b9154a344fc.woff | Bin .../static/assets/blue.css | 0 .../static/assets/green.css | 0 .../static/assets/main.js | 0 .../static/assets/pink.css | 0 .../static/assets/prism.js | 0 .../static/assets/red.css | 0 .../static/assets/style.css | 0 .../static/img/favicon/blue.png | Bin .../static/img/favicon/green.png | Bin .../static/img/favicon/orange.png | Bin .../static/img/favicon/pink.png | Bin .../static/img/favicon/red.png | Bin themes/{terminal => terminal-old}/theme.toml | 0 themes/{terminal => terminal-old}/webpack.config.js | 0 themes/{terminal => terminal-old}/yarn.lock | 0 70 files changed, 0 insertions(+), 0 deletions(-) rename themes/{terminal => terminal-old}/.babelrc (100%) rename themes/{terminal => terminal-old}/.eslintrc.yml (100%) rename themes/{terminal => terminal-old}/.gitignore (100%) rename themes/{terminal => terminal-old}/.prettierrc (100%) rename themes/{terminal => terminal-old}/LICENSE.md (100%) rename themes/{terminal => terminal-old}/README.md (100%) rename themes/{terminal => terminal-old}/USERS.md (100%) rename themes/{terminal => terminal-old}/archetypes/posts.md (100%) rename themes/{terminal => terminal-old}/exampleSite/config.toml (100%) rename themes/{terminal => terminal-old}/exampleSite/content/about.md (100%) rename themes/{terminal => terminal-old}/exampleSite/content/post/hello.md (100%) rename themes/{terminal => terminal-old}/exampleSite/content/showcase.md (100%) rename themes/{terminal => terminal-old}/exampleSite/static/img/hello.jpg (100%) rename themes/{terminal => terminal-old}/images/screenshot.png (100%) rename themes/{terminal => terminal-old}/images/tn.png (100%) rename themes/{terminal => terminal-old}/layouts/_default/baseof.html (100%) rename themes/{terminal => terminal-old}/layouts/_default/list.html (100%) rename themes/{terminal => terminal-old}/layouts/_default/single.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/comments.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/extended_footer.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/extended_head.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/footer.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/head.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/header.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/logo.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/menu.html (100%) rename themes/{terminal => terminal-old}/layouts/partials/pagination.html (100%) rename themes/{terminal => terminal-old}/layouts/shortcodes/figure.html (100%) rename themes/{terminal => terminal-old}/layouts/shortcodes/image.html (100%) rename themes/{terminal => terminal-old}/package.json (100%) rename themes/{terminal => terminal-old}/postcss.config.js (100%) rename themes/{terminal => terminal-old}/source/css/buttons.css (100%) rename themes/{terminal => terminal-old}/source/css/color/blue.css (100%) rename themes/{terminal => terminal-old}/source/css/color/green.css (100%) rename themes/{terminal => terminal-old}/source/css/color/pink.css (100%) rename themes/{terminal => terminal-old}/source/css/color/red.css (100%) rename themes/{terminal => terminal-old}/source/css/font.css (100%) rename themes/{terminal => terminal-old}/source/css/footer.css (100%) rename themes/{terminal => terminal-old}/source/css/header.css (100%) rename themes/{terminal => terminal-old}/source/css/logo.css (100%) rename themes/{terminal => terminal-old}/source/css/main.css (100%) rename themes/{terminal => terminal-old}/source/css/pagination.css (100%) rename themes/{terminal => terminal-old}/source/css/post.css (100%) rename themes/{terminal => terminal-old}/source/css/prism.css (100%) rename themes/{terminal => terminal-old}/source/css/style.css (100%) rename themes/{terminal => terminal-old}/source/css/syntax.css (100%) rename themes/{terminal => terminal-old}/source/css/variables.css (100%) rename themes/{terminal => terminal-old}/source/fonts/FiraCode-Bold.woff (100%) rename themes/{terminal => terminal-old}/source/fonts/FiraCode-Regular.woff (100%) rename themes/{terminal => terminal-old}/source/js/languageSelector.js (100%) rename themes/{terminal => terminal-old}/source/js/main.js (100%) rename themes/{terminal => terminal-old}/source/js/menu.js (100%) rename themes/{terminal => terminal-old}/source/js/prism.js (100%) rename themes/{terminal => terminal-old}/static/assets/2bf08001f42c34e30e1de9d2eb81aead.woff (100%) rename themes/{terminal => terminal-old}/static/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff (100%) rename themes/{terminal => terminal-old}/static/assets/blue.css (100%) rename themes/{terminal => terminal-old}/static/assets/green.css (100%) rename themes/{terminal => terminal-old}/static/assets/main.js (100%) rename themes/{terminal => terminal-old}/static/assets/pink.css (100%) rename themes/{terminal => terminal-old}/static/assets/prism.js (100%) rename themes/{terminal => terminal-old}/static/assets/red.css (100%) rename themes/{terminal => terminal-old}/static/assets/style.css (100%) rename themes/{terminal => terminal-old}/static/img/favicon/blue.png (100%) rename themes/{terminal => terminal-old}/static/img/favicon/green.png (100%) rename themes/{terminal => terminal-old}/static/img/favicon/orange.png (100%) rename themes/{terminal => terminal-old}/static/img/favicon/pink.png (100%) rename themes/{terminal => terminal-old}/static/img/favicon/red.png (100%) rename themes/{terminal => terminal-old}/theme.toml (100%) rename themes/{terminal => terminal-old}/webpack.config.js (100%) rename themes/{terminal => terminal-old}/yarn.lock (100%) diff --git a/themes/terminal/.babelrc b/themes/terminal-old/.babelrc similarity index 100% rename from themes/terminal/.babelrc rename to themes/terminal-old/.babelrc diff --git a/themes/terminal/.eslintrc.yml b/themes/terminal-old/.eslintrc.yml similarity index 100% rename from themes/terminal/.eslintrc.yml rename to themes/terminal-old/.eslintrc.yml diff --git a/themes/terminal/.gitignore b/themes/terminal-old/.gitignore similarity index 100% rename from themes/terminal/.gitignore rename to themes/terminal-old/.gitignore diff --git a/themes/terminal/.prettierrc b/themes/terminal-old/.prettierrc similarity index 100% rename from themes/terminal/.prettierrc rename to themes/terminal-old/.prettierrc diff --git a/themes/terminal/LICENSE.md b/themes/terminal-old/LICENSE.md similarity index 100% rename from themes/terminal/LICENSE.md rename to themes/terminal-old/LICENSE.md diff --git a/themes/terminal/README.md b/themes/terminal-old/README.md similarity index 100% rename from themes/terminal/README.md rename to themes/terminal-old/README.md diff --git a/themes/terminal/USERS.md b/themes/terminal-old/USERS.md similarity index 100% rename from themes/terminal/USERS.md rename to themes/terminal-old/USERS.md diff --git a/themes/terminal/archetypes/posts.md b/themes/terminal-old/archetypes/posts.md similarity index 100% rename from themes/terminal/archetypes/posts.md rename to themes/terminal-old/archetypes/posts.md diff --git a/themes/terminal/exampleSite/config.toml b/themes/terminal-old/exampleSite/config.toml similarity index 100% rename from themes/terminal/exampleSite/config.toml rename to themes/terminal-old/exampleSite/config.toml diff --git a/themes/terminal/exampleSite/content/about.md b/themes/terminal-old/exampleSite/content/about.md similarity index 100% rename from themes/terminal/exampleSite/content/about.md rename to themes/terminal-old/exampleSite/content/about.md diff --git a/themes/terminal/exampleSite/content/post/hello.md b/themes/terminal-old/exampleSite/content/post/hello.md similarity index 100% rename from themes/terminal/exampleSite/content/post/hello.md rename to themes/terminal-old/exampleSite/content/post/hello.md diff --git a/themes/terminal/exampleSite/content/showcase.md b/themes/terminal-old/exampleSite/content/showcase.md similarity index 100% rename from themes/terminal/exampleSite/content/showcase.md rename to themes/terminal-old/exampleSite/content/showcase.md diff --git a/themes/terminal/exampleSite/static/img/hello.jpg b/themes/terminal-old/exampleSite/static/img/hello.jpg similarity index 100% rename from themes/terminal/exampleSite/static/img/hello.jpg rename to themes/terminal-old/exampleSite/static/img/hello.jpg diff --git a/themes/terminal/images/screenshot.png b/themes/terminal-old/images/screenshot.png similarity index 100% rename from themes/terminal/images/screenshot.png rename to themes/terminal-old/images/screenshot.png diff --git a/themes/terminal/images/tn.png b/themes/terminal-old/images/tn.png similarity index 100% rename from themes/terminal/images/tn.png rename to themes/terminal-old/images/tn.png diff --git a/themes/terminal/layouts/_default/baseof.html b/themes/terminal-old/layouts/_default/baseof.html similarity index 100% rename from themes/terminal/layouts/_default/baseof.html rename to themes/terminal-old/layouts/_default/baseof.html diff --git a/themes/terminal/layouts/_default/list.html b/themes/terminal-old/layouts/_default/list.html similarity index 100% rename from themes/terminal/layouts/_default/list.html rename to themes/terminal-old/layouts/_default/list.html diff --git a/themes/terminal/layouts/_default/single.html b/themes/terminal-old/layouts/_default/single.html similarity index 100% rename from themes/terminal/layouts/_default/single.html rename to themes/terminal-old/layouts/_default/single.html diff --git a/themes/terminal/layouts/partials/comments.html b/themes/terminal-old/layouts/partials/comments.html similarity index 100% rename from themes/terminal/layouts/partials/comments.html rename to themes/terminal-old/layouts/partials/comments.html diff --git a/themes/terminal/layouts/partials/extended_footer.html b/themes/terminal-old/layouts/partials/extended_footer.html similarity index 100% rename from themes/terminal/layouts/partials/extended_footer.html rename to themes/terminal-old/layouts/partials/extended_footer.html diff --git a/themes/terminal/layouts/partials/extended_head.html b/themes/terminal-old/layouts/partials/extended_head.html similarity index 100% rename from themes/terminal/layouts/partials/extended_head.html rename to themes/terminal-old/layouts/partials/extended_head.html diff --git a/themes/terminal/layouts/partials/footer.html b/themes/terminal-old/layouts/partials/footer.html similarity index 100% rename from themes/terminal/layouts/partials/footer.html rename to themes/terminal-old/layouts/partials/footer.html diff --git a/themes/terminal/layouts/partials/head.html b/themes/terminal-old/layouts/partials/head.html similarity index 100% rename from themes/terminal/layouts/partials/head.html rename to themes/terminal-old/layouts/partials/head.html diff --git a/themes/terminal/layouts/partials/header.html b/themes/terminal-old/layouts/partials/header.html similarity index 100% rename from themes/terminal/layouts/partials/header.html rename to themes/terminal-old/layouts/partials/header.html diff --git a/themes/terminal/layouts/partials/logo.html b/themes/terminal-old/layouts/partials/logo.html similarity index 100% rename from themes/terminal/layouts/partials/logo.html rename to themes/terminal-old/layouts/partials/logo.html diff --git a/themes/terminal/layouts/partials/menu.html b/themes/terminal-old/layouts/partials/menu.html similarity index 100% rename from themes/terminal/layouts/partials/menu.html rename to themes/terminal-old/layouts/partials/menu.html diff --git a/themes/terminal/layouts/partials/pagination.html b/themes/terminal-old/layouts/partials/pagination.html similarity index 100% rename from themes/terminal/layouts/partials/pagination.html rename to themes/terminal-old/layouts/partials/pagination.html diff --git a/themes/terminal/layouts/shortcodes/figure.html b/themes/terminal-old/layouts/shortcodes/figure.html similarity index 100% rename from themes/terminal/layouts/shortcodes/figure.html rename to themes/terminal-old/layouts/shortcodes/figure.html diff --git a/themes/terminal/layouts/shortcodes/image.html b/themes/terminal-old/layouts/shortcodes/image.html similarity index 100% rename from themes/terminal/layouts/shortcodes/image.html rename to themes/terminal-old/layouts/shortcodes/image.html diff --git a/themes/terminal/package.json b/themes/terminal-old/package.json similarity index 100% rename from themes/terminal/package.json rename to themes/terminal-old/package.json diff --git a/themes/terminal/postcss.config.js b/themes/terminal-old/postcss.config.js similarity index 100% rename from themes/terminal/postcss.config.js rename to themes/terminal-old/postcss.config.js diff --git a/themes/terminal/source/css/buttons.css b/themes/terminal-old/source/css/buttons.css similarity index 100% rename from themes/terminal/source/css/buttons.css rename to themes/terminal-old/source/css/buttons.css diff --git a/themes/terminal/source/css/color/blue.css b/themes/terminal-old/source/css/color/blue.css similarity index 100% rename from themes/terminal/source/css/color/blue.css rename to themes/terminal-old/source/css/color/blue.css diff --git a/themes/terminal/source/css/color/green.css b/themes/terminal-old/source/css/color/green.css similarity index 100% rename from themes/terminal/source/css/color/green.css rename to themes/terminal-old/source/css/color/green.css diff --git a/themes/terminal/source/css/color/pink.css b/themes/terminal-old/source/css/color/pink.css similarity index 100% rename from themes/terminal/source/css/color/pink.css rename to themes/terminal-old/source/css/color/pink.css diff --git a/themes/terminal/source/css/color/red.css b/themes/terminal-old/source/css/color/red.css similarity index 100% rename from themes/terminal/source/css/color/red.css rename to themes/terminal-old/source/css/color/red.css diff --git a/themes/terminal/source/css/font.css b/themes/terminal-old/source/css/font.css similarity index 100% rename from themes/terminal/source/css/font.css rename to themes/terminal-old/source/css/font.css diff --git a/themes/terminal/source/css/footer.css b/themes/terminal-old/source/css/footer.css similarity index 100% rename from themes/terminal/source/css/footer.css rename to themes/terminal-old/source/css/footer.css diff --git a/themes/terminal/source/css/header.css b/themes/terminal-old/source/css/header.css similarity index 100% rename from themes/terminal/source/css/header.css rename to themes/terminal-old/source/css/header.css diff --git a/themes/terminal/source/css/logo.css b/themes/terminal-old/source/css/logo.css similarity index 100% rename from themes/terminal/source/css/logo.css rename to themes/terminal-old/source/css/logo.css diff --git a/themes/terminal/source/css/main.css b/themes/terminal-old/source/css/main.css similarity index 100% rename from themes/terminal/source/css/main.css rename to themes/terminal-old/source/css/main.css diff --git a/themes/terminal/source/css/pagination.css b/themes/terminal-old/source/css/pagination.css similarity index 100% rename from themes/terminal/source/css/pagination.css rename to themes/terminal-old/source/css/pagination.css diff --git a/themes/terminal/source/css/post.css b/themes/terminal-old/source/css/post.css similarity index 100% rename from themes/terminal/source/css/post.css rename to themes/terminal-old/source/css/post.css diff --git a/themes/terminal/source/css/prism.css b/themes/terminal-old/source/css/prism.css similarity index 100% rename from themes/terminal/source/css/prism.css rename to themes/terminal-old/source/css/prism.css diff --git a/themes/terminal/source/css/style.css b/themes/terminal-old/source/css/style.css similarity index 100% rename from themes/terminal/source/css/style.css rename to themes/terminal-old/source/css/style.css diff --git a/themes/terminal/source/css/syntax.css b/themes/terminal-old/source/css/syntax.css similarity index 100% rename from themes/terminal/source/css/syntax.css rename to themes/terminal-old/source/css/syntax.css diff --git a/themes/terminal/source/css/variables.css b/themes/terminal-old/source/css/variables.css similarity index 100% rename from themes/terminal/source/css/variables.css rename to themes/terminal-old/source/css/variables.css diff --git a/themes/terminal/source/fonts/FiraCode-Bold.woff b/themes/terminal-old/source/fonts/FiraCode-Bold.woff similarity index 100% rename from themes/terminal/source/fonts/FiraCode-Bold.woff rename to themes/terminal-old/source/fonts/FiraCode-Bold.woff diff --git a/themes/terminal/source/fonts/FiraCode-Regular.woff b/themes/terminal-old/source/fonts/FiraCode-Regular.woff similarity index 100% rename from themes/terminal/source/fonts/FiraCode-Regular.woff rename to themes/terminal-old/source/fonts/FiraCode-Regular.woff diff --git a/themes/terminal/source/js/languageSelector.js b/themes/terminal-old/source/js/languageSelector.js similarity index 100% rename from themes/terminal/source/js/languageSelector.js rename to themes/terminal-old/source/js/languageSelector.js diff --git a/themes/terminal/source/js/main.js b/themes/terminal-old/source/js/main.js similarity index 100% rename from themes/terminal/source/js/main.js rename to themes/terminal-old/source/js/main.js diff --git a/themes/terminal/source/js/menu.js b/themes/terminal-old/source/js/menu.js similarity index 100% rename from themes/terminal/source/js/menu.js rename to themes/terminal-old/source/js/menu.js diff --git a/themes/terminal/source/js/prism.js b/themes/terminal-old/source/js/prism.js similarity index 100% rename from themes/terminal/source/js/prism.js rename to themes/terminal-old/source/js/prism.js diff --git a/themes/terminal/static/assets/2bf08001f42c34e30e1de9d2eb81aead.woff b/themes/terminal-old/static/assets/2bf08001f42c34e30e1de9d2eb81aead.woff similarity index 100% rename from themes/terminal/static/assets/2bf08001f42c34e30e1de9d2eb81aead.woff rename to themes/terminal-old/static/assets/2bf08001f42c34e30e1de9d2eb81aead.woff diff --git a/themes/terminal/static/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff b/themes/terminal-old/static/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff similarity index 100% rename from themes/terminal/static/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff rename to themes/terminal-old/static/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff diff --git a/themes/terminal/static/assets/blue.css b/themes/terminal-old/static/assets/blue.css similarity index 100% rename from themes/terminal/static/assets/blue.css rename to themes/terminal-old/static/assets/blue.css diff --git a/themes/terminal/static/assets/green.css b/themes/terminal-old/static/assets/green.css similarity index 100% rename from themes/terminal/static/assets/green.css rename to themes/terminal-old/static/assets/green.css diff --git a/themes/terminal/static/assets/main.js b/themes/terminal-old/static/assets/main.js similarity index 100% rename from themes/terminal/static/assets/main.js rename to themes/terminal-old/static/assets/main.js diff --git a/themes/terminal/static/assets/pink.css b/themes/terminal-old/static/assets/pink.css similarity index 100% rename from themes/terminal/static/assets/pink.css rename to themes/terminal-old/static/assets/pink.css diff --git a/themes/terminal/static/assets/prism.js b/themes/terminal-old/static/assets/prism.js similarity index 100% rename from themes/terminal/static/assets/prism.js rename to themes/terminal-old/static/assets/prism.js diff --git a/themes/terminal/static/assets/red.css b/themes/terminal-old/static/assets/red.css similarity index 100% rename from themes/terminal/static/assets/red.css rename to themes/terminal-old/static/assets/red.css diff --git a/themes/terminal/static/assets/style.css b/themes/terminal-old/static/assets/style.css similarity index 100% rename from themes/terminal/static/assets/style.css rename to themes/terminal-old/static/assets/style.css diff --git a/themes/terminal/static/img/favicon/blue.png b/themes/terminal-old/static/img/favicon/blue.png similarity index 100% rename from themes/terminal/static/img/favicon/blue.png rename to themes/terminal-old/static/img/favicon/blue.png diff --git a/themes/terminal/static/img/favicon/green.png b/themes/terminal-old/static/img/favicon/green.png similarity index 100% rename from themes/terminal/static/img/favicon/green.png rename to themes/terminal-old/static/img/favicon/green.png diff --git a/themes/terminal/static/img/favicon/orange.png b/themes/terminal-old/static/img/favicon/orange.png similarity index 100% rename from themes/terminal/static/img/favicon/orange.png rename to themes/terminal-old/static/img/favicon/orange.png diff --git a/themes/terminal/static/img/favicon/pink.png b/themes/terminal-old/static/img/favicon/pink.png similarity index 100% rename from themes/terminal/static/img/favicon/pink.png rename to themes/terminal-old/static/img/favicon/pink.png diff --git a/themes/terminal/static/img/favicon/red.png b/themes/terminal-old/static/img/favicon/red.png similarity index 100% rename from themes/terminal/static/img/favicon/red.png rename to themes/terminal-old/static/img/favicon/red.png diff --git a/themes/terminal/theme.toml b/themes/terminal-old/theme.toml similarity index 100% rename from themes/terminal/theme.toml rename to themes/terminal-old/theme.toml diff --git a/themes/terminal/webpack.config.js b/themes/terminal-old/webpack.config.js similarity index 100% rename from themes/terminal/webpack.config.js rename to themes/terminal-old/webpack.config.js diff --git a/themes/terminal/yarn.lock b/themes/terminal-old/yarn.lock similarity index 100% rename from themes/terminal/yarn.lock rename to themes/terminal-old/yarn.lock