From b33352a9cd60b279445252b82fed4313fcde836d Mon Sep 17 00:00:00 2001 From: Michael Born Date: Tue, 13 Feb 2024 11:43:32 -0500 Subject: [PATCH] Set up github pages redirect to gitbook --- build/Build.cfc | 3 ++- pages/_config.yml | 1 + pages/index.html | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 pages/_config.yml create mode 100644 pages/index.html diff --git a/build/Build.cfc b/build/Build.cfc index ab61e8b..a4db472 100644 --- a/build/Build.cfc +++ b/build/Build.cfc @@ -20,7 +20,8 @@ component { "tests", "server-.*\.json", "^\..*", - "coldbox-5-router-documentation.png" + "coldbox-5-router-documentation.png", + "pages" ]; // Cleanup + Init Build Directories diff --git a/pages/_config.yml b/pages/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/pages/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..a866ab7 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,6 @@ + + + +Redirecting to https://docbox.ortusbooks.com + +