💡 Comments + new blog post

This commit is contained in:
2025-09-01 12:15:59 -04:00
parent 808bec174e
commit e2c1919cd7
12 changed files with 89 additions and 7012 deletions
+2 -3
View File
@@ -24,9 +24,8 @@ const { page } = Astro.props;
---
<Layout title="Blog Archive">
<ul>
{page.data.map((post) => <PostPreview post={post} />)}
</ul>
{page.data.map((post) => <PostPreview post={post} />)}
<div class="pagination">
{
page.currentPage !== 1 ? (
-1
View File
@@ -53,7 +53,6 @@ posts.sort(
{
posts.map((post) => (
<li>
{console.log(post)}
<a href={`/posts/${post.id}`}>{post.data.title}</a> -
<span>
{format(
+2 -1
View File
@@ -2,8 +2,9 @@
layout: ../layouts/Layout.astro
title: Now
---
# Now
Hey there, this is my [/now page](https://nownownow.com/about)!
What's a [Now page](https://nownownow.com/about)?
_Last updated: August 29, 2025_
+2
View File
@@ -3,6 +3,8 @@ layout: ../layouts/Layout.astro
title: Projects
---
# Projects
## Mac Apps
### [AutoDock](https://github.com/ghall89/AutoDock)