From 44a102c60326bf87d1fdaa7598f83405b9051082 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:58:28 +0100 Subject: [PATCH] chore: update social env config and example --- .env | 2 +- .env.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index fec48fc..7a718d5 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ 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" +SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,Bluesky|https://bsky.app/profile/svemagie.bsky.social|bluesky,GitHub|https://github.com/svemagie|github,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb" GITHUB_USERNAME=svemagie MASTODON_INSTANCE= MASTODON_USER=svemagie diff --git a/.env.example b/.env.example index d0abe46..667e6f4 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ # --- Required --- SITE_URL=https://blog.giersig.eu -SITE_NAME="giersig."" +SITE_NAME="giersig." AUTHOR_NAME=svemagie # --- Optional but recommended --- @@ -13,7 +13,7 @@ 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" +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,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb" GITHUB_USERNAME=svemagie #MASTODON_INSTANCE=https://blog.giersig.eu #MASTODON_USER=svemagie