Populates the project with the blog template

This commit is contained in:
2025-06-03 11:08:59 -07:00
parent e136eb8381
commit 0c4a8a1ddf
35 changed files with 6895 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!';