mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 09:51:00 +00:00
1. geo_region inference: _infer_geo_from_url() infers Americas/Europe/España/Asia-Pacific from URL TLD (.es .de .fr .uk .jp .cn etc.) as fallback when geo_region field is empty. Industry digest now shows real content instead of empty categories. 2. Last-updated badge: trending section header now shows "Updated Jun 19, 2026" pill derived from news_digest.json mtime — gives readers confidence in freshness. 3. Search boost: tech-digest and industry-digest pages now have search.boost: 2 frontmatter so they rank higher in MkDocs Material site search. 4. RSS feed (src/rss_generator.py): generates v2-docs/feed.xml with top-20 curated picks from 3-month digest. Runs after news_digest in publisher. Autodiscovery <link rel="alternate"> added to v2-mkdocs.yml extra_head. 5. Weekly cron (09.weekly_digest.yml): runs every Monday 06:00 UTC, generates digest with Gemini, renders digest pages, commits, then triggers publisher. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>