summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-05-18Fix some recently introduced error handling issuesBjørn Erik Pedersen
2023-05-17Revert "Make GOMAXPROCS CPU limit aware"Bjørn Erik Pedersen
2023-05-17Make GOMAXPROCS CPU limit awareBenjamin Elder
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2019-04-05Add HUGO_NUMWORKERMULTIPLIERBjørn Erik Pedersen
2018-04-11commands: Make commands.Execute return a Response objectBjørn Erik Pedersen
2018-04-11commands: Remove the Hugo globalBjørn Erik Pedersen
2018-04-11commands: Add CLI testsBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-03-27Exit -1 on ERROR in non-global loggerBjørn Erik Pedersen
2016-03-11Exit with error code on any errorBjørn Erik Pedersen
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2014-09-08More proofreading and minor revisions to Hugo docsAnthony Fok
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-03-05Parallelizing the largest build processes (templates, pages, indexes). Seeing...spf13
2013-09-29Change the interface to use commands and flags instead of just flags.spf13
2013-09-01Return an error (other than 0) when ./hugo failsNoah Campbell
2013-08-20Static changes shouldn't be destructive to existing filesRoss Lawley
2013-08-19Watch StaticDir and sync to PublishDir on changerawfalafel
2013-08-14Clarify uglyurls flag.VonC
2013-08-09Nitro timer is encapsulated.Noah Campbell
2013-08-08Make sure hugo --version prints the version and does *nothing* else.VonC
2013-08-01Adding error message when no content pages exists.Noah Campbell
2013-07-30copying static content to destinationspf13
2013-07-26Adding support for destination dir, split out staticspf13
2013-07-26fixing bug with server not finding right pathspf13
2013-07-26adding more verbose output to server functionalityspf13
2013-07-19Adding proper command line option parsingspf13
2013-07-19Default is now pretty urls (without .html)spf13
2013-07-11Now support for config files as yaml, json or tomlspf13
2013-07-10fixing incorrect import pathspf13
2013-07-10Adding total time to generated stats.spf13
2013-07-10Writing relative links to absolute so they work in feedsspf13
2013-07-08Adding version number to command line optionsspf13
2013-07-06changing to suport yaml rather than json and adding optional restructuredtext...tycho garen
2013-07-06sanity: move from json to yamltycho garen
2013-07-04adding hugospf13