(build &opt site root)
Build the static site and put it in the output folder.
(init)
Add loaders to environment. Call this before running any commands.
(serve &opt port host site)
Serve the site locally.
(watch)
Watch for files changing, and re-run mendoza when source files change. Only works when content files and templates change, and only on linux for now.