From 91231b2d24a04ad8aee18323b2818a40169befe8 Mon Sep 17 00:00:00 2001
From: Pinapelz
Date: Sat, 21 Oct 2023 00:11:24 -0700
Subject: change landing page - remove projects, moved to main site this is now
strictly a blog
---
src/pages/index.astro | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
(limited to 'src/pages')
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 03b93c9..d54d4a3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -5,7 +5,6 @@ import Footer from "../components/Footer.astro";
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
import { getCollection } from "astro:content";
import FormattedDate from "../components/FormattedDate.astro";
-import ProjectGrid from "../components/ProjectGrid.astro";
const posts = (await getCollection("blog")).sort(
(a, b) => a.data.pubDate.valueOf() - b.data.pubDate.valueOf()
@@ -40,7 +39,7 @@ const posts = (await getCollection("blog")).sort(
{
posts
- .slice(-3)
+ .slice(-5)
.map((post) => (
-
@@ -62,18 +61,9 @@ const posts = (await getCollection("blog")).sort(
with or made. I guess its kind of like writing documentation for all the
things I've found intriguing or interesting.
- I did a thing..
-
- Here are some of the things I've done/experimented with and found pretty
- cool!
-
-
- Check below for some links to more stuff!
-
-
-
+ Check out the main site as well: pinapelz.com