ui redesign, markdown fix + metadata and auth header

This commit is contained in:
2026-05-09 05:09:07 +02:00
parent 7f8a66f360
commit bc6a34cf1f
42 changed files with 3093 additions and 517 deletions
+7 -10
View File
@@ -8,10 +8,8 @@ Thumbs.db
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*
!.env.example
docker-compose.override.yml
# Backend (Rust)
@@ -27,9 +25,8 @@ frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/.pnpm-debug.log*
# Data (Persistent storage)
# We might want to keep the directory structure but ignore the actual content
# data/posts/*
# data/uploads/*
# !data/posts/hello-world.md
# !data/posts/another-post.md
# Persistent runtime data — your blog's content lives here on the deployed
# host, not in the repo. The two seed posts under data/posts/ ship with the
# initial commit; new files created by the editor stay local.
data/uploads/
data/config.json