diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml
index 11bd2a2..63eab85 100644
--- a/.github/workflows/deploy_github_pages.yml
+++ b/.github/workflows/deploy_github_pages.yml
@@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
- source: ./docs
+ source: ./docs/site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
diff --git a/.gitignore b/.gitignore
index 8dd4607..0003fb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -395,4 +395,15 @@ FodyWeavers.xsd
*.msp
# JetBrains Rider
-*.sln.iml
\ No newline at end of file
+*.sln.iml
+# Jekyll / GitHub Pages local build
+_site/
+.jekyll-cache/
+.jekyll-metadata
+.sass-cache/
+vendor/
+.bundle/
+docs/site/Gemfile.lock
+
+# Claude Code scratch directory (local, not shared)
+.claude/
diff --git a/Hyperbee.Resources.slnx b/Hyperbee.Resources.slnx
index f7b723e..7774876 100644
--- a/Hyperbee.Resources.slnx
+++ b/Hyperbee.Resources.slnx
@@ -6,7 +6,7 @@
-
+
diff --git a/docs/.todo.md b/docs/.todo.md
deleted file mode 100644
index 304bc7c..0000000
--- a/docs/.todo.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Things TODO
-
-## Add work to be done
\ No newline at end of file
diff --git a/docs/site/Gemfile b/docs/site/Gemfile
new file mode 100644
index 0000000..6380d59
--- /dev/null
+++ b/docs/site/Gemfile
@@ -0,0 +1,13 @@
+source "https://rubygems.org"
+
+gem "jekyll", "~> 4.3"
+gem "just-the-docs"
+
+group :jekyll_plugins do
+ gem "jekyll-remote-theme"
+ gem "jekyll-include-cache"
+ gem "jekyll-seo-tag"
+ gem "jekyll-relative-links"
+end
+
+gem "webrick", "~> 1.8"
diff --git a/docs/_config.yml b/docs/site/_config.yml
similarity index 96%
rename from docs/_config.yml
rename to docs/site/_config.yml
index 4c91e81..550b818 100644
--- a/docs/_config.yml
+++ b/docs/site/_config.yml
@@ -1,4 +1,4 @@
-title: Hyperbee Resources
+title: Hyperbee Resources
description: Documentation for Hyperbee Resources.
remote_theme: pmarsceill/just-the-docs
baseurl: "/hyperbee.resources/"
diff --git a/docs/_includes/nav_footer_custom.html b/docs/site/_includes/nav_footer_custom.html
similarity index 53%
rename from docs/_includes/nav_footer_custom.html
rename to docs/site/_includes/nav_footer_custom.html
index ab3baae..b49c983 100644
--- a/docs/_includes/nav_footer_custom.html
+++ b/docs/site/_includes/nav_footer_custom.html
@@ -1,3 +1,3 @@
-