docsy-example
docsy-example copied to clipboard
Change the default baseURL as example.org
A minor change that allow clicking the URL from console.
hugo server
...
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
With this PR:
hugo server
...
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Can you please rebase and resolve merge conflicts? Thanks.
Done, seems there are a lot of changes, I re-fork and apply the changes on new configuration file.