[commands/new.go] Update theme.toml etc.
authorAnthony Fok <foka@debian.org>
Sun, 8 Feb 2015 15:11:04 +0000 (08:11 -0700)
committerAnthony Fok <foka@debian.org>
Fri, 13 Feb 2015 22:00:17 +0000 (15:00 -0700)
commitd10e05f2e32283d245691bd54a9bb6a9a7067578
treeb8b8400350aee299fd0221a54a9c5ca539494cb2
parent87975e04eb1908e7a35089fc382fa945263242e5
[commands/new.go] Update theme.toml etc.

- Add copyright years and author to the top of the file

- Write the current year from time.Now() to LICENSE.md

- Correct comment regarding `os.MkdirAll(p, 0777)`

- In createConfig(), split the `map[string]string` definition into
  multiple lines to facilitate future expansion.  Also add a trailing
  slash to sample "baseurl" definition.

- Update theme.toml template to match that listed at
  https://github.com/spf13/hugoThemes/blob/master/README.md#themetoml

  See #883 for an equivalent `struct` implementation
commands/new.go