docsy-example icon indicating copy to clipboard operation
docsy-example copied to clipboard

Change the default baseURL as example.org

Open razonyang opened this issue 2 years ago • 2 comments

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)

razonyang avatar May 07 '23 02:05 razonyang

Can you please rebase and resolve merge conflicts? Thanks.

deining avatar Nov 17 '23 21:11 deining

Done, seems there are a lot of changes, I re-fork and apply the changes on new configuration file.

razonyang avatar Nov 17 '23 21:11 razonyang