init elas atelier
This commit is contained in:
@@ -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
|
||||

|
||||
|
||||
- **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
|
||||
|
||||
@@ -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
|
||||

|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user