15 lines
No EOL
312 B
Markdown
15 lines
No EOL
312 B
Markdown
---
|
|
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... |