Output path

The output_path can change where your site is created.

By default, Combine will put your site in the output directory:

# combine.yml
output_path: output

This can be renamed if you have a conflict or are transitioning from another convention:

# combine.yml
output_path: public

Or can be redirected out of your repo entirely:

# combine.yml
output_path: /var/www/mysite