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

16 lines
366 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
2022-04-09 16:25:42 +00:00
publishCommand:
path: "./ghost.ts:publishCommand"
2022-04-09 12:28:41 +00:00
command:
2022-04-09 16:25:42 +00:00
name: "Ghost: Publish"
publish:
path: "./ghost.ts:publish"
2022-04-09 12:28:41 +00:00
env: server