Repo init

This commit is contained in:
2024-03-09 23:11:42 -06:00
commit 90a1d7ac7c
35 changed files with 5398 additions and 0 deletions

5
src/consts.ts Normal file
View File

@@ -0,0 +1,5 @@
// 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!';