Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 232 Bytes

FAQ.md

File metadata and controls

9 lines (6 loc) · 232 Bytes

FAQ

How can I build an offline copy?

On Linux & macOS the following command should work. For Windows you have to adapt $PWD accordingly:

zola build --base-url="$PWD/public/index.html" --output-dir="$PWD/public"