Add .env support for configurable Name and Slogan in preview cards
NAME and SLOGAN are read from .env via dotenv and injected into the LinkedIn preview card template at startup. Avatar initials are auto- generated from the first letters of NAME. Works identically with npm start and docker compose (via env_file). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
NAME=Max Mustermann
|
||||
SLOGAN=Senior Developer · Tech Enthusiast
|
||||
Reference in New Issue
Block a user