summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
2014-05-16Proper integration of live reload with automatic injectionspf13
2014-05-16Live reloading is working! Still need to incorporate cleanly.spf13
2014-05-15Better handling of when the specified port is already in usespf13
2014-05-09Correctly print server URL when base-url is specified in the command lineDato Simó
2014-05-09Add pygmentsstyle and pygmentsuseclasses optionsLK4D4
2014-05-09Update Sitemap default value syntaxVincent Batoufflet
2014-05-09Add Sitemaps config values handlingVincent Batoufflet
2014-05-09Add base Sitemap supportVincent Batoufflet
2014-05-08Adding new commands (new site [path], new theme [name])spf13
2014-05-02Adding the new command and the create packagespf13
2014-05-02More feedback where errors happen during metadata conversionspf13
2014-05-01Adding a command that enables converting site to a different metadata format.spf13
2014-04-10Updated to work with the latest viperspf13
2014-04-10Preliminary Theme Supportspf13
2014-04-09Added internal rss.xml template and config option to turn off rss creationspf13
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13
2014-04-07writing indexes under more configuration conditionsspf13
2014-04-07Fixing all tests to pass with new Viper Configspf13
2014-04-05Hugo config abstracted into a general purpose config library called "Viper".spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-03-04Bumping version to v0.11-devspf13
2014-03-01bumping version for 0.10spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-02-21Fix imports so hugo builds on darwinspf13
2014-02-18Fix buildmattn
2014-02-06Only change rLimit on OSX (where it is needed). Fixed #194spf13
2014-02-01Automatically increase the process ulimit to maximum available. fixes #168.spf13
2014-02-01Adding the ability to check the system limit on open files (important for wat...spf13
2014-01-29gofmt all go codeTibor Vass
2014-01-28Fix panic with HTTP serve initialization problems.Vincent Batoufflet
2013-12-28Added append-port flagKrisztián Szabó
2013-12-28If baseurl is set then print that on the command line, else leave as default ...William King
2013-12-28Added batching behavior for page building.Egon Elbre
2013-12-28Fix static file change detection on Windows.Egon Elbre
2013-12-16GofmtCaleb Spare
2013-12-16properly use non-localhost BaseUrl in server commandMatt Way
2013-11-15Version bump 0.9spf13
2013-11-12remove initialization loop error from compileMichael D. Johas Teener
2013-11-12restored behavior of respecting config values unless set by command flags. fi...spf13
2013-11-01Fix benchmark panicNoah Campbell
2013-11-01Hugo updated to work with latest cobraspf13
2013-10-31Removing check for directory: static, layoutsNoah Campbell
2013-10-25Better error handling when rendering error found when in watch modespf13
2013-10-24Watching doesn't built site 2x on write (ignores rename events). Also ignores...spf13
2013-10-09simplified buildSite & better error handling around itspf13
2013-10-09Clean up server & build site logic. Fixed #94spf13
2013-10-09server command now builds prior to servingspf13
2013-10-04server defaults to localhost unless overridden by command line flagsspf13
2013-10-03Enabling Nitro ('--stepAnalysis') again. Fix #58spf13
2013-10-01Switching to the rjson library which is more friendly to human generated json.spf13