diff --git a/src/components/Subscribe.astro b/src/components/Subscribe.astro index 6f41e24..b2bd2d9 100644 --- a/src/components/Subscribe.astro +++ b/src/components/Subscribe.astro @@ -1,8 +1,10 @@ --- import Button from './Button.astro'; import siteConfig from '../data/site-config'; +import { undefined } from 'astro:schema'; -const subscribe = siteConfig.subscribe; +// const subscribe = siteConfig.subscribe; +const subscribe = { formUrl: undefined, title: 'sub', text: '' }; const { class: className } = Astro.props; --- diff --git a/src/content/blog/post-1.md b/src/content/blog/tupperware.md similarity index 99% rename from src/content/blog/post-1.md rename to src/content/blog/tupperware.md index 78c1de7..ba3665a 100644 --- a/src/content/blog/post-1.md +++ b/src/content/blog/tupperware.md @@ -1,7 +1,8 @@ --- -title: The Pragmatic Tupperware +title: Pragmatic Tupperware excerpt: Ditch the mismatched Tupperware! Why deli containers are the ultimate food storage solution. They're cheap, stackable, and leak-proof. Plus, one lid fits all containers! Learn more about the magic of deli containers and upgrade your kitchen today. publishDate: 'Nov 3 2024' +isFeatured: true tags: - product seo: diff --git a/src/data/site-config.ts b/src/data/site-config.ts index af73dd0..64a1a52 100644 --- a/src/data/site-config.ts +++ b/src/data/site-config.ts @@ -71,9 +71,9 @@ const siteConfig: SiteConfig = { } ], hero: { - title: 'Hi There & Welcome to My Corner of the Web!', + title: 'I love reading content feeds and hate seeing ai garbage in there. This is how Im fixing it, one post at a time.', text: ` -Hey, I’m Cole. I own Boardsource, but when I’m not doing that, I’m probably messing around with programming and making terrible apps—that’s my version of video games. I’m really into custom keyboards, and I think AI is gonna pay off in the long run, even though it’s gonna be a bit of a bumpy ride. +Hey, I’m Cole. I co-own Boardsource, but when I’m not doing that, I’m probably messing around with programming and making terrible apps—that’s kinda my version of video games. I’m really into custom keyboards obvs. `, image: { src: '/hero.jpeg', diff --git a/src/pages/index.astro b/src/pages/index.astro index 68da620..c8c6fea 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,19 +17,7 @@ const featuredProjects = projects.filter(({ data }) => data.isFeatured); - { - featuredProjects?.length > 0 && ( -
-

Projects

- {featuredProjects.map((project) => ( - - ))} -
- -
-
- ) - } + { featuredPosts?.length > 0 && (