diff --git a/src/pages/index.astro b/src/pages/index.astro
index 314163b..9bfa7ce 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,58 +1,87 @@
---
import BaseHead from "../components/BaseHead.astro";
-import Footer from "../components/Footer.astro";
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
import Link from "../components/Link.astro";
import FormattedDate from "../components/FormattedDate.astro";
+import LuaLine from "../components/LuaLine.astro";
import { getBlogs } from "../content/blog";
const posts = (await getBlogs()).sort(
(a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(),
);
+const currentMonth = new Date().getMonth();
---
-
-
-
-
-
-
- dumping ground for my thoughts. all opinions are my own.
- current projects:
-
- -
- poly: a language-agnostic,
- cross-platform GUI framework for building OS-native applications.
-
- -
- nanopack: a zero-runtime, type-safe binary serialization format.
-
- -
- starlight launcher: an open-source android launcher with a search-based ui.
-
-
- my thoughts:
-
- {
- posts.map((post) => (
- -
- {post.data.title}
-
-
- ))
- }
-
-
-
-
-
+
+
+
+
+
+ KENNETHNYM v23.{currentMonth + 4}
+
+ software engineer. unpaid hhkb salesman.
+
+
+
+ {
+ posts.map((post) => (
+ -
+ {post.data.title}
+
+
+ ))
+ }
+
+
+
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
~
+
+
+