Somehow you’ve ended up here, funny how that works. I’m responsible for explaining how to get started. GIT CLONE. shell Copy git clone –branch 0.11.11 <a rel="noopener no-referrer" href="https://www.thedroneely.com/git/thedroneely/canory" title="https://www.thedroneely.com/git/thedroneely/canory" >https://www.thedroneely.com/git/thedroneely/canory</a> EXECUTE HUGO TWICE. HUGO VERSION >= 0.108.0 shell Copy cd canory hugo && hugo SERVE HTML. PREVIEW USING ANY HTTP SERVER. shell Copy cd public python -m http.server –bind 127.0.0.1 8124 busybox httpd -f -p 127.0.0.1:8125 php -S 127.0.0.1:8126 ruby -run -e httpd . -p 8127 caddy file-server –listen :8128