feat: convert to blog

This commit is contained in:
2025-01-22 23:02:54 -08:00
parent 3a6a8fff18
commit d546799f66
14 changed files with 210 additions and 45 deletions

View File

@ -11,8 +11,8 @@ export default function Home() {
const posts = getSortedPostsData();
return (
<main>
<h1>{"Announcements"}</h1>
<p>{"This page documents all of our organisation's announcements, in reverse chronological order."}</p>
<h1>{"Blog"}</h1>
<p>{"Welcome to the musings of a transfem software engineer!"}</p>
{posts.map((post) => {
return <div key={post.slug}>
<Rule />