hugo/helpers
Anthony Fok d05b297e61 Add helpers.NormalizeHugoFlagsFunc() to handle flag name changes
It currently handles --baseUrl to --baseURL, and --uglyUrls to --uglyURLs.

Special thanks to Eric Paris (@eparis) for writing the
"normalized name" support in Cobra, and for showing us
how it is used in Kubernetes.

See Issue #959
2015-09-13 05:20:14 -06:00
..
content.go WordCount Summary support UTF-8 string 2015-09-12 15:41:17 +02:00
content_renderer.go Revert "Fix some Go code doc issues" 2015-08-07 20:09:40 +02:00
content_test.go WordCount Summary support UTF-8 string 2015-09-12 15:41:17 +02:00
general.go Add helpers.NormalizeHugoFlagsFunc() to handle flag name changes 2015-09-13 05:20:14 -06:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go Hyphenate DEV version 2015-05-26 22:44:39 +02:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go Add config option "disablePathToLower" 2015-09-01 15:26:02 +02:00
path_test.go Add config option "disablePathToLower" 2015-09-01 15:26:02 +02:00
pygments.go If no language is provided to Pygments, then try and guess it 2015-07-08 08:12:06 +02:00
pygments_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
url.go Add config option "disablePathToLower" 2015-09-01 15:26:02 +02:00
url_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00