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 Add some missing doc comments 2017-08-03 15:57:51 +02:00
baseURL_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
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 helpers: Use iterate operator by int in Emojify 2016-11-23 09:13:00 +01:00
emoji_test.go Run gofmt to get imports in line vs gohugoio/hugo 2017-06-13 19:12:10 +02:00
general.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
general_test.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
hugo.go releaser: Prepare repository for 0.30-DEV 2017-09-26 19:24:34 +00:00
hugo_test.go Set up Hugo release flow on CircleCI 2017-09-10 17:14:02 +02:00
language.go Add some missing doc comments 2017-08-03 15:57:51 +02:00
language_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
path.go Add some missing doc comments 2017-08-03 15:57:51 +02:00
path_test.go Run gofmt to get imports in line vs gohugoio/hugo 2017-06-13 19:12:10 +02:00
pathspec.go commands, create: Add .Site to the archetype templates 2017-06-19 10:47:00 +02:00
pathspec_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
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 output: Rename HTMLType etc. to HTMLFormat 2017-03-27 15:43:56 +02:00
url_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00