diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..c2ae845 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,3 @@ + diff --git a/src/components/Introduction.astro b/src/components/Introduction.astro index 0d5189c..4504c1f 100644 --- a/src/components/Introduction.astro +++ b/src/components/Introduction.astro @@ -1,15 +1,10 @@ +--- +import { getEntryBySlug } from "astro:content"; + +const introduction = await getEntryBySlug("homepage", "introduction"); +const { Content } = await introduction.render(); +--- +
-

- hi, my name is fries :3, and my pronouns are fae/they/it! i am a cat - person :3. -

-

- i am interested in computers. i've always liked them and they're cool. i - like programming. right now, i like programming in rust, and i also - program in c# and other languages. and i also run linux. -

-

- i have autism, and adhd, and ocd. i can infodump to you if you want :3. - also focusing can be hard sometimes. -

+
diff --git a/src/components/Links.astro b/src/components/Links.astro index 930a973..f5e3552 100644 --- a/src/components/Links.astro +++ b/src/components/Links.astro @@ -1,10 +1,10 @@ - +--- +import { getEntryBySlug } from "astro:content"; - +const links = await getEntryBySlug("homepage", "links") +const { Content } = await links.render(); +--- + + diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 49460ad..2c636af 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,4 +1,4 @@ -