lawale/Séance Ghost
Sync Markdown files to Ghost CMS — create, update, and unpublish posts from your repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ghost-url | Your Ghost instance URL (e.g. https://blog.example.com) | yes | — |
| ghost-admin-api-key | Ghost Admin API key in id:secret format | yes | — |
| posts-dir | Directory containing Markdown post files | no | posts/ |
| default-status | Default post status when not specified in frontmatter | no | draft |
Outputs
| name | description |
|---|---|
| created | Number of posts created |
| updated | Number of posts updated |
| unpublished | Number of posts unpublished (deleted files) |
| errors | Number of files that failed to process |