Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-23Revert "Try to fix mysterious test failures on Travis"Anthony Fok
2015-01-23Try to fix mysterious test failures on Travisbep
2015-01-16Ensure that BaseUrl used in `hugo server` ends with `/`Anthony Fok
2015-01-02always use http scheme for localhostNathan Youngman
2014-12-24Fix long descriptions of `benchmark` and `serve` commandsAnthony Fok
2014-11-02Fix redirect-loop for Hugo serverbep
2014-11-02fixed server reporting Web Server is available at https://localhost:1313 when...Marcelo Glezer
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-08handle https prefixes in baseUrlMantas
2014-09-22adding memstat option to serverspf13
2014-08-25Support subdir in baseurl.Nate Finch
2014-07-27it's/itsKevin Burke
2014-05-29Fixed #301. LiveReload works on any port now.spf13
2014-05-17Proper integration of live reload with automatic injectionspf13
2014-05-16Live reloading is working! Still need to incorporate cleanly.spf13
2014-05-16Better handling of when the specified port is already in usespf13
2014-05-10Correctly print server URL when base-url is specified in the command lineDato Simó
2014-04-05Hugo config abstracted into a general purpose config library called "Viper".spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-01-30gofmt all go codeTibor Vass
2014-01-29Fix panic with HTTP serve initialization problems.Vincent Batoufflet
2013-12-29Added append-port flagKrisztián Szabó
2013-12-28If baseurl is set then print that on the command line, else leave as default ...William King
2013-12-17properly use non-localhost BaseUrl in server commandMatt Way
2013-10-26Better error handling when rendering error found when in watch modespf13
2013-10-10Clean up server & build site logic. Fixed #94spf13
2013-10-10server command now builds prior to servingspf13
2013-10-05server defaults to localhost unless overridden by command line flagsspf13
2013-10-02Switching to the rjson library which is more friendly to human generated json.spf13
2013-10-01Restoring build and watch functionalityspf13
2013-09-29Change the interface to use commands and flags instead of just flags.spf13