1
0
silverbullet/plugs/ghost/ghost.plug.yaml

16 lines
387 B
YAML
Raw Normal View History

2022-04-09 12:28:41 +00:00
functions:
downloadAllPostsCommand:
path: "./ghost.ts:downloadAllPostsCommand"
command:
name: "Ghost: Download Posts"
downloadAllPosts:
path: "./ghost.ts:downloadAllPosts"
env: server
publishPostCommand:
path: "./ghost.ts:publishPostCommand"
command:
name: "Ghost: Publish Post"
publishPost:
path: "./ghost.ts:publishPost"
env: server