hugo/helpers
Bjørn Erik Pedersen a10b2cd372 Avoid reading from Viper for path and URL funcs
The gain, given the "real sites benchmark" below, is obvious:

```
benchmark           old ns/op       new ns/op       delta
BenchmarkHugo-4     14497594101     13084156335     -9.75%

benchmark           old allocs     new allocs     delta
BenchmarkHugo-4     57404335       48282002       -15.89%

benchmark           old bytes       new bytes      delta
BenchmarkHugo-4     9933505624      9721984424     -2.13%
```

Fixes #2495
2016-10-24 13:45:30 +02:00
..
configProvider.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
content.go Add page context to error logging in rendering 2016-10-19 15:22:40 +02:00
content_renderer.go
content_renderer_test.go
content_test.go
emoji.go
emoji_test.go
general.go helpers: Slight improvement of ToLowerMap 2016-10-16 22:49:56 +02:00
general_test.go Fix case issue Viper vs Blackfriday config 2016-10-16 19:28:21 +02:00
hugo.go release: version bump to v0.18-DEV 2016-10-07 11:11:43 -04:00
hugo_test.go
language.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
language_test.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
path.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
path_test.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
pathspec.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
pathspec_test.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
pygments.go Whitelist startinline pygments option 2016-10-06 14:59:49 +02:00
pygments_test.go
url.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
url_test.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00