infraway/Get Markdown Meta
Extracts meta information from a blog post in markdown format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| markdown_file | Markdown post file | yes | — |
| base_url | Website base URL to replace all relative links in metadata | no | — |
Outputs
| name | description |
|---|---|
| title | Post's title |
| description | Post's description |
| slug | Post's URL slug |
| url | Full post URL |
| social_image | Post's social image |
| date | Post's published date |
| category | Post's category |
| tags | Post's tags divided by ',' |
| social_tags | Post's tags in the format: #tag1 #tag2 #tag3 |