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" +++