hugo/commands
Dato Simó 0053be979a Correctly print server URL when base-url is specified in the command line
When running hugo server like:

    $ hugo server -s docs -b myhostname

the printed output now directs to http://myhostname:1313 instead of
(invariably) http://localhost:1313.

As per server(), BaseUrl is never empty, and the required value is always
found in Viper.
2014-05-09 23:27:21 -04:00
..
benchmark.go
check.go
convert.go More feedback where errors happen during metadata conversion 2014-05-02 01:02:49 -04:00
hugo.go Add pygmentsstyle and pygmentsuseclasses options 2014-05-09 23:20:11 -04:00
limit_darwin.go
limit_others.go
new.go Adding new commands (new site [path], new theme [name]) 2014-05-08 18:30:58 -04:00
server.go Correctly print server URL when base-url is specified in the command line 2014-05-09 23:27:21 -04:00
version.go