Add frontmatter, markdown, path, xml, rss, and web packages

Sync local packages into the registry repo and update index.json
and README.md to include all 9 packages.
This commit is contained in:
2026-02-24 21:04:20 -05:00
parent c5a2276f6e
commit cbb66fbb73
42 changed files with 3844 additions and 0 deletions

9
packages/web/lux.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "web"
version = "0.1.0"
description = "Full-stack web framework for Lux — routing, layouts, blog engine, forms, SEO, and static file serving"
[dependencies]
markdown = { version = "0.1.0", path = "../markdown" }
frontmatter = { version = "0.1.0", path = "../frontmatter" }
path = { version = "0.1.0", path = "../path" }