You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Use case: I add categories to posts by putting them into folders of the same name (Jekyll supports this!), e.g.
Instead of adding an option to Jekyll Compose, I think the more unix-y way of adding support for this just
cd
ing intojekyll/update
and runningdraft
,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.
The text was updated successfully, but these errors were encountered: