Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-31Add PreserveTaxonomyNames flagbep
2015-05-21Fix formatting in hugo command descriptionbep
2015-05-21Fix CLI command description for the top levelbep
2015-05-21Better organization of loading defaultsspf13
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-19Add gendoc commandbep
2015-05-16Remove trailing spaces in completionfile flagbep
2015-05-16Add Bash completionbep
2015-05-16Fix datePublished to publishdateAndre R
2015-05-16Do not shout about missing baseURL if relativeURLs is setbep
2015-05-16Add support for URLs relative to context rootbep
2015-05-12Allow forward slashes in Hugo new on Windowsbep
2015-05-09Make sure that complete server URL is logged on startupbep
2015-05-09add undraft commandJoel Scoble
2015-05-09Section menu for the lazy bloggerbep
2015-05-07Add RSSUri to specify the name of the RSS fileDana H. P'Simer
2015-05-07Make server bind interface configurable.Liam Bowen
2015-05-02Try to make it more visible that you have to set baseUrlbep
2015-04-28Print ERROR on theme vs Hugo version mismatchbep
2015-04-07Fix spelling mistake in commentbep
2015-04-07Add custom Windows mousestrap messagebep
2015-04-03Fix the last Go Vet errorbep
2015-04-02List directories being watched when server is runDylan MacKenzie
2015-03-28Use helpers.FilePathSeparator constbep
2015-03-28Fix section name guessing on WindowsNuno Antunes
2015-03-18Refactor Hugo versionbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-12Do not ERROR-log missing /data dirbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-11Skip 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-18Suppress 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-15Add 'config' command to list site configurationbep
2015-02-15Put back static theme conditionalspf13
2015-02-14[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