add first blog and working

This commit is contained in:
Aaron Honeycutt 2024-11-21 17:28:49 -07:00
parent cae1778de5
commit ad4d94359e
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,3 @@
+++ +++
title = "Home" sort_by = "date"
# 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" }
+++ +++

6
content/first.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "My first post"
date = 2024-11-21
+++
This is my first blog post.