hugo/docs
Tatsushi Demachi 5e28606b84 Add sort and grouping functions for publish date and param of Page
`GroupBy` is modified to allow it to receive a method name argument for
example `Type` as its first argument. It is only allowed to call with
a method which takes no arguments and returns a result or a pair of
a result and an error.

The functions discussed at #443 are also added

- `ByPublishDate`: Order contents by `PublishDate` front matter variable
- `GroupByPublishDate(format, order)`: Group contents by `PublishDate`
  front matter variable formatted in string like `GroupByDate`
- `GroupByParam(key, order)`: Group contents by `Param` front matter
  variable specified by `key` argument
- `GroupByParamDate(key, format, order)`: Group contents by `Param`
  front matter variable specified by `key` argument and formatted in
  string like `GroupByDate`. It's effective against `time.Time` type
  front matter variable
2014-11-01 22:41:04 -04:00
..
archetypes Creating a showcase archetype to make for easier showcase additions 2014-08-26 12:27:43 -04:00
content Add sort and grouping functions for publish date and param of Page 2014-11-01 22:41:04 -04:00
layouts Big refactor of how source files are used. Also added default destination extension option. 2014-10-16 20:20:09 -04:00
static instructions for Homebrew installation 2014-09-22 21:51:19 -04:00
config.toml switching website to gohugo.io & adding links to discuss 2014-09-18 21:22:04 -04:00