summaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Expand)AuthorAge
* all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen2024-01-27
* Fix some recently introduced error handling issuesBjørn Erik Pedersen2023-05-18
* Revert "Make GOMAXPROCS CPU limit aware"Bjørn Erik Pedersen2023-05-17
* Make GOMAXPROCS CPU limit awareBenjamin Elder2023-05-17
* Create a struct with all of Hugo's config optionsBjørn Erik Pedersen2023-05-16
* all: Format code with gofumptBjørn Erik Pedersen2020-12-03
* Add HUGO_NUMWORKERMULTIPLIERBjørn Erik Pedersen2019-04-05
* commands: Make commands.Execute return a Response objectBjørn Erik Pedersen2018-04-11
* commands: Remove the Hugo globalBjørn Erik Pedersen2018-04-11
* commands: Add CLI testsBjørn Erik Pedersen2018-04-11
* all: Update import paths to gohugoio/hugoBjørn Erik Pedersen2017-06-13
* Exit -1 on ERROR in non-global loggerBjørn Erik Pedersen2017-03-27
* Exit with error code on any errorBjørn Erik Pedersen2016-03-11
* Fix copyright headers in source filesBjørn Erik Pedersen2015-12-07
* Change the license to Apache 2.0Steve Francia2015-11-23
* More proofreading and minor revisions to Hugo docsAnthony Fok2014-09-08
* Adding support for logging & verbose logging. Consolidation of error handling...spf132014-03-31
* Parallelizing the largest build processes (templates, pages, indexes). Seeing...spf132014-03-05
* Change the interface to use commands and flags instead of just flags.spf132013-09-29
* Return an error (other than 0) when ./hugo failsNoah Campbell2013-09-01
* Static changes shouldn't be destructive to existing filesRoss Lawley2013-08-20
* Watch StaticDir and sync to PublishDir on changerawfalafel2013-08-19
* Clarify uglyurls flag.VonC2013-08-14
* Nitro timer is encapsulated.Noah Campbell2013-08-09
* Make sure hugo --version prints the version and does *nothing* else.VonC2013-08-08
* Adding error message when no content pages exists.Noah Campbell2013-08-01
* copying static content to destinationspf132013-07-30
* Adding support for destination dir, split out staticspf132013-07-26
* fixing bug with server not finding right pathspf132013-07-26
* adding more verbose output to server functionalityspf132013-07-26
* Adding proper command line option parsingspf132013-07-19
* Default is now pretty urls (without .html)spf132013-07-19
* Now support for config files as yaml, json or tomlspf132013-07-11
* fixing incorrect import pathspf132013-07-10
* Adding total time to generated stats.spf132013-07-10
* Writing relative links to absolute so they work in feedsspf132013-07-10
* Adding version number to command line optionsspf132013-07-08
* changing to suport yaml rather than json and adding optional restructuredtext...tycho garen2013-07-06
* sanity: move from json to yamltycho garen2013-07-06
* adding hugospf132013-07-04