37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# Copy this to .env and fill in your values
|
|
# .env is in .gitignore — never commit it
|
|
|
|
# --- 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"
|
|
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,Bluesky|https://bsky.app/profile/svemagie.bsky.social|bluesky,Mastodon|https://indieweb.social/svemagie|mastodon,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb"
|
|
GITHUB_USERNAME=svemagie
|
|
BLUESKY_HANDLE=
|
|
MASTODON_INSTANCE=
|
|
MASTODON_USER=
|
|
BLUESKY_HANDLE=
|
|
|
|
# --- ActivityPub (IndieKit) ---
|
|
ACTIVITYPUB_HANDLE=svemagie
|
|
|
|
# --- Optional extras ---
|
|
AUTHOR_AVATAR="https://blog.giersig.eu/images/avatar.jpg"
|
|
AUTHOR_TITLE=
|
|
AUTHOR_PRONOUN=
|
|
SITE_LOCALE=de
|
|
|
|
# --- Listening cache (EleventyFetch) ---
|
|
# Shared cache duration for listening data fetches during build (examples: 2m, 5m, 15m)
|
|
LISTENING_FETCH_CACHE_DURATION=5m
|
|
# Optional per-source overrides
|
|
FUNKWHALE_FETCH_CACHE_DURATION=
|
|
LASTFM_FETCH_CACHE_DURATION= |