init elas atelier

This commit is contained in:
2026-05-14 08:24:41 +02:00
parent 3b704a24a7
commit 38f33cacb1
19 changed files with 1436 additions and 657 deletions
+6 -18
View File
@@ -1,26 +1,14 @@
---
date: 2026-05-09
summary: Markdown smoke test — bold, italic, links, blockquotes, fenced code.
summary: A second placeholder — layout smoke test.
tags:
- meta
- intro
draft: false
---
# My Second Blog Post
# Second placeholder
Adding some more content to test the layout and the glassy look!
A second placeholder so the salon-hang layout has room to breathe with more than one plate. Remove or replace from `/admin`.
### Markdown Testing
![Placeholder plate](/uploads/placeholder.jpg "replace me")
- **Bold text**
- *Italic text*
- [A link to GitHub](https://github.com)
> "The only way to do great work is to love what you do." - Steve Jobs
```rust
fn main() {
println!("Hello from Rust!");
}
```
Enjoy reading!
> "The painter constructs, the photographer discloses." — Susan Sontag
+5 -12
View File
@@ -1,21 +1,14 @@
---
date: 2026-05-09
summary: First post — modern stack, glassy aesthetic, Catppuccin theme.
summary: Opening note for the gallery — what's on the walls, why these pieces.
tags:
- meta
- intro
draft: false
---
# Welcome to Narlblog
# Welcome to the gallery
This is my very first blog post! Built with a modern, glassy aesthetic and the beautiful Catppuccin color palette.
This room collects work made on paper, canvas, and elsewhere — finished pieces alongside the studies that didn't make it.
## Technical Stack
![Placeholder plate](/uploads/placeholder.jpg "replace with a real plate from /admin/assets")
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!
Replace this entry with your first real work, or remove it from the catalogue via the admin dashboard.