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

Check for collections_dir #62

Closed
DirtyF opened this issue Jan 15, 2018 · 2 comments · Fixed by #74
Closed

Check for collections_dir #62

DirtyF opened this issue Jan 15, 2018 · 2 comments · Fixed by #74

Comments

@DirtyF
Copy link
Member

DirtyF commented Jan 15, 2018

related to jekyll/jekyll#6685

Given `collections_dir` is defined in config
Then `jekyll post` should create new post in `collection_dir/_posts`
And `jekyll draft` should create new draft in `collections_dir/_drafts`
And `jekyll publish` should move draft in `collection_dir/_posts`
And `jekyll unpublish` should move post in `collections_dir/_drafts`
@johnlane
Copy link

johnlane commented Mar 1, 2018

I am not sure if this is related, but...

When _drafts and _posts are under the collection directory (instead of the root) and a draft is published, it is moved from collection_dir/_drafts/foo.md to _posts/yyyy-mm-dd-foo.md.

It should move to collection_dir/_posts/yyyy-mm-dd-foo.md.

(I'm using 3.7.2)

@jekyllbot

This comment has been minimized.

@DirtyF DirtyF added the pinned label Apr 29, 2018
@DirtyF DirtyF added the bug label Oct 7, 2018
@DirtyF DirtyF added this to the 0.9.0 milestone Oct 7, 2018
@jekyll jekyll locked and limited conversation to collaborators Oct 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants