nicehiro/org-roam-web
Build a static website from org-roam notes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| roam_dir | Path to org-roam directory | no | . |
| db_path | Path to org-roam database (relative to roam_dir) | no | roam.db |
| output_dir | Output directory for generated site | no | dist |
| site_title | Site title | no | My Notes |
| base_url | Base URL for the site (e.g., /roam for github.io/username/roam) | no | "" |
| exclude_tags | Comma-separated list of tags to exclude | no | private,draft |
Outputs
| name | description |
|---|---|
| output_path | Path to generated site |