Would it be possible for the nanoc compile command to accept a --config option that
would point at nanoc.yaml ? Tools like webpack and typescript's compiler provide a similar
feature, and it would be nice if nanoc could do the same.
I looked into it briefly and it appeared that it would require some refactoring. If a path was
given then we would use its contents to determine the "site dir" instead of how enter_site_dir
and friends currently work. It might require some effort but I'm curious if there's interest in supporting
a feature like that. Thanks