Removed ~60 lines of inline frontmatter parsing (FMState, Frontmatter, ParseResult types, fmFoldLine, parseFrontmatter, and accessor functions). Now uses the frontmatter package via import. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
232 B
TOML
9 lines
232 B
TOML
[project]
|
|
name = "blu-site"
|
|
version = "0.1.0"
|
|
description = "A Lux project"
|
|
|
|
[dependencies]
|
|
markdown = { version = "0.1.0", path = "../../packages/markdown" }
|
|
frontmatter = { version = "0.1.0", path = "../../packages/frontmatter" }
|