1
Fork 0

Add the home page.

This commit is contained in:
Bauke 2023-09-27 13:34:10 +02:00
parent c04fc92b62
commit 0b26dcf764
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 14 additions and 0 deletions

14
source/pages/index.mdx Normal file
View File

@ -0,0 +1,14 @@
---
layout: "../layouts/base.astro"
pageTitle: "Tildes Community"
---
import {PageHeader} from "../components/exports.js";
<PageHeader
fullPage={true}
logoAlt="The Tildes Community logo."
logoSrc="/tildes-community.svg"
subtitle="Unofficial Tildes projects maintained by and for the community."
title={frontmatter.pageTitle}
/>