hugo/commands
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
..
benchmark.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
check.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
convert.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
genautocomplete.go Print feedback for hugo genautocomplete 2015-08-09 17:59:44 +02:00
gendoc.go Print feedback for hugo gendoc 2015-08-09 17:58:01 +02:00
hugo.go WordCount and Summary support CJK Language 2015-10-07 15:14:57 +02:00
import.go Improve command text for import command 2015-10-05 11:25:42 +02:00
import_test.go Hugo import from jekyll 2015-10-04 20:02:53 +02:00
limit_darwin.go Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
list.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
list_config.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
new.go Add a 404.html file if a new theme is created 2015-09-08 11:29:04 -04:00
new_test.go Allow forward slashes in Hugo new on Windows 2015-05-12 18:12:58 +02:00
server.go Show both baseURL and bind address in hugo server output 2015-09-15 23:12:01 -06:00
server_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
undraft.go Revert "Fix some Go code doc issues" 2015-08-07 20:09:40 +02:00
undraft_test.go add undraft command 2015-05-08 22:18:51 -04:00
version.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00