Build the whole site into a different directory

zola

  • A static site generator in a single binary with everything built-in.
    More information: <https://www.getzola.org/documentation/getting-started/cli-usage/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

zola build --output-dir {{path/to/output_directory/}}

click the source code to copy