feat: rename project to kill-the-news, add GitHub Pages landing page

- Rename all references from Email-to-RSS/email-to-rss to kill-the-news
  across README.md, AGENTS.md, package.json, wrangler-example.toml, setup.sh
- Add docs/index.html: dark-themed landing page for GitHub Pages
  covering features, how it works, quick start, and tech stack

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-21 20:45:25 +02:00
parent aede0c9d16
commit 6fddbd40f2
6 changed files with 607 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name = "email-to-rss"
name = "kill-the-news"
main = "src/index.ts"
compatibility_date = "REPLACE_WITH_COMPATIBILITY_DATE"
compatibility_flags = ["nodejs_compat"]