From 7d821f554bd082fab1011aa683c77d4f699a7c42 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Mar 2024 00:16:49 -0500 Subject: [PATCH] Remove unused variable, add intro details, remove living/index --- src/content/handbook/index.md | 6 ------ src/content/handbook/introduction.md | 10 ++++++++++ src/content/handbook/living/index.md | 6 ------ src/pages/[...slug].astro | 1 - 4 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 src/content/handbook/index.md create mode 100644 src/content/handbook/introduction.md delete mode 100644 src/content/handbook/living/index.md diff --git a/src/content/handbook/index.md b/src/content/handbook/index.md deleted file mode 100644 index 2dbbfa8..0000000 --- a/src/content/handbook/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Introduction' -description: 'Handbook'' root file' -pubDate: '2024-03-09' -authors: ['xevion'] ---- \ No newline at end of file diff --git a/src/content/handbook/introduction.md b/src/content/handbook/introduction.md new file mode 100644 index 0000000..bb73477 --- /dev/null +++ b/src/content/handbook/introduction.md @@ -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. \ No newline at end of file diff --git a/src/content/handbook/living/index.md b/src/content/handbook/living/index.md deleted file mode 100644 index 7ae8153..0000000 --- a/src/content/handbook/living/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Living' -description: 'Handbook'' root file' -pubDate: '2024-03-09' -authors: ['xevion'] ---- \ No newline at end of file diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index 9d4f639..c76142f 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -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 {