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 Fix benchmark panic 2013-11-01 20:36:11 -07:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
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 Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
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 Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00