mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-28 15:09:55 +00:00
chore: update usernames and references
Updates social media handles, repository links, and funding references from old username to new one across configuration files, documentation, and layouts.
This commit is contained in:
14
README.md
14
README.md
@@ -68,12 +68,12 @@ For detailed tutorials, see [Deploy your Astro site](https://docs.astro.build/en
|
||||
|
||||
### Docker
|
||||
|
||||
1. `docker pull ghcr.io/ccbikai/broadcastchannel:main`
|
||||
2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/ccbikai/broadcastchannel:main`
|
||||
1. `docker pull ghcr.io/miantiao-me/broadcastchannel:main`
|
||||
2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/miantiao-me/broadcastchannel:main`
|
||||
|
||||
### Serverless
|
||||
|
||||
1. [Fork](https://github.com/ccbikai/BroadcastChannel/fork) this project to your GitHub
|
||||
1. [Fork](https://github.com/miantiao-me/BroadcastChannel/fork) this project to your GitHub
|
||||
2. Create a project on Cloudflare/Netlify/Vercel
|
||||
3. Select the `BroadcastChannel` project and the `Astro` framework
|
||||
4. Configure the environment variable `CHANNEL` with your channel name. This is the minimal configuration, for more configurations see the options below
|
||||
@@ -92,9 +92,9 @@ LOCALE=en
|
||||
TIMEZONE=America/New_York
|
||||
|
||||
## Social media usernames
|
||||
TELEGRAM=ccbikai
|
||||
TWITTER=ccbikai
|
||||
GITHUB=ccbikai
|
||||
TELEGRAM=miantiao-me
|
||||
TWITTER=miantiao-me
|
||||
GITHUB=miantiao-me
|
||||
MASTODON=mastodon.social/@Mastodon
|
||||
BLUESKY=bsky.app
|
||||
|
||||
@@ -151,4 +151,4 @@ RSS_BEAUTIFY=true
|
||||
|
||||
1. [Follow me on Telegram](https://t.me/miantiao_me)
|
||||
2. [Follow me on 𝕏](https://404.li/kai)
|
||||
3. [Sponsor me on GitHub](https://github.com/sponsors/ccbikai)
|
||||
3. [Sponsor me on GitHub](https://github.com/sponsors/miantiao-me)
|
||||
|
||||
Reference in New Issue
Block a user