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>
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
# This file is auto-generated by lux pkg. Do not edit manually.
|
|
|
|
[[package]]
|
|
name = "frontmatter"
|
|
version = "0.1.0"
|
|
source = "path:../../packages/frontmatter"
|
|
|
|
[[package]]
|
|
name = "markdown"
|
|
version = "0.1.0"
|
|
source = "path:../../packages/markdown"
|
|
|
|
[[package]]
|
|
name = "path"
|
|
version = "0.1.0"
|
|
source = "path:../../packages/path"
|
|
|
|
[[package]]
|
|
name = "ssg"
|
|
version = "0.1.0"
|
|
source = "path:../../packages/packages/ssg"
|
|
dependencies = ["markdown", "frontmatter", "path"]
|
|
|