1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

12 Commits

Author SHA1 Message Date
6dd2e9a49a gofmt all go code 2014-01-29 18:03:35 -05:00
ff9f6e1b2a Fix panic with HTTP serve initialization problems. 2014-01-28 23:44:43 -05:00
5550c4148e Added append-port flag 2013-12-28 22:01:36 -05:00
e5aa08ff0c If baseurl is set then print that on the command line, else leave as default of localhost
Conflicts:
	commands/server.go
2013-12-28 14:02:10 -05:00
1abc2f0b86 properly use non-localhost BaseUrl in server command 2013-12-16 17:39:59 -05:00
b580a25d1f Better error handling when rendering error found when in watch mode
In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting
2013-10-25 18:03:14 -04:00
0318f7c149 Clean up server & build site logic. Fixed #94 2013-10-09 18:53:46 -04:00
e6ace71fec server command now builds prior to serving 2013-10-09 18:24:40 -04:00
be7ba0e98f server defaults to localhost unless overridden by command line flags 2013-10-04 16:03:13 -04:00
18f2b82658 Switching to the rjson library which is more friendly to human generated json. 2013-10-01 22:45:24 -04:00
3ae8dda203 Restoring build and watch functionality 2013-09-30 22:38:32 -04:00
94d7fe52f8 Change the interface to use commands and flags instead of just flags.
Better organization of main (controller style) code.
2013-09-29 02:10:29 -04:00