Remove unused variable, add intro details, remove living/index

This commit is contained in:
2024-03-11 00:16:49 -05:00
parent d35c03d485
commit 7d821f554b
4 changed files with 10 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
---
title: 'Introduction'
description: 'Handbook'' root file'
pubDate: '2024-03-09'
authors: ['xevion']
---

View File

@@ -0,0 +1,10 @@
---
title: 'Introduction'
description: 'An explanation of the Handbook and it''s purpose'
pubDate: '2024-03-09'
authors: ['xevion']
---
The UTSA Handbook is intended to be a living document filled with perspectives, opinions and information gathered from numerous students, old and young, incoming and graduated.
If you have something to add, please consider contributing! The process is easier than you think, and is an easy way to participate in open source and contribute to the UTSA CS community.

View File

@@ -1,6 +0,0 @@
---
title: 'Living'
description: 'Handbook'' root file'
pubDate: '2024-03-09'
authors: ['xevion']
---

View File

@@ -11,7 +11,6 @@ export async function getStaticPaths() {
}
type Props = CollectionEntry<"handbook">;
const isProd = import.meta.env.PROD;
const { render, data } = Astro.props;
const { title } = data;
const {