Restructure with dark/light mode toggle component

This commit is contained in:
2024-03-10 00:45:07 -06:00
parent ac35c6e647
commit fa536d92d9
14 changed files with 651 additions and 124 deletions

View File

@@ -1,5 +1,2 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
export const SITE_TITLE = 'Astro Blog';
export const SITE_DESCRIPTION = 'Welcome to my website!';
export const SITE_TITLE = 'UTSA CS Handbook';
export const SITE_DESCRIPTION = 'An unofficial guide to the Computer Science program at UTSA';