v2.8.0 — 5 Portal Improvements
New Features
1. geo_region inference (src/news_digest.py)
Industry digest now shows real content: _infer_geo_from_url() maps URL TLDs to regions:
.es→ España,.de/.fr/.uk/.it/...→ Europe,.jp/.cn/.sg/...→ Asia-Pacific,.ca/.br/.mx→ Americas
2. Last-updated freshness badge (src/v2_optimizer.py + CSS)
Trending section header shows Updated Jun 19, 2026 pill derived from news_digest.json mtime.
3. Search boost (src/v2_optimizer.py)
tech-digest.md and industry-digest.md generated with search.boost: 2 frontmatter — rank higher in MkDocs site search.
4. RSS feed (src/rss_generator.py)
- Generates
v2-docs/feed.xmlwith top-20 curated picks from 3-month digest - Accessible at
https://nubenetes.com/feed.xml - Autodiscovery
<link rel="alternate">added to all pages viav2-mkdocs.yml - Runs automatically after
src/news_digestin the publisher pipeline
5. Weekly Monday cron (.github/workflows/09.weekly_digest.yml)
- Runs every Monday at 06:00 UTC (08:00 Madrid)
- Generates fresh digest with Gemini → renders pages → commits → triggers publisher
- Keeps the portal fresh without manual intervention
🤖 Generated with Claude Code