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 (Collapse)Author
2015-01-19Added top level .Hugo variable with version, commit and generator ↵Derek Perkins
information + docs Added Version, CommitHash and BuildDate to hugolib/hugo.go and used it in build Removed commitHash and buildDate from commands/version.go and used hugolib vars Removed getDateFormat function from commands/version.go Conflicts: README.md docs/content/templates/variables.md
2014-12-26[Docs] Go 1.4+ required for building on WindowsAnthony Fok
See Issue #688 for more information.
2014-12-26Revise README.md: buildDate expects timezone; copyeditingAnthony Fok
Since commit 3a8c12418a97230df714488e522f44ce8af685c5 dated 2014-12-09, commands.buildDate expects `date +%FT%T%z` rather than `date +%FT%T`. Update README.md accordingly. Also did a little copyediting.
2014-11-25adding appvoyer support for Windows CI integrationspf13
2014-11-14update README.md with info on adding compile information to versionJoel Scoble
2014-10-02Switch to new hompageKartik Singhal
2014-09-08More proofreading and minor revisions to Hugo docsAnthony Fok
Among the various changes, most instances of {{ template "partials/FILE.html" . }} were changed to {{ partial "FILE.html" . }} Also, in main.go, change "2013" to "2013-14".
2014-03-24change golang to goNate Finch
2014-03-24Typo: s/executible/executable/Tim Heaney
2014-03-13fix typo of readmeGuoJing
2014-01-15Adding Werker status to readmeSteve Francia
2014-01-03Adding some analyticsSteve Francia
2013-12-08Add go fmt to contribution guidelinesNoah Campbell
Also fixed up formatting.
2013-12-08Add Contribution GuidelinesNoah Campbell
Fixes #122
2013-08-10Add support for continuous testing.Noah Campbell
Using travis-ci.org
2013-08-03Fixing link to contributor page on githubspf13
2013-08-03Shrinking the readme to just the basics to avoid dupe with doc sitespf13
2013-08-03adding previous next capabilitiesspf13
2013-07-24Fixing headers in readmespf13
2013-07-24Improving installation instructionsspf13
2013-07-24Merge branch 'master' of github.com:spf13/hugospf13
2013-07-24Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into ↵spf13
brandonblack-doc-fix Conflicts: README.md
2013-07-23minor: adding some more instructions for building from sourceBrandon Black
2013-07-21Update README.mdSteve Francia
fixing typo in readme.
2013-07-19Adding proper command line option parsingspf13
2013-07-19Adding better source build instructionsspf13
2013-07-12fixing typo in config readmespf13
2013-07-12Now support for config files as yaml, json or tomlspf13
2013-07-09Adding support for TOML, updating documentationspf13
2013-07-05fixing two typosSteve Francia
2013-07-05better install instructions and fixing usage typoSteve Francia
2013-07-04adding better install directionsv0.7spf13
2013-07-04updating readmespf13
2013-07-04Initial commitSteve Francia