From ad4d94359eff23275d2abee7e8ece1cc9d13ef94 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 21 Nov 2024 17:28:49 -0700 Subject: [PATCH] add first blog and working --- content/_index.md | 8 +------- content/first.md | 6 ++++++ 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 content/first.md diff --git a/content/_index.md b/content/_index.md index bbf9047..8bc0069 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,3 @@ +++ -title = "Home" -# Note we're not setting `paginate_by` here. - -[extra] -section_path = "blog/_index.md" # Where to find your posts. -max_posts = 5 # Show 5 posts on the home page. -header = {title = "Hello! I'm tabi~", img = "img/main.webp", img_alt = "Your Name" } +sort_by = "date" +++ diff --git a/content/first.md b/content/first.md new file mode 100644 index 0000000..fb3070f --- /dev/null +++ b/content/first.md @@ -0,0 +1,6 @@ ++++ +title = "My first post" +date = 2024-11-21 ++++ + +This is my first blog post.