ccbikai 10fe7b3da3 feat: add sitemap generation for SEO enhancement
Implements dynamic sitemap generation to improve SEO by providing search engines with updated site structure and content availability. This includes a root sitemap index and paginated sitemap files for individual posts, enhancing crawl efficiency and content discoverability.
2024-08-05 12:04:34 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 21:01:52 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00
2024-08-04 20:42:51 +08:00

BroadcastChannel

Turn your Telegram Channel into a MicroBlog.


English | 简体中文

Features

  • Turn your Telegram Channel into a MicroBlog
  • SEO friendly
  • 0 JS on the browser side
  • RSS and RSS JSON

🪧 Demo

BroadcastChannel supports deployment on serverless platforms like Cloudflare, Netlify, Vercel that support Node.js SSR, or on a VPS. For detailed tutorials, see Deploy your Astro site.

  1. Cloudflare
  2. Netlify
  3. Vercel

🧱 Tech Stack

🏗️ Deployment

  1. 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
  5. Save and deploy
  6. Bind a domain (optional).

⚒️ Configuration

## Telegram channel name, required
CHANNEL=Broadcast_Channel_Blog

## Language and timezone settings, language options see [dayjs](https://github.com/iamkun/dayjs/tree/dev/src/locale)
LOCALE=en
TIMEZONE="America/New_York"

## Social media usernames
TELEGRAM=ccbikai
TWITTER=ccbikai
GITHUB=ccbikai

## The following two social media need to be URLs
DISCORD=https://DISCORD.com
PODCAST=https://PODCAST.com

## Header and footer code injection, supports HTML
FOOTER_INJECT=FOOTER_INJECT
HEADER_INJECT=HEADER_INJECT

## SEO configuration options, can prevent search engines from indexing content
NO_FOLLOW=false
NO_INDEX=false

## Sentry configuration options, collect server-side errors
SENTRY_AUTH_TOKEN=SENTRY_AUTH_TOKEN
SENTRY_DSN=SENTRY_DSN
SENTRY_PROJECT=SENTRY_PROJECT

## Telegram host name and static resource proxy, not recommended to modify
HOST="telegram.dog"
STATIC_PROXY=""

Sponsor

  1. Follow me on Telegram
  2. Follow me on 𝕏
  3. Sponsor me on Github
Description
Turn your Telegram Channel into a MicroBlog.
Readme AGPL-3.0 915 KiB
Languages
TypeScript 34.3%
Astro 26.2%
XSLT 19.4%
CSS 17%
JavaScript 2.5%
Other 0.6%