feat: add opencut blog

This commit is contained in:
Dominik Koch
2025-07-21 23:18:07 +02:00
parent 1b3d42b2a9
commit e21c467489
14 changed files with 533 additions and 9 deletions
+5
View File
@@ -23,6 +23,7 @@
- Real-time preview
- No watermarks or subscriptions
- Analytics provided by [Databuddy](https://www.databuddy.cc?utm_source=opencut), 100% Anonymized & Non-invasive.
- Blog powered by [Marble](https://marblecms.com?utm_source=opencut), Headless CMS.
## Project Structure
@@ -113,6 +114,10 @@ Before you begin, ensure you have the following installed on your system:
UPSTASH_REDIS_REST_URL="http://localhost:8079"
UPSTASH_REDIS_REST_TOKEN="example_token"
# Marble Blog
MARBLE_WORKSPACE_KEY=cm6ytuq9x0000i803v0isidst # example organization key
MARBLE_API_URL=https://api.marblecms.com
# Development
NODE_ENV="development"
```