feat(blog): add new article on sources of tracker lists#222
Conversation
Covers ngosang/trackerslist, newTrackon, and XIU2/TrackersListCollection as community-maintained sources for finding active public BitTorrent tracker lists. Includes comparison tables, privacy note, and Torrust-specific configuration tips.
There was a problem hiding this comment.
Pull request overview
This PR adds a new SvelteKit blog post page (“Where to Find Active BitTorrent Tracker Lists”), updates the generated blog metadata JSON used across the site, and bumps the footer copyright year.
Changes:
- Added a new blog post route (
sources-of-tracker-lists) with metadata, server load, and full article content. - Updated
static/blogMetadata.jsonto include the new post and reflect current blog metadata. - Updated the footer copyright year.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| static/blogMetadata.json | Regenerated/updated blog metadata to include the new post and other metadata updates. |
| src/routes/blog/sources-of-tracker-lists/metadata.ts | Defines the new post’s title, slug, date, cover image, excerpt, and tags. |
| src/routes/blog/sources-of-tracker-lists/+page.svelte | Adds the new article content and renders it using existing blog post layout components. |
| src/routes/blog/sources-of-tracker-lists/+page.server.ts | Loads current post + all posts metadata for the new route. |
| src/lib/components/organisms/Footer.svelte | Updates the displayed copyright year. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "date": "2026-06-19T09:00:00.000Z", | ||
| "coverImage": "/images/posts/review-and-setup-guide-for-unit3d/unit3d-user-profile-screenshot.png", | ||
| "excerpt": "UNIT3D is one of the fully featured BitTorrent Indexes that promises a robust, customizable, and community-driven experience. In this first post of our review series at Torrust, we’ll dive into UNIT3D, evaluating its features, installation process, and overall usability. Whether you're an open-source advocate or a BitTorrent expert, this guide will help you understand the ins and outs of UNIT3D, including a step-by-step tutorial to set it up on a Digital Ocean droplet.", | ||
| "excerpt": "UNIT3D is one of the fully featured BitTorrent Indexes that promises a robust, customizable, and community-driven experience. In this first post of our review series at Torrust, we’ll dive into UNIT3D, evaluating its features, installation process, and overall usability. Whether you're an open-source advocate or a BitTorrent expert, this guide will help you understand the ins and outs of UNIT3D, including a step-by-step tutorial to set it up on a Digital Ocean droplet. Note: the demo site we had set up for this article has been shut down.", |
| <div> | ||
| <p>CC-BY-SA 4.0</p> | ||
| <p>Nautilus Cyberneering S.L.U. 2024</p> | ||
| <p>Nautilus Cyberneering S.L.U. 2026</p> | ||
| </div> |
- Make copyright year dynamic in Footer.svelte (no more stale dates) - Sort blogMetadata.json deterministically by date descending, then by slug ascending for ties
|
I've addressed both review comments in commit d7e6a34: 1. 2. Hardcoded copyright year — Replaced Both changes pass |
|
ACK d7e6a34 |
Summary
A new blog post surveying the most reliable community-maintained sources for finding active public BitTorrent tracker lists.
Changes
Related issue
Closes #115
Checklist