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 {