Added top level .Hugo variable with version, commit and generator information + docs
authorDerek Perkins <derek@derekperkins.com>
Tue, 9 Dec 2014 15:36:07 +0000 (08:36 -0700)
committerbep <bjorn.erik.pedersen@gmail.com>
Mon, 19 Jan 2015 00:22:23 +0000 (01:22 +0100)
commitac6b86aff8fe2ef8417c48074aadad6beea53052
treee750cca04e36c3fc9c8ad5d62919aeb75b18417c
parent90afe41e4943393a98a3f64409d7e8445c6a622d
Added top level .Hugo variable with version, commit and generator 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
Makefile
README.md
commands/version.go
docs/content/templates/variables.md
hugolib/hugo.go [new file with mode: 0644]
hugolib/node.go
hugolib/site.go