22 lines
622 B
Markdown
22 lines
622 B
Markdown
---
|
|
date: 2026-05-09
|
|
summary: First post — modern stack, glassy aesthetic, Catppuccin theme.
|
|
tags:
|
|
- meta
|
|
- intro
|
|
draft: false
|
|
---
|
|
# Welcome to Narlblog
|
|
|
|
This is my very first blog post! Built with a modern, glassy aesthetic and the beautiful Catppuccin color palette.
|
|
|
|
## Technical Stack
|
|
|
|
The blog is powered by:
|
|
- **Rust (Axum)**: Fast and reliable backend.
|
|
- **Astro**: Modern frontend framework for performance.
|
|
- **Tailwind CSS**: Glassy UI with Catppuccin theme.
|
|
- **Docker**: Simple containerized deployment.
|
|
|
|
Feel free to explore and add your own posts by creating `.md` files in the `data/posts` directory!
|