diff options
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> |
