diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-10 18:50:52 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-10 18:50:52 -0800 |
| commit | 0af453ca936caff1f9b094b3bd498f022d198c2d (patch) | |
| tree | 5366dd546a592828103e6df71c79e9ce58ec5ddc /src/pages/index.astro | |
| parent | c7eadba3a5582d98aced26034a489b326d72da0b (diff) | |
bump dependencies
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index d54d4a3..a2e7790 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -57,9 +57,8 @@ const posts = (await getCollection("blog")).sort( </h1> <p> Welcome to my site/blog! This place will serve as a corner where I can - document the progress and process with some of things I've experimented - with or made. I guess its kind of like writing documentation for all the - things I've found intriguing or interesting. + archive my thoughts and processes on various topics or projects. It'll pretty much + just be whatever I feel like writing about, posts will be very infrequent so don't expect much. </p> <p>Check out the main site as well: <a href="https://pinapelz.com">pinapelz.com</a></p> </p> |
