mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 13:33:53 -04:00
Bundle the typst-fontawesome package as a git submodule so that Font Awesome icons are available during Typst compilation without network access. Refactor get_package_path to install multiple bundled packages into the temporary cache. Add an offline wheel installation test that renders a PDF with a poisoned HTTP proxy to verify no network calls.
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
[submodule ".claude/skills/rendercv-skill"]
|
|
path = .claude/skills/rendercv-skill
|
|
url = https://github.com/rendercv/rendercv-skill.git
|
|
[submodule "src/rendercv/renderer/typst_fontawesome"]
|
|
path = src/rendercv/renderer/typst_fontawesome
|
|
url = https://github.com/duskmoon314/typst-fontawesome.git
|