hugo/helpers
coderzh 823334875d WordCount and Summary support CJK Language
* add global `hasCJKLanguage` flag, if true, turn on auto-detecting CJKLanguage
 * add `isCJKLanguage` frontmatter to force specify whether is CJKLanguage or not
 * For .Summary: If isCJKLanguage is true, use the runes as basis for truncation, else keep as today.
 * For WordCount: If isCJKLanguage is true, use the runes as basis for calculation, else keep as today.
 * Unexport RuneCount

Fixes #1377
2015-10-07 15:14:57 +02:00
..
content.go WordCount and Summary support CJK Language 2015-10-07 15:14:57 +02:00
content_renderer.go Add GitHub style code fence support to mmark 2015-10-05 17:45:37 -04:00
content_renderer_test.go Add GitHub style code fence support to mmark 2015-10-05 17:45:37 -04:00
content_test.go WordCount and Summary support CJK Language 2015-10-07 15:14:57 +02:00
general.go Rename NormalizeHugoFlagsFunc to NormalizeHugoFlags 2015-10-02 06:48:02 +02:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go Move isThemeVsHugoVersionMismatch to /commands 2015-09-14 17:31: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