Hello there.
Currently Zola can only serve/build/check site if launched from the root of site directory (where main dirs and config.toml
are located). If launched from any subdirectory it fails with “Failed to load config” error. This is unfortunate because I often try to launch Zola from subdirectory I’m working on, and it makes me changing directory to project root only to have Zola running.
It would be nice to allow Zola to run from anywhere in the site directory, the same manner as Git does.
Is there any chance to have this feature implemented?