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
2016-09-06Make it possible to add a language in server modeBjørn Erik Pedersen
2016-09-06Introduce HugoSites typeBjørn Erik Pedersen
2016-09-06Rename MainSites to SitesBjørn Erik Pedersen
2016-09-06Add multilingual support in HugoAlexandre Bourget
2016-06-09Change hugo to Hugo in help textBjørn Erik Pedersen
2016-02-14Export MainSite varHenrique Dias
2016-02-05Add renderToMemory flagBjørn Erik Pedersen
2016-02-05Clean flagsBjørn Erik Pedersen
2016-01-28Fix hugo benchmarkBjørn Erik Pedersen
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-12-03Change most global flags into local onesAnthony Fok
2015-12-02One more error fix in the server commandAnthony Fok
2015-12-02Improve error handling in commandsBjørn Erik Pedersen
2015-11-24Change the license to Apache 2.0Steve Francia
2015-08-04Improve formatting of Hugo command descriptionsAnthony Fok
2015-02-05Add memprofile to pprof benchmarkbep
2014-12-24Fix long descriptions of `benchmark` and `serve` commandsAnthony Fok
2013-11-02Fix benchmark panicNoah Campbell
2013-10-10simplified buildSite & better error handling around itspf13
2013-09-29Change the interface to use commands and flags instead of just flags.spf13