Files
blu-lux/lux.toml
Brandon Lucas e6c8c77805 refactor: use ssg package and sync content from elmstatic
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>
2026-02-24 22:04:17 -05:00

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" }