tpl: Provide more detailed errors in Where
releaser: Prepare repository for 0.56.0-DEV
releaser: Add release notes to /docs for release of 0.55.4
releaser: Bump versions for release of 0.55.4
releaser: Add release notes draft for 0.55.4
hugolib: Fix shortcode version=1 logic
hugolib: Avoid recloning of shortcode templates
i18n: Avoid rebuilding the Translations map for every lookup
commands: Init mem profile at the end
hugolib: No links for bundled pages
releaser: Prepare repository for 0.56.0-DEV
releaser: Add release notes to /docs for release of 0.55.3
releaser: Bump versions for release of 0.55.3
releaser: Add release notes draft for 0.55.3
docs: Regenerate docs helper
Merge commit 'a0c28c943c2f4714fa340b22a583b96f5013090b'
Squashed 'docs/' changes from 0f2bf195e..13097daf2
Fix links for non-HTML output formats
hugolib: Add some OutputFormats.Get tests
Fix menu URL when multiple permalinkable output formats
hugolib: Add some integration tests for in/uniq using Pages
tpl/collections: Return error on invalid input in in
tpl/collections: Make Pages etc. work with the in func
tpl/collections: Make Pages etc. work in uniq
commands: Replace IsDraft with Draft in list command
releaser: Prepare repository for 0.56.0-DEV
releaser: Add release notes to /docs for release of 0.55.2
releaser: Bump versions for release of 0.55.2
releaser: Add release notes draft for 0.55.2
hugolib: Add more tests for Permalinkable
hugolib: Fix Pages reinitialization on rebuilds
tpl/tplimpl: Handle late transformation of templates
hugolib: Fix shortcode namespace issue
hugolib: Fix false WARNINGs in lang prefix check
hugolib: Fix bundle resource publishing when multiple output formats
hugolib: Fix panic for unused taxonomy content files
hugolib: Fix dates for sections with dates in front matter
Fix WeightedPages in union etc.
releaser: Prepare repository for 0.56.0-DEV
releaser: Add release notes to /docs for release of 0.55.1
releaser: Bump versions for release of 0.55.1
releaser: Add release notes draft for 0.55.1
hugolib: Add a test for parent's resources in shortcode
hugolib: Fix simple menu config
Fix paginator refresh on server change
Remove the space in `. RelPermalink`
Merge commit '8b73644d81a81e82851b7f7c90aa8ab5524fbe93'
Squashed 'docs/' changes from acf70cdd9..0f2bf195e
resources/page: Fix .RSSLinke deprecation message
tpl/tplimpl: Replace deprecated .GetParam usage
releaser: Prepare repository for 0.56.0-DEV
releaser: Add release notes to /docs for release of 0.55.0
releaser: Bump versions for release of 0.55.0
releaser: Add release notes draft for 0.55.0
Misc paginator adjustments
Update to Go 1.12.2 and Go 1.11.7
hugolib: Log warning on relative front matter url with lang
docs: Add information about summary front matter variable
hugolib: Consider summary in front matter for .Summary
resources/page: Regenerate JSON wrapper
resources/page: Add missing GitInfo to Page
integrity: Add support for sha384
hugolib: Fix default date assignment for sections
Add HUGO_NUMWORKERMULTIPLIER
hugolib: Fix the GOMAXPROCS env get
Use YAML for the benchmark compare
hugolib: Fix benchmark for YAML front matter
hugolib: Buffer the render pages chan
deps: Update to imaging v1.6.0
hugolib: Re-work "fast render" logic in the new flow
metrics: Adjust the howSimilar logic vs strings
resources/page: Implement compare.ProbablyEqer for the core slices
hugolib: Allow relative URLs in front matter
hugolib: Allow page-relative aliases
tpl: Allow the partial template func to return any type
releaser: Remove version replacement in docs config
releaser: Adjust patch vs images logic
hugolib: Fix alias path for AMP and similar
resources: Fix image publish ordering issue
output: Add missing JSON tag
docs: Regenerate docshelper data
hugolib: Add a simple test for jsonify of Site
docs: Regenerate CLI docs
Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53'
Squashed 'docs/' changes from 4f4d1f48c..acf70cdd9
hugolib: Do not fall back to site title if not set in content file
hugolib: Add a test for home page with no title
Avoid nilpointer on no File on Page
herrors/errors: Improve the "feature not available" error
hugolib: Add String() to fileInfo
resources/page: Re-introduce .Page.Page