Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for stable Micropub extension 'Post Status' #273

Closed
MaybeThisIsRu opened this issue Sep 1, 2020 · 1 comment
Closed

Support for stable Micropub extension 'Post Status' #273

MaybeThisIsRu opened this issue Sep 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@MaybeThisIsRu
Copy link

MaybeThisIsRu commented Sep 1, 2020

Link to Micropub Extension 'Post Status'. Discussion on the extension can be found here. It is stable as of June 2020.

This would aid users in writing articles that are long form and are written over the course of several days, by letting them revisit the publish page and having them specify post-status=published whenever they're ready.

@paulrobertlloyd
Copy link
Collaborator

This has been implemented in the v0.1.x branch.

By default, for Jekyll and Hugo configs, Indiekit will use this value to output draft: true in the frontmatter if post-status=draft. This is the preferred value for Hugo. Jekyll recommends publishing to a special _drafts folder, which Indiekit does not support. While this behaviour might not be desirable for Jekyll, it may still be useful Jekyll-esque static site generators like Eleventy which can hide posts using this value.

@paulrobertlloyd paulrobertlloyd added the enhancement New feature or request label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants