chore: clean environment config

This commit is contained in:
svemagie
2026-03-09 17:27:55 +01:00
parent 2da9ac5677
commit 8d8d986b5d
3 changed files with 39 additions and 16 deletions

26
.env Normal file
View File

@@ -0,0 +1,26 @@
# --- Required ---
SITE_URL=https://blog.giersig.eu
SITE_NAME="giersig."
AUTHOR_NAME=svemagie
# --- Optional but recommended ---
SITE_DESCRIPTION="A personal IndieWeb home. Long reads and loose notes, links and hunches, experiments in writing and thinking. My corner of the internet. Unsponsored, unoptimized, mine."
AUTHOR_BIO="pedestrian sociologist, mostly harmless"
AUTHOR_EMAIL="svemagie@anche.no"
AUTHOR_LOCATION=""
# --- Social feeds (enables auto-fetching) ---
SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,GitHub|https://github.com/svemagie|github,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb"
GITHUB_USERNAME=svemagie
MASTODON_INSTANCE=
MASTODON_USER=svemagie
BLUESKY_HANDLE=svemagie
# --- ActivityPub (IndieKit) ---
ACTIVITYPUB_HANDLE=svemagie
# --- Optional extras ---
AUTHOR_AVATAR="https://blog.giersig.eu/images/cy-me2.webp"
AUTHOR_TITLE=
AUTHOR_PRONOUN=
SITE_LOCALE=de

View File

@@ -3,26 +3,30 @@
# --- Required --- # --- Required ---
SITE_URL=https://blog.giersig.eu SITE_URL=https://blog.giersig.eu
SITE_NAME=Sven Giersig SITE_NAME="giersig.""
AUTHOR_NAME=Sven Giersig AUTHOR_NAME=svemagie
# --- Optional but recommended --- # --- Optional but recommended ---
SITE_DESCRIPTION=Svens Personal IndieWeb blog SITE_DESCRIPTION="A personal IndieWeb home. Long reads and loose notes, links and hunches, experiments in writing and thinking. My corner of the internet. Unsponsored, unoptimized, mine."
AUTHOR_BIO=pedestrian sociologist AUTHOR_BIO="pedestrian sociologist"
AUTHOR_EMAIL=svemagie@anche.no AUTHOR_EMAIL="svemagie@anche.no"
AUTHOR_LOCATION= AUTHOR_LOCATION=""
# --- Social feeds (enables auto-fetching) --- # --- Social feeds (enables auto-fetching) ---
SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,GitHub|https://github.com/svemagie|github,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb"
GITHUB_USERNAME=svemagie GITHUB_USERNAME=svemagie
MASTODON_INSTANCE=https://mastodon.social #MASTODON_INSTANCE=https://blog.giersig.eu
#MASTODON_USER=svemagie
#BLUESKY_HANDLE=
MASTODON_INSTANCE=
MASTODON_USER= MASTODON_USER=
BLUESKY_HANDLE= BLUESKY_HANDLE=
# --- ActivityPub (IndieKit) --- # --- ActivityPub (IndieKit) ---
ACTIVITYPUB_HANDLE= ACTIVITYPUB_HANDLE=svemagie
# --- Optional extras --- # --- Optional extras ---
AUTHOR_AVATAR=/images/avatar.jpg AUTHOR_AVATAR="https://blog.giersig.eu/images/avatar.jpg"
AUTHOR_TITLE= AUTHOR_TITLE=
AUTHOR_PRONOUN= AUTHOR_PRONOUN=
SITE_LOCALE=de SITE_LOCALE=de

7
.gitignore vendored
View File

@@ -9,13 +9,6 @@ css/style.css
# Cache # Cache
.cache/ .cache/
# Environment variables (never commit!)
.env
*.env.local
*.env.*.local
env.sh
env.sh.*
# Content (symlinked at runtime) # Content (symlinked at runtime)
content/ content/
uploads/ uploads/