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
2016-09-26commands: Revise instructions after "hugo new site"Anthony Fok
2016-08-20Switch to a more up to date TOML libraryBjørn Erik Pedersen
2016-04-08commands: Add helpful instuctions after "hugo new site"digitalcraftsman
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-21create: Refactor NewContent to be testableCameron Moore
2016-03-14commands: Remove unused codeBjørn Erik Pedersen
2016-02-06Unexport the remaining vars in hugo commandBjørn Erik Pedersen
2016-02-05Clean flagsBjørn Erik Pedersen
2016-01-01Add themesDir option to configurationdigitalcraftsman
2015-12-17Improve some random feedback messagesAnthony Fok
2015-12-16Add `--source` flag back to `hugo new` commandAnthony Fok
2015-12-09Fix some of the "new site" testsSteve Francia
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-12-04Added 'themes' as a default new site directoryinondle
2015-12-02Some more error fixes in commandsBjørn Erik Pedersen
2015-12-02Improve error handling in commandsBjørn Erik Pedersen
2015-12-01Bump min_version to 0.15 for `hugo new theme`Anthony Fok
2015-11-24Change the license to Apache 2.0Steve Francia
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
2015-10-15Create minimal default.md in archetype fileAndy Williams
2015-09-08Add a 404.html file if a new theme is createddigitalcraftsman
2015-08-04Improve formatting of Hugo command descriptionsAnthony Fok
2015-08-04Bump `hugo new theme` template min_version to 0.14Anthony Fok
2015-05-12Allow forward slashes in Hugo new on Windowsbep
2015-05-02Try to make it more visible that you have to set baseUrlbep
2015-03-28Use helpers.FilePathSeparator constbep
2015-03-28Fix section name guessing on WindowsNuno Antunes
2015-03-10Add new min_version field to theme.toml templateAnthony Fok
2015-02-14[commands/new.go] Update theme.toml etc.Anthony Fok
2015-02-09Reads data files inside data/ and makes data available in .Site.DataErlend Klakegg Bergheim
2014-12-11Commented commands packageAhsanul Haque
2014-11-14converted path 2 filepathJoel Scoble
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-02Correct desc for hugo new commandKartik Singhal
2014-05-30Updating Convert to handle dates properly for yaml and jsonspf13
2014-05-28Rename chrome to partials (in builder)spf13
2014-05-19new site works in an empty directory nowspf13
2014-05-09Adding new commands (new site [path], new theme [name])spf13
2014-05-02Adding the new command and the create packagespf13