
zola
List of commands for zola:
-
zola:tldr:265c3 zola: Create the directory structure used by Zola at the given directory.$ zola init ${my_site}try on your machineexplain this command
-
zola:tldr:5c397 zola: Build the whole site in the `public` directory after deleting it.$ zola buildtry on your machineexplain this command
-
zola:tldr:600e6 zola: Build the whole site into a different directory.$ zola build --output-dir ${path-to-output_directory-}try on your machineexplain this command
-
zola:tldr:f5302 zola: Build and serve the site using a local server (default is `127.0.0.1:1111`).$ zola servetry on your machineexplain this command
-
zola:tldr:f6ede zola: Build all pages just like the build command would, but without writing any of the results to disk.$ zola checktry on your machineexplain this command