Manages Ghost CMS drafts and content synchronization using local HTML files and the Ghost Admin API.
The Ghost Content Manager skill streamlines the blogging workflow by allowing developers to manage Ghost CMS content directly from their local development environment. It provides a structured approach to creating, editing, and syncing blog posts through specialized scripts, using local HTML files with YAML frontmatter for metadata. This skill is ideal for creators who prefer using professional code editors over web-based CMS interfaces, enabling bi-directional syncing between local drafts and the Ghost server.
주요 기능
01Bulk pull and push capabilities for efficient content updates
02Local content editing using standard HTML and YAML frontmatter
036 GitHub stars
04Bi-directional synchronization of drafts using the Ghost Admin API
05Automatic metadata management for post IDs, slugs, and timestamps
06Scaffold new blog posts and pages with local command-line scripts
사용 사례
01Maintaining a local backup or version-controlled history of Ghost blog drafts
02Drafting and formatting complex blog posts in a local IDE instead of the Ghost web editor
03Automating the creation of multiple post stubs during content planning phases