Replace ~200 lines of inline SSG logic (types, accessors, parsing, sorting, tags, file I/O) with imports from the new ssg package. Sync updated Lyceum article, images, snippet, and CSS fixes (h3/h4 font-bold, ol list-decimal, blockquote/li spacing) from blu-elmstatic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
384 B
TOML
11 lines
384 B
TOML
[project]
|
|
name = "blu-site"
|
|
version = "0.1.0"
|
|
description = "A Lux project"
|
|
|
|
[dependencies]
|
|
ssg = { version = "0.1.0", path = "../../packages/packages/ssg" }
|
|
markdown = { version = "0.1.0", path = "../../packages/packages/markdown" }
|
|
frontmatter = { version = "0.1.0", path = "../../packages/packages/frontmatter" }
|
|
path = { version = "0.1.0", path = "../../packages/packages/path" }
|