cache/filecache: Simplify test
cache/filecache: Use OS fs for test
tpl: Add godoc packages comments
common/collections: Fix defines typo
releaser: Prepare repository for 0.53-DEV
releaser: Add release notes to /docs for release of 0.52
releaser: Bump versions for release of 0.52
releaser: Add release notes draft for 0.52
hugolib: Fall back to title in ByLinkTitle sort
hugolib: Improve nil handling in IsDescendant and IsAncestor
parser/pageparser: Fix handling of commented out front matter
Remove duplicate mapstructure depdendency
Add dependency list to README
tpl/path: Add tests
tpl: Regenerate templates
tpl: Fix whitespace issue
tpl: Add "param" shortcode
docs: Document inline shortcodes
Add inline shortcode support
tpl/collections: Add float64 support to where
parser/pageparser: Fix when only shortcode and then summary
commands: Include drafts in convert command
Handle themes in the new file cache (for images, assets)
Fix ignored --config flag with 'new' command
Fix Permalink for resource, baseURL with path and canonifyURLs set
Add tests for permalink on Resource with baseURL with path
helpers: Add a comment about file mode for new files
cache/filecache: Add a :project placeholder
cache/filecache: Add a cache prune func
cache/filecache: Add a filecache root dir
cache/filecache: Use time.Duration for maxAge
cache/filecache: Split implementation and config into separate files
Update to LibSASS 3.5.5
More spelling corrections
cache/filecache: Spelling corrections
docs: Document the new file cache
Add a consolidated file cache
Add Windows build config to Travis
Revert "Add Elasticsearch/bonsai.io to services doc."
Add Elasticsearch/bonsai.io to services doc.
tpl: Fix test to pass with gccgo
releaser: Prepare repository for 0.52-DEV
releaser: Add release notes to /docs for release of 0.51
releaser: Bump versions for release of 0.51
Release 0.51
releaser: Add release notes draft for 0.51
docs: Document shortcode error handling
docs: Document symdiff
docs: Document complement
hugolib: Improve error message on duplicate menu items
tpl/collections: Properly handle pointer types in complement/symdiff
tpl/collections: Add collections.SymDiff
hugolib: Fix changing paginators in lazy render
tpl/collections: Add collections.Complement
commands: Fix spelling
docs: Re-generate CLI docs
Fix shortcode directly following a shortcode delimiter
commands: Add --minify to hugo server
commands: Fix recently broken error template
Make WARN the new default log log level
Revert "tpl: Update Jsonify to return pretty-print output"
docs: Regenerate the docs helper
tpl: Fix the docshelper
Skip watcher event files if matched in ignoreFiles
Fix ANSI character output regression on Windows
hugolib: Remove deprecated useModTimeAsFallback
hugolib: Bump to ERROR for the deprecated Pages.Sort
hugolib: Deprecate .Site.Ref and .Site.RelRef
Add file (line/col) info to ref/relref errors
hugolib: Add .Position to shortcode
hugolib: Fix REF_NOT_FOUND logging to include page path
common/loggers: Improve log color regexp
hugolib: Fix broken manual summary handling
tpl: Fix BOM issue in templates
hugolib: Fix deadlock when content building times out
Correct minor typo (#5372)
releaser: Prepare repository for 0.51-DEV
releaser: Add release notes to /docs for release of 0.50
releaser: Bump versions for release of 0.50
releaser: Add release notes draft for 0.50
docs: Regenerate CLI docs
Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'
Squashed 'docs/' changes from 084804447..37095d540
Merge commit '74309fe5699a595080fdb3a14711e0869babce99'
Squashed 'docs/' changes from e5e98b950..084804447
common/loggers: Make sure the global logger also gets colored labels
i18n: Avoid using the global logger
common/loggers: Add color to ERROR and WARN
common/herrors: Make the file error log format configurable
common/collections: Allow a mix of slice types in append/Scratch.Add
resource: Allow .Data.Integrity to be accessed on its own
Revert "mod: Update minify"