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
When saving a page that is located inside "all_collections/_sheets/name.md" it is moved inside "_sheets/name.md".
I configured my _config.yml with this for jekyll, but jekyll admin seems unable to catch it up
collections_dir: all_collections
Tell us a bit about yourself:
Version of JekyllAdmin I'm using: 0.11.1
Version of Jekyll I'm using: 3.9.3
Version of NodeJS I'm using: 21.4.0
Operating System: Linux Mint
Browser: Chrome and Firefox
Steps to reproduce:
configure your application changing _config.yml to include these lines:
Description:
When saving a page that is located inside "all_collections/_sheets/name.md" it is moved inside "_sheets/name.md".
I configured my _config.yml with this for jekyll, but jekyll admin seems unable to catch it up
Tell us a bit about yourself:
Steps to reproduce:
I expected the following:
File being saved in the correct folder (all_collections/_sheets/filename.md)
But got the following, instead:
File being saved in the incorrect folder (_sheets/filename.md)
Other details:
The text was updated successfully, but these errors were encountered: