summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
AgeCommit message (Expand)Author
2016-02-05Add renderToMemory flagBjørn Erik Pedersen
2016-02-05Clean flagsBjørn Erik Pedersen
2016-01-30Fix a minor typo discovered by Lintian (Debian)Anthony Fok
2016-01-29Provide more detail on static sync when running with verboseSteve Francia
2016-01-29Do not call watchConfig() when not in watch modeAnthony Fok
2016-01-29Add flag --cleanDestinationDir=false to retain prior behaviorSteve Francia
2016-01-28Make the watch logger less chattyBjørn Erik Pedersen
2016-01-26Rewrite commentary on static event handlingSteve Francia
2016-01-26Permit directory removal during static syncSteve Francia
2016-01-26Ignore .DS_Store changes (thumbnail cache file on mac)Steve Francia
2016-01-26Handle self rename operations gracefullySteve Francia
2016-01-26Static file incremental sync improvementsSteve Francia
2016-01-26Handle remove & rename source operations incrementallySteve Francia
2016-01-26Read/reread individual source content filesSteve Francia
2016-01-26Separate handling content, data and template changesSteve Francia
2016-01-25Ignore temp files created by IntelliJ when savingSteve Francia
2016-01-05Add embeded template for robots.txtIvan Fraixedes
2016-01-04Allow renaming of sitemap.xmlGerben Castel
2016-01-04Copy static files changedFabiano Frizzo
2016-01-01Add themesDir option to configurationdigitalcraftsman
2015-12-23Copy only the static files changedFabiano Frizzo
2015-12-23Ignore temp files created by IntelliJ when savingSteve Francia
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-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-12-03Fix crash with "config", "check" and "benchmark"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-02Improve error handling in commandsBjørn Erik Pedersen
2015-12-02Enable dirname and filename completion for more flagsAnthony Fok
2015-12-01Make noTimes command flag workTatsushi Demachi
2015-12-01Copy static dir files without theme's static dirTatsushi Demachi
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-22Add commands/genman.go to autogenerate man pagesAnthony Fok
2015-11-18Do not rebuild on extra Spotlight filesystem eventsBjørn Erik Pedersen
2015-11-16No double slash when destination set to '/'spf13
2015-11-16Handle sync (file copy) errors better)spf13
2015-11-11Print parse errors from ViperBjørn Erik Pedersen
2015-11-09Add support for dynamic reloading of config file when watchingspf13
2015-10-17The missing static directory shouldn't fail the buildKato Kazuyoshi
2015-10-10Expose canonifyURLs as a command flagBjørn Erik Pedersen
2015-10-07WordCount and Summary support CJK Languagecoderzh
2015-10-05Let Cobra do the usage error loggingBjørn Erik Pedersen
2015-10-04Hugo import from jekyllcoderzh
2015-10-02Rename NormalizeHugoFlagsFunc to NormalizeHugoFlagsBjørn Erik Pedersen