initial commit after project creation

This commit is contained in:
Gerhard Scheikl
2026-04-01 09:38:50 +02:00
commit b02af637d4
292 changed files with 61408 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# These are retrieved from your project at app.tina.io
NEXT_PUBLIC_TINA_CLIENT_ID=***
TINA_TOKEN=***
# This is set by default CI with Netlify/Vercel/Github, but can be overriden
NEXT_PUBLIC_TINA_BRANCH=***
# This is being used for the sitemap
NEXT_PUBLIC_SITE_URL=***
# This displays the Theme selection's dropdown
NEXT_PUBLIC_ENABLE_THEME_SELECTION=***
NEXT_PUBLIC_GTM_ID=***
# Optional: Add these to specify GitHub repository details for fetching metadata like last edited date and author.
# Create one at https://github.com/settings/tokens with 'public_repo' scope
GITHUB_TOKEN=***
GITHUB_REPO=***
GITHUB_OWNER=***