katrinafyi/Compendium
Generate a static website from Markdown files using Pandoc and Eleventy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input-dir | Input directory for page files (relative to workspace) | no | . |
| pandoc-glob | Glob to match input files to run through pandoc (relative to input-dir) | no | **/*.md |
| eleventy-input | Directory to copy to eleventy input (relative to input-dir) | no | _input |
| copy-glob | Glob to copy to output site folder (relative to input-dir) | no | assets |
Outputs
| name | description |
|---|---|
| site | Directory of rendered site files (relative to workspace) |