aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/Navbar.svelte2
-rw-r--r--src/content/blog/2024/website-redesigned.md2
-rw-r--r--src/layouts/Default.astro3
3 files changed, 5 insertions, 2 deletions
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 @@
<li><a href="/projects" class="nav-link" on:click={toggleNav}>Projects</a></li>
<li><a href="/blog" class="nav-link" on:click={toggleNav}>Blog</a></li>
<li><a href="/guestbook" class="nav-link" on:click={toggleNav}>Guestbook</a></li>
- <li><a href="https://archive.alee14.me" class="nav-link" on:click={toggleNav}>Archive</a></li>
+<!-- <li><a href="https://archive.alee14.me" class="nav-link" on:click={toggleNav}>Archive</a></li>-->
<li><a href="/contacts" class="nav-link" on:click={toggleNav}>Contacts</a></li>
</ul>
</nav>
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();
<meta name="theme-color" content="#1B291F"/>
<meta name="generator" content={Astro.generator} />
+
+ <script defer data-domain="alee14.me" src="/js/script.js" data-api="/api/event"></script>
+
<ViewTransitions fallback="animate" />
<title>{title}</title>
</head>