Unverified Commit 8df2f92e authored by Georg Koppen's avatar Georg Koppen
Browse files

Update status-site docs

It seems `baseUrl` got replaced by `baseURL` recently. Additionally,
let's use the HTTP URL, which hugo tells me to use anyway.
parent d5037822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ to GitLab, but pushing there will not trigger build jobs.
Then you can start a local development server to preview the site
with:

    hugo serve --baseUrl=http://localhost/
    firefox https://localhost:1313/
    hugo serve --baseURL=http://localhost/
    firefox http://localhost:1313/

The content can also be built in the `public/` directory with, simply: