Add ssg package to registry
Static site generator utilities extracted from blu-site, providing reusable post/tag types, content reading, date sorting, and file I/O. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
packages/ssg/lux.toml
Normal file
11
packages/ssg/lux.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "ssg"
|
||||
version = "0.1.0"
|
||||
description = "Static site generator utilities for Lux"
|
||||
authors = ["Brandon Lucas"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
frontmatter = { version = "0.1.0", path = "../frontmatter" }
|
||||
markdown = { version = "0.1.0", path = "../markdown" }
|
||||
path = { version = "0.1.0", path = "../path" }
|
||||
Reference in New Issue
Block a user