adding /now page
This commit is contained in:
@@ -6,6 +6,7 @@ const { pathname } = Astro.url;
|
|||||||
const navLinks: NavLink[] = [
|
const navLinks: NavLink[] = [
|
||||||
{ label: '📝 Blog', path: '/' },
|
{ label: '📝 Blog', path: '/' },
|
||||||
{ label: '👤 About', path: '/about/' },
|
{ label: '👤 About', path: '/about/' },
|
||||||
|
{ label: '🕐 Now', path: '/now/' },
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: ../layouts/About.astro
|
layout: ../layouts/About.astro
|
||||||
title: Page Not Found
|
title: About Me
|
||||||
---
|
---
|
||||||
|
|
||||||
My name is **Graham**, a web developer from Rhode Island.
|
My name is **Graham**, a web developer from Rhode Island.
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: ../layouts/Layout.astro
|
||||||
|
title: Now
|
||||||
|
---
|
||||||
|
|
||||||
|
Hey there, this is my [/now page](https://nownownow.com/about)!
|
||||||
|
|
||||||
|
_Last updated: February 24, 2024_
|
||||||
|
|
||||||
|
## 🔨 Making
|
||||||
|
|
||||||
|
- This blog!
|
||||||
|
- KeyStash (Coming Soon!) - A [Mac-assed Mac app](https://daringfireball.net/linked/2020/03/20/mac-assed-mac-apps) for managing registration codes for your apps, modelled on the feature from 1Password.
|
||||||
|
|
||||||
|
## 🎧 Listening
|
||||||
|
|
||||||
|
- [Paramore](https://music.apple.com/us/artist/paramore/75950796)
|
||||||
|
- [Taylor Swift](https://music.apple.com/us/artist/taylor-swift/159260351)
|
||||||
|
- [Eric W Brown](https://music.apple.com/us/artist/eric-w-brown/1503483546)
|
||||||
|
- [They Might Be Giants](https://music.apple.com/us/artist/they-might-be-giants/149020)
|
||||||
|
|
||||||
|
## 🎮 Playing
|
||||||
|
|
||||||
|
- [Persona 3 Reload](https://thegamesdb.net/game.php?id=118048)
|
||||||
|
- [Fortnite](https://thegamesdb.net/game.php?id=84367)
|
||||||
|
- [Super Mario Wonder](https://thegamesdb.net/game.php?id=115948)
|
||||||
|
|
||||||
|
## 📺 Watching
|
||||||
|
|
||||||
|
- Nothing at the moment...
|
||||||
Reference in New Issue
Block a user