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.