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

Look up config file in parents recursively #111

Open
qwtel opened this issue Nov 10, 2019 · 0 comments
Open

Look up config file in parents recursively #111

qwtel opened this issue Nov 10, 2019 · 0 comments
Labels

Comments

@qwtel
Copy link

qwtel commented Nov 10, 2019

Use case: I add categories to posts by putting them into folders of the same name (Jekyll supports this!), e.g.

├── jekyll
│   └── update
│       └── _posts
│           └── 2019-04-07-welcome-to-jekyll.md

Instead of adding an option to Jekyll Compose, I think the more unix-y way of adding support for this just cding into jekyll/update and running draft, publish, etc. commands there.

However, Jekyll Compose can't locate the config file in this case, as it's only looking in the current working directory. Support for recursive search until it finds a config file in a parent would enable this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants