From e8e6e124509bfd4a86462c298d470021181676fb Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 27 Jun 2024 23:14:26 -0500 Subject: [PATCH] Rewrite hole so that the background can appear through it --- site/.vitepress/theme/Background.vue | 40 +++++++------ site/.vitepress/theme/Camera.vue | 21 ------- site/.vitepress/theme/Hole.vue | 84 ++++++++++++++++++++++++++++ site/.vitepress/theme/Layout.vue.in | 2 +- site/index.md | 26 ++++----- 5 files changed, 122 insertions(+), 51 deletions(-) delete mode 100644 site/.vitepress/theme/Camera.vue create mode 100644 site/.vitepress/theme/Hole.vue diff --git a/site/.vitepress/theme/Background.vue b/site/.vitepress/theme/Background.vue index 8ea0efaa..6744c075 100644 --- a/site/.vitepress/theme/Background.vue +++ b/site/.vitepress/theme/Background.vue @@ -1,21 +1,25 @@ diff --git a/site/.vitepress/theme/Camera.vue b/site/.vitepress/theme/Camera.vue deleted file mode 100644 index 58eb01e6..00000000 --- a/site/.vitepress/theme/Camera.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/site/.vitepress/theme/Hole.vue b/site/.vitepress/theme/Hole.vue new file mode 100644 index 00000000..ccf80c89 --- /dev/null +++ b/site/.vitepress/theme/Hole.vue @@ -0,0 +1,84 @@ + + + diff --git a/site/.vitepress/theme/Layout.vue.in b/site/.vitepress/theme/Layout.vue.in index cfba92e2..24207acd 100644 --- a/site/.vitepress/theme/Layout.vue.in +++ b/site/.vitepress/theme/Layout.vue.in @@ -5,7 +5,7 @@
- + diff --git a/site/index.md b/site/index.md index 16622959..0610d530 100644 --- a/site/index.md +++ b/site/index.md @@ -8,7 +8,17 @@ next: false I'm Anthony, or The Paper Pilot, and welcome to my [digital garden](/garden/digital-gardens/index.md)!
-
+ + + + + + + + + + +
@@ -32,6 +42,8 @@ This is a public website collecting all my (public) thoughts and projects all in