From a193fdcf6c19550447957dd3fc7051ac158b3eca Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 29 Jun 2024 16:59:55 -0400 Subject: Added Plausible analytics; Fixed post; Temp remove archive --- src/components/Navbar.svelte | 2 +- src/content/blog/2024/website-redesigned.md | 2 +- src/layouts/Default.astro | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index 9ceca5b..11f2ef3 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -109,7 +109,7 @@
  • Projects
  • Blog
  • Guestbook
  • -
  • Archive
  • +
  • Contacts
  • diff --git a/src/content/blog/2024/website-redesigned.md b/src/content/blog/2024/website-redesigned.md index 110f4ed..c7b466e 100644 --- a/src/content/blog/2024/website-redesigned.md +++ b/src/content/blog/2024/website-redesigned.md @@ -7,7 +7,7 @@ tags: slug: website-redesigned --- # Another website redesign?!? -Yeah, I decided to redesign this site again. I actually had plans to complete the 2021 version for a while, but I decided to scrap that. I mean if you take a look at it, the website pretty much incomplete like the blog, downloads page, and about section were missing if you compare with the 2020 version (though I stripped blogs during the 2020 version). +Yeah, I decided to redesign this site again. I actually had plans to complete the 2021 version for a while, but I decided to scrap that. I mean if you take a look at it, the website pretty much incomplete like the blog, downloads page, and about section were missing if you compare with the 2020 version (though I removed blogs during the 2020 version). These were originally planned, but it became complicated to implement and integrate. The core concept of the website is that there was no navigation bar, so I wasn't sure how navigation would work. Another thing is that this website was originally meant to be a long single page, and of course I wouldn't know how to implement that either. As you can see I had pretty ambitious plans for this site in 2021, but they ended up being canned. diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 81619c6..e9e7c53 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -35,6 +35,9 @@ const date = new Date(); + + + {title} -- cgit v1.2.3