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
It would be great to be able to set the root directory of the site when building it, e.g zola build --root my_website/.
A use case of this would be in scripts & some build systems. I tried to make Bazel to run Zola, but I had to write a wrapper that cd into the site directory before building it.
To do this, Zola should:
introduce a new (global?) argument, defaulting to the current working directory (in src/cli.rs)
It would be great to be able to set the root directory of the site when building it, e.g
zola build --root my_website/
.A use case of this would be in scripts & some build systems. I tried to make Bazel to run Zola, but I had to write a wrapper that
cd
into the site directory before building it.To do this, Zola should:
current_dir
is usedcheck
commandbuild
commandserve
commandThe text was updated successfully, but these errors were encountered: