diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 9d0a15d..dc6abcf 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -170,6 +170,13 @@ declare module 'astro:content' { collection: "seo", data: InferEntrySchema<"seo"> } & { render(): Render[".md"] }, +"projects.md": { + id: "projects.md", + slug: "projects", + body: string, + collection: "seo", + data: InferEntrySchema<"seo"> +} & { render(): Render[".md"] }, }, }; diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..52e725e --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,145 @@ +--- +import { frontmatter } from '../content/seo/projects.md'; +import PageLayout from '../layouts/page-layout.astro'; +import Section from '../layouts/section.astro'; +--- + + +
+

Projects

+

+ Where Ideas Come to Life +

+ +
+
+
+
+
+ NOTING!! + Your collection list is empty. +
+
+
+ +