Skip to content

Commit 7d821f5

Browse files
committed
Remove unused variable, add intro details, remove living/index
1 parent d35c03d commit 7d821f5

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

src/content/handbook/index.md

-6
This file was deleted.

src/content/handbook/introduction.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 'Introduction'
3+
description: 'An explanation of the Handbook and it''s purpose'
4+
pubDate: '2024-03-09'
5+
authors: ['xevion']
6+
---
7+
8+
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.
9+
10+
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.

src/content/handbook/living/index.md

-6
This file was deleted.

src/pages/[...slug].astro

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export async function getStaticPaths() {
1111
}
1212
type Props = CollectionEntry<"handbook">;
1313
14-
const isProd = import.meta.env.PROD;
1514
const { render, data } = Astro.props;
1615
const { title } = data;
1716
const {

0 commit comments

Comments
 (0)