Refactor to static markdown (remove Supabase backend) + self-host build
build-and-publish / build (push) Successful in 11s

Posts now read from data/posts/*.md via gray-matter + remark; authors derived
from posts. Removes admin dashboard, comments, subscriptions, and all Supabase
usage. Adds Dockerfile (Next.js standalone) + Gitea Actions CI. output: standalone.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-22 13:11:56 -05:00
co-authored by Claude Opus 4.8
parent b54ad064ff
commit ba054ab2eb
41 changed files with 214 additions and 2704 deletions
+9
View File
@@ -0,0 +1,9 @@
node_modules
.next
.git
.env
.env.local
Dockerfile
.dockerignore
README.md
node-*