From 15256805642b32d13a602914caec8f40aa9b3422 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Tue, 21 Feb 2023 02:02:27 +0000 Subject: [PATCH] show only the first post in blog at once --- CHANGELOG | 8 +++++++- src/blog/content/_index.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f5bbaef..1bfcda7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ -Commit: cc1e64f +Commit: 484f487 +Author: Rowan Clark +Tue Feb 21 02:02:27 2023 +Commit subject: +show only the first post in blog at once + +Commit: 8f732ff Author: Rowan Clark Tue Feb 21 01:59:28 2023 Commit subject: diff --git a/src/blog/content/_index.md b/src/blog/content/_index.md index 9687df2..31a0fad 100644 --- a/src/blog/content/_index.md +++ b/src/blog/content/_index.md @@ -1,5 +1,5 @@ +++ -paginate_by = 2 +paginate_by = 1 sort_by = "date" title = "Blog" +++