mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
add first blog and working
This commit is contained in:
parent
cae1778de5
commit
ad4d94359e
2 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
+++
|
||||
|
|
6
content/first.md
Normal file
6
content/first.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "My first post"
|
||||
date = 2024-11-21
|
||||
+++
|
||||
|
||||
This is my first blog post.
|
Loading…
Add table
Add a link
Reference in a new issue