This commit is contained in:
Dev
2025-09-15 04:02:11 +03:00
commit fc86288f06
24 changed files with 2938 additions and 0 deletions

13
env.example Normal file
View File

@@ -0,0 +1,13 @@
# GitHub Configuration
GITHUB_TOKEN=your_github_token_here
GITHUB_OWNER=your_username
GITHUB_REPO=your_blog_repo
# Server Configuration
PORT=8080
DEFAULT_THEME=light
BASE_URL=http://localhost:8080
# Cache Configuration
CACHE_DURATION=15m
UPDATE_INTERVAL=5m