Files
rendercv/.gitmodules
Sina Atalay c917f3a05b Add typst-fontawesome as bundled Typst package for offline icon support
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.
2026-03-21 03:54:59 +03:00

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