chore: clean environment config
This commit is contained in:
26
.env
Normal file
26
.env
Normal 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
|
||||||
22
.env.example
22
.env.example
@@ -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
7
.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user