actions-marketplace-validations/GenBlog
Generate a static blog from Markdown files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_path | Base path for all generated URLs | no | — |
| source_directory | Path to directory with Markdown filenames | no | . |
| static_directory | Path to directory with static files, to copy to `output_directory` | no | — |
| output_directory | Path to output directory | no | output |
| allowed_file_extensions | Comma-separated list of allowed file extensions that will be copied as is | no | .jpeg,.jpg,.png,.mp4,.pdf |
| templates_directory | Path to templates directory | no | _templates |
| default_template | Filename of the default template | no | _post.html |
| default_language | Default language for the blog | no | en |
| comments_enabled | Enable comments | no | false |
| comments_site_id | Site ID for Remark42 comments | no | "" |
| show_drafts | Show drafts | no | false |
| thumb_path | Path to thumbnails directory | no | thumb |
| thumb_max_width | Max width of thumbnails | no | 140 |
| thumb_max_height | Max height of thumbnails | no | 140 |
| search_enabled | Enable search | no | false |
| search_url | URL to search service | no | — |
| search_path | Path to search index file | no | index.bleve |
Outputs
no outputs