summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
2015-12-24update to use cobra's sub package docSteve Francia
2015-12-23Copy only the static files changedFabiano Frizzo
2015-12-23Ignore temp files created by IntelliJ when savingSteve Francia
2015-12-19Use MkdirAll instead of Mkdir in `hugo gen doc`Anthony Fok
2015-12-19Fix hugo server "Watching for changes" path displayAnthony Fok
2015-12-16Improve some random feedback messagesAnthony Fok
2015-12-16Move cobra.MousetrapHelpText to hugo_windows.goAnthony Fok
2015-12-16Add `--source` flag back to `hugo new` commandAnthony Fok
2015-12-14Do not fail on unknown Jekyll fileBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-08Fix some of the "new site" testsSteve Francia
2015-12-08Turn off failing new site testBjørn Erik Pedersen
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-12-04Added 'themes' as a default new site directoryinondle
2015-12-03Fix crash with "config", "check" and "benchmark"Anthony Fok
2015-12-03Add sanity checks for `hugo import jekyll`Anthony Fok
2015-12-03Change most global flags into local onesAnthony Fok
2015-12-03Revise format for "Unable to locate Config file" errorAnthony Fok
2015-12-02Fix some errors with format patternsBjørn Erik Pedersen
2015-12-02One more error fix in the server commandAnthony Fok
2015-12-02Some more error fixes in commandsBjørn Erik Pedersen
2015-12-02Improve error handling in commandsBjørn Erik Pedersen
2015-12-02Move `import jekyll` functions to import_jekyll.goAnthony Fok
2015-12-02Enable dirname and filename completion for more flagsAnthony Fok
2015-12-01Bump min_version to 0.15 for `hugo new theme`Anthony Fok
2015-12-01Make noTimes command flag workTatsushi Demachi
2015-12-01Copy static dir files without theme's static dirTatsushi Demachi
2015-11-28Support setting target directory in `hugo gen man`Anthony Fok
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-23Add PygmentsOptions optionAndrew Brampton
2015-11-23Restructure the gen commandsBjørn Erik Pedersen
2015-11-23Improve "watching for ..." loggingBjørn Erik Pedersen
2015-11-22Add commands/genman.go to autogenerate man pagesAnthony Fok
2015-11-21Copyedit long help message in commands/server.goAnthony Fok
2015-11-20Hugo server watch by defaultSteve Francia
2015-11-19Revert "Disable render-to-memory on Windows"Bjørn Erik Pedersen
2015-11-18Disable render-to-memory on WindowsBjørn Erik Pedersen
2015-11-18Do not rebuild on extra Spotlight filesystem eventsBjørn Erik Pedersen
2015-11-16Hugo server renders and serves from memory by default (30%+ improvement)spf13
2015-11-16permit the notimes flag on hugo serverspf13
2015-11-16No double slash when destination set to '/'spf13
2015-11-16Handle sync (file copy) errors better)spf13
2015-11-16Fix trivial typos in codeAnthony Fok
2015-11-12Improve the server usage outputspf13
2015-11-11Print parse errors from ViperBjørn Erik Pedersen
2015-11-09Add support for dynamic reloading of config file when watchingspf13
2015-10-31Disable directory listing for Hugo file serverArun Sori
2015-10-17Show usage when new site creation failsBjørn Erik Pedersen
2015-10-17Improve error message on new site commandBjørn Erik Pedersen
2015-10-17Add force flagSafonov Nikita