summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-10Skip directories like node_modules from the watchlistAnthony Fok
2015-03-10Switch from fsnotify.v0 to fsnotify.v1 API (watcher)Anthony Fok
2015-03-10Add new min_version field to theme.toml templateAnthony Fok
2015-03-06Apply some more Golint suggestionsbep
2015-03-06Fix some Go Lint errorsbep
2015-03-06Fix errors reported by Go Vetbep
2015-02-23Use osext on GitHubbep
2015-02-17Suppress errors for symbolic links witch point to a file.René Jochum
2015-02-17Fix bug where running hugo without options causes to createCyrill Schumacher
2015-02-17Add --ignoreCache CLI flag with description "Ignores theCyrill Schumacher
2015-02-17Merge to stay up to date with current devCyrill Schumacher
2015-02-17Quote strings in `hugo config` outputAnthony Fok
2015-02-16Make "Indexes" the alias and "Taxonomies" the canonical nameAnthony Fok
2015-02-14Add 'config' command to list site configurationbep
2015-02-14Put back static theme conditionalspf13
2015-02-13[commands/new.go] Update theme.toml etc.Anthony Fok
2015-02-12Remove now superfluous conditionalbep
2015-02-11Add data files support in themesbep
2015-02-11Change "ctrl+c" to "Ctrl+C"Anthony Fok
2015-02-09Reads data files inside data/ and makes data available in .Site.DataErlend Klakegg Bergheim
2015-02-06Log ERROR on missing baseurlbep
2015-02-05Add memprofile to pprof benchmarkbep
2015-01-31Fix defaults for BlackfridayNaoya Inada
2015-01-30Fix for issue 839 and 490 on WindowsDan Hersam
2015-01-28Version uses binary name instead of hugoDan Hersam
2015-01-26Set detault for Paginate to 10bep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-24Add site-wide/per-page [blackfriday] `fractions` optionAnthony Fok
2015-01-22Revert "Try to fix mysterious test failures on Travis"Anthony Fok
2015-01-23Try to fix mysterious test failures on Travisbep
2015-01-19Added top level .Hugo variable with version, commit and generator information...Derek Perkins
2015-01-16Update TestFixUrl() to expect BaseUrl to have trailing `/`Anthony Fok
2015-01-15Ensure that BaseUrl used in `hugo server` ends with `/`Anthony Fok
2015-01-14Add ".swx" suffix to file watcher's ignore listAnthony Fok
2015-01-09Do not exit server watch on errorbep
2015-01-05Rename to plainIdAnchorsJacob Gillespie
2015-01-05Group both options under Blackfriday: documentIDAnchorJacob Gillespie
2015-01-05Add config options: disable footnote anchor prefix and header ID suffixJacob Gillespie
2015-01-01always use http scheme for localhostNathan Youngman
2014-12-26Add configurable support for angled quotesbep
2014-12-24Fix long descriptions of `benchmark` and `serve` commandsAnthony Fok
2014-12-12Use current working dir as WorkingDir instead of hugo executable's dirTatsushi Demachi
2014-12-12Trigger an editor after `hugo new`.Austin Ziegler
2014-12-12Commented commands packageAhsanul Haque
2014-12-10ERROR-log on symbolic linksbep
2014-12-09Add timezone to buildDatebep
2014-12-08Always use RFC3339 for version date format.Austin Ziegler
2014-11-24fix version command so that it will work with all supported config formats an...Joel Scoble