hugo/helpers
Albert Nigmatzianov f21e2f25c9 all: Unify case of config variable names
All config variables starts with low-case and uses camelCase.

If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
2016-10-24 20:56:00 +02:00
..
configProvider.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_renderer_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_renderer.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
content_test.go Lazy calculate WordCount, ReadingTime and FuzzyWordCount 2016-09-14 10:57:39 +02:00
content.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
emoji_test.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
emoji.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
general_test.go Fix case issue Viper vs Blackfriday config 2016-10-16 19:28:21 +02:00
general.go helpers: Slight improvement of ToLowerMap 2016-10-16 22:49:56 +02:00
hugo_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
hugo.go release: version bump to v0.18-DEV 2016-10-07 11:11:43 -04:00
language_test.go Avoid reading from Viper for path and URL funcs 2016-10-24 13:45:30 +02:00
language.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
path_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
path.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
pathspec_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
pygments_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
pygments.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
url_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
url.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00