code.moonweb.org repo updates

This commit is contained in:
2026-08-15 00:17:53 +02:00
parent bbeddf2440
commit 8382742a5c
6 changed files with 243 additions and 94 deletions
+3
View File
@@ -59,6 +59,9 @@ def main():
meta = fetch_moonweb_yml(repo["name"])
if not meta or meta.get("category") != "code":
continue
meta.setdefault("repo", repo["name"])
meta.setdefault("repo_url", repo["html_url"])
meta.setdefault("summary", repo.get("description", ""))
entries.append(meta)
entries.sort(key=lambda e: (e.get("subcategory", ""), e.get("title", "")))