Skip to content

Commit

Permalink
Reorganize routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Apr 28, 2024
1 parent 8daad71 commit 63a4c26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
5 changes: 2 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,9 @@ import "normalize.css";
<a href="/projects">Projects</a>
<a href="/blog">Blog</a>
<a href="/ctfing">CTFing</a>
<a href="/reading">Reading</a>
<a href="/cubing">Cubing</a>
<a href="/best-of-yt">Best of YouTube</a>
<a href="/favorite-music">Favorite Music</a>
<a href="/reading">Reading</a>
<a href="/media">Media</a>
<div id="nav-arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-41 0 41 34">
<path
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cubing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import Layout from "../layouts/Layout.astro";
---

<Layout title="Arhan's Cubing Stuff" highlightIndex={6} sshUser="cubing">
<Layout title="Arhan's Cubing Stuff" highlightIndex={5} sshUser="cubing">
This part of my website is a work in progress.
</Layout>
7 changes: 0 additions & 7 deletions src/pages/favorite-music.astro

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/best-of-yt.astro → src/pages/media.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import Layout from "../layouts/Layout.astro";
---

<Layout title="Arhan's Youtube Stuff" highlightIndex={7} sshUser="yt">
<Layout title="Arhan's Media Recommendations" highlightIndex={7} sshUser="media">
This part of my website is a work in progress.
</Layout>
2 changes: 1 addition & 1 deletion src/pages/reading.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import Layout from "../layouts/Layout.astro";
---

<Layout title="Arhan's Reading Notes" highlightIndex={5} sshUser="reading">
<Layout title="Arhan's Reading Notes" highlightIndex={6} sshUser="reading">
This part of my website is a work in progress.
</Layout>

0 comments on commit 63a4c26

Please sign in to comment.