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
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "email-to-rss",
"name": "kill-the-news",
"version": "0.1.0",
"description": "A service that converts email newsletters to RSS feeds using Cloudflare Workers",
"description": "Convert email newsletters into private RSS feeds using Cloudflare Workers",
"main": "dist/worker.js",
"scripts": {
"build": "wrangler deploy --dry-run --outdir=dist",