← cd ..

Hello World

2026-02-09

# Hello World

Welcome to my blog! This is a sample post to demonstrate the terminal aesthetic.

## What I'm Building

A personal portfolio site with a twist - it's a fully functional terminal emulator.

### Features

- Tab navigation
- Command-line input
- Easter eggs (try `cowsay` or `neofetch`)

```typescript
const greeting = "Hello, World!";
console.log(greeting);
```

Thanks for visiting!