initial commit
This commit is contained in:
commit
61511ed28c
28 changed files with 5210 additions and 0 deletions
15
src/content/blog/first-post.md
Normal file
15
src/content/blog/first-post.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: 'First Post'
|
||||
description: 'Welcome to my terminal blog'
|
||||
pubDate: '2025-06-01'
|
||||
---
|
||||
|
||||
Hello world! This is the first post on my new terminal blog.
|
||||
|
||||
I built this blog using Astro and vanilla CSS/JS to create a terminal-like experience.
|
||||
|
||||
```bash
|
||||
echo "Hello, terminal world!"
|
||||
```
|
||||
|
||||
More posts coming soon...
|
Loading…
Add table
Add a link
Reference in a new issue