From 411b2ac29370d834056f15cbc69b49519302e08e Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 20 Jun 2024 08:33:48 -0500 Subject: [PATCH] Separated out Background.vue That'll make using it in the homepage easier --- site/.vitepress/theme/Background.vue | 92 +++++++------------------ site/.vitepress/theme/Camera.vue | 21 ++++++ site/.vitepress/theme/Layout.vue.in | 21 ++++-- site/.vitepress/theme/OrbitControls.vue | 13 ---- 4 files changed, 61 insertions(+), 86 deletions(-) create mode 100644 site/.vitepress/theme/Camera.vue diff --git a/site/.vitepress/theme/Background.vue b/site/.vitepress/theme/Background.vue index d194e800..8ea0efaa 100644 --- a/site/.vitepress/theme/Background.vue +++ b/site/.vitepress/theme/Background.vue @@ -1,58 +1,34 @@ - - diff --git a/site/.vitepress/theme/Camera.vue b/site/.vitepress/theme/Camera.vue new file mode 100644 index 00000000..58eb01e6 --- /dev/null +++ b/site/.vitepress/theme/Camera.vue @@ -0,0 +1,21 @@ + + + diff --git a/site/.vitepress/theme/Layout.vue.in b/site/.vitepress/theme/Layout.vue.in index d1043a48..c9453607 100644 --- a/site/.vitepress/theme/Layout.vue.in +++ b/site/.vitepress/theme/Layout.vue.in @@ -3,11 +3,15 @@ - \ No newline at end of file