From e0a2e3df9dd18f972353653118d25bd4e59e8ece Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 21 Jun 2024 18:24:54 -0400 Subject: [PATCH] Add more projects and fixup existing ones --- .vitepress/config.ts | 7 ++++++- components/ContactButtons.vue | 7 ++++--- components/RepoButton.vue | 26 ++++++++++++++++++++++++++ eslint.config.js | 14 +++++++++++++- lambdarouter.md | 15 +++++++++++++++ mjfs-us-react.md | 14 ++++++++++++++ mjfs-us.md | 17 +++++++++++++---- mystro.md | 7 +++---- package.json | 3 ++- rotabull.md | 8 +++----- selfpass.md | 16 ++++++++++++++++ tv-time.md | 2 +- 12 files changed, 116 insertions(+), 20 deletions(-) create mode 100644 components/RepoButton.vue create mode 100644 lambdarouter.md create mode 100644 mjfs-us-react.md create mode 100644 selfpass.md diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 28f2d5d..9b3c2ad 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -25,7 +25,12 @@ export default defineConfig({ }, { text: "Personal Projects", - items: [{ text: "mjfs.us", link: "/mjfs-us" }], + items: [ + { text: "mjfs.us", link: "/mjfs-us" }, + { text: "mjfs.us (Old)", link: "/mjfs-us-react" }, + { text: "lambdarouter", link: "/lambdarouter" }, + { text: "selfpass", link: "/selfpass" }, + ], }, ], diff --git a/components/ContactButtons.vue b/components/ContactButtons.vue index 1b92410..736b359 100644 --- a/components/ContactButtons.vue +++ b/components/ContactButtons.vue @@ -13,7 +13,7 @@ const { text, copy, isSupported } = useClipboard();