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>
This commit is contained in:
7
lux.toml
7
lux.toml
@@ -4,6 +4,7 @@ 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" }
|
||||
path = { version = "0.1.0", path = "../../packages/path" }
|
||||
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" }
|
||||
|
||||
Reference in New Issue
Block a user