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
check.go
convert.go
genautocomplete.go
gendoc.go
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
limit_others.go
list.go
list_config.go
new.go
new_test.go
server.go Show both baseURL and bind address in hugo server output 2015-09-15 23:12:01 -06:00
server_test.go
undraft.go
undraft_test.go
version.go