From 67c2228524a03a597b396629186c6c80776e3b39 Mon Sep 17 00:00:00 2001 From: Alex Tacescu Date: Sun, 28 Dec 2025 22:03:10 -0800 Subject: [PATCH 1/4] Fix a bunch of broken links --- src/config/menu.json | 2 +- src/content/homepage/-index.md | 6 +++--- src/layouts/PostSingle.astro | 2 +- src/layouts/components/BlogCard.astro | 2 +- src/styles/generated-theme.css | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/config/menu.json b/src/config/menu.json index 57323db..8eff9dd 100755 --- a/src/config/menu.json +++ b/src/config/menu.json @@ -11,7 +11,7 @@ }, { "name": "Publications", - "url": "/publications" + "url": "https://scholar.google.com/citations?user=kqvM1s4AAAAJ&hl=en&oi=ao" }, { "name": "Awards", diff --git a/src/content/homepage/-index.md b/src/content/homepage/-index.md index beca517..6dd2a3c 100755 --- a/src/content/homepage/-index.md +++ b/src/content/homepage/-index.md @@ -24,17 +24,17 @@ mosaic: rowSpan: 3 - title: "Robotics" image: "/images/robotics.jpg" - link: "/categories/robotics" + link: "projects/smallkat-mqp" colSpan: 7 rowSpan: 3 - title: "Aerospace" image: "/images/companies/Inversion/Ray-OnOrbit.jpg" - link: "/categories/aerospace" + link: "https://inversionspace.com" colSpan: 4 rowSpan: 4 - title: "Software & AI" image: "/images/software.png" - link: "/categories/software-ai" + link: "/categories/software" colSpan: 4 rowSpan: 4 - title: "CAD & 3D Printing" diff --git a/src/layouts/PostSingle.astro b/src/layouts/PostSingle.astro index 330db69..38caffd 100755 --- a/src/layouts/PostSingle.astro +++ b/src/layouts/PostSingle.astro @@ -40,7 +40,7 @@ const { title, description, author, categories, image, date, tags } = post.data;