summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-04-06 16:30:46 +0200
committerbep <bjorn.erik.pedersen@gmail.com>2015-04-06 16:30:49 +0200
commitbe4a9dd5d283a4f2f7fc78aa00c28021e81d9e5b (patch)
treea751aef813ff06f6e8ceeb12f597bf119e48389a /README.md
parentbe25acae284e0b1bab0dead34298537f144e774b (diff)
Remove section about the buildDate being configurable
It isn't.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index d5b611b76..2dc1d7034 100644
--- a/README.md
+++ b/README.md
@@ -124,18 +124,6 @@ This will result in `hugo version` output that looks similar to:
Hugo Static Site Generator v0.13-DEV-8042E77 buildDate: 2014-12-25T03:25:57-07:00
-The format of the date is configurable via the `Params.DateFormat` setting. `DateFormat` is a string value representing the Go time layout that should be used to format the date output. If `Params.DateFormat` is not set, `time.RFC3339` will be used as the default format. See Go’s ["time" package documentation](http://golang.org/pkg/time/#pkg-constants) for more information.
-
-Configuration setting using config.yaml as example:
-
- Params:
- DateFormat: "2006-01-02"
-
-Will result in:
-
- Hugo Static Site Generator v0.13-DEV buildDate: 2014-10-16
- Hugo Static Site Generator v0.13-DEV-24BBFE7 buildDate: 2014-10-16
-
Alternatively, just run `make` &mdash; all the “magic” above is already in the `Makefile`. :wink:
### Running Hugo