hugo/helpers
Brendan Roy 8717a60cc0 Change SummaryLength to be configurable (#3924)
Move SummaryLength into the ContentSpec struct and refactor the
relevant summary functions to be methods of ContentSpec. The new
summaryLength struct member is configurable by the summaryLength config
value, and the default remains 70. Also updates hugolib/page to use the
refactored methods.

Resolves #3734
2017-09-29 09:04:55 +02:00
..
baseURL.go
baseURL_test.go
content.go Change SummaryLength to be configurable (#3924) 2017-09-29 09:04:55 +02:00
content_renderer.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
content_renderer_test.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
content_test.go Change SummaryLength to be configurable (#3924) 2017-09-29 09:04:55 +02:00
emoji.go
emoji_test.go
general.go
general_test.go
hugo.go releaser: Prepare repository for 0.30-DEV 2017-09-26 19:24:34 +00:00
hugo_test.go
language.go
language_test.go
path.go
path_test.go
pathspec.go
pathspec_test.go
pygments.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
pygments_test.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
testhelpers_test.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
url.go
url_test.go