Add "import" type blog which can pull from an external repository #9

Open
opened 2026-01-03 14:47:16 +00:00 by xrd · 0 comments
Owner

Define new YFM which allows importation of a single post.

For example, perhaps this file content/posts/some-dataviz-exploration.md:

---
sprinkyll:
  import: https://extrastatic.dev/xrdawson/dataviz-exploration
  path: 'some-new-path' # do we need this?
---

This will be ignored and replaced by the external post

Why? This allows authoring of a post outside of your private blog repo. You might want to have a private repository of unpublished drafts.

Allow branchy to publish to a new repo using "external: true" in the email. Or, make this possible using a configuration option in the settings for an email PIN.

Define new YFM which allows importation of a single post. For example, perhaps this file `content/posts/some-dataviz-exploration.md`: ``` --- sprinkyll: import: https://extrastatic.dev/xrdawson/dataviz-exploration path: 'some-new-path' # do we need this? --- This will be ignored and replaced by the external post ``` Why? This allows authoring of a post outside of your private blog repo. You might want to have a private repository of unpublished drafts. Allow branchy to publish to a new repo using "external: true" in the email. Or, make this possible using a configuration option in the settings for an email PIN.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
svekyll/sprinkyll#9
No description provided.