karoc123/TraceVoyage Build
Build an TraceVoyage static travel journal from a content directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data-dir | Content directory containing trips/ subdirectory. | no | data |
| output-dir | Where to write the generated site. | no | dist |
| templates-dir | Custom Jinja2 templates directory. Leave empty to use the bundled default theme. | no | "" |
| assets-dir | Custom assets directory (CSS, etc.). Leave empty to use the bundled default theme. | no | "" |
| python-version | Python version to use. | no | 3.12 |
| fetch-vendor | Download Leaflet vendor files during the build (set to "false" to skip). | no | true |
| exclude-videos | Exclude video files from generated output to reduce dist size (set to "true" to enable). | no | false |
Outputs
| name | description |
|---|---|
| output-dir | Path of the built site. |