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(); --- - - - - -
-

kennethnym

-
-
-

dumping ground for my thoughts. all opinions are my own.

-

current projects:

- -

my thoughts:

- -
-
-