mirror of
https://github.com/ivabus/www
synced 2024-11-22 10:35:06 +03:00
Add blog and first blog post
This commit is contained in:
parent
de20d79d10
commit
365aba5f17
2 changed files with 14 additions and 0 deletions
5
src/content/blog/_index.md
Normal file
5
src/content/blog/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blog"
|
||||
description: "A collection of my thoughts, insights, and experiences."
|
||||
date: 2023-03-27
|
||||
---
|
9
src/content/blog/my-first-blog-post.md
Normal file
9
src/content/blog/my-first-blog-post.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "My First Blog Post"
|
||||
date: 2023-03-27
|
||||
draft: false
|
||||
---
|
||||
|
||||
## Welcome to my blog!
|
||||
|
||||
This is my first blog post. Stay tuned for more exciting content!
|
Loading…
Reference in a new issue