--- import BaseHead from "../components/BaseHead.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 current = new Date(); const currentMonth = current.getMonth(); const currentYear = `${current.getUTCFullYear() - 1}`.substring(2); ---

KENNETHNYM v{currentYear}.{currentMonth + 3}

 

software engineer. unpaid hhkb salesman.