hugolib: Fix recently broken timeout config
commands: Use HUGO_ENV if set
resources/images: Make the image cache more robust
Update to Go 1.13.4 and Go 1.12.13
mage: Restore -v behaviour
hugolib: Increase default timeout value to 30s
hubolig: Fix potential data race
Revert "deps: Update Goldmark"
deps: Update Goldmark
mage: Fix mage check on darwin and add debugging output
commands: Fix jekyll metadata import on individual posts
Improve grammar in README.md
markup/highlight: Replace the temp for with a dependency
deps: Update Goldmark
markup/tableofcontents: GoDoc etc.
Minor cleanups
Add Goldmark as the new default markdown handler
Fix Params case handling in the index, sort and where func
Fix GetPage Params case issue
common/para: Add parallel task executor helper
Add some more output if loading modules takes time
Update homepage.md
hugolib: Add a benchmark
modules: Do not check for remote modules if main project is vendored
hugolib: Fix emoji handling inside shortcodes
tpl/collections: Allow dict to create nested structures
commands: Add hint when dir not empty
tpl/collections: Add collections.Reverse
tpl/collections: Make index work with slice as the last arg
Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'
Squashed 'docs/' changes from 723da4a37..51c4f3184
hubolib: Headless bundles should not be listed in .Pages
Support Go time format strings in permalinks
travis: Increase timeout to 30000 for mage -v check
Prepare for Goldmark
deps: Update quicktest
hugolib: Fix ref/relref anhcor handling
deps: Update to Chroma v0.6.9 for Java lexer fix
tpl/collections: Add some index map test cases
helpers: Use pointer receiver for ContentSpec
travis: Allow arm64 to fail
minifiers: Add a JSON roundtrip test
Update .travis.yml for arm64 support, etc.
mage: Skip Test386 on non-AMD64 architectures
Update past go-cmp's checkptr fix
releaser: Prepare repository for 0.60.0-DEV
releaser: Add release notes to /docs for release of 0.59.1
releaser: Bump versions for release of 0.59.1
releaser: Add release notes for 0.59.1
hugofs: Fix crash in multilingual content fs
Dockerfile: Switch to mage builds, various optimizations
resources/images: Add exception for new test image
Adjust benchmark templates
deps: Update to Chroma v0.6.8 to fix a crash
deps: Update quicktest
Do not attempt to build if there is no config file
Squashed 'docs/' changes from 0584815c8..723da4a37
Squashed 'docs/' changes from fdea5430f..0584815c8
Squashed 'docs/' content from commit fdea5430f
releaser: Prepare repository for 0.60.0-DEV
releaser: Add release notes to /docs for release of 0.59.0
releaser: Bump versions for release of 0.59.0
releaser: Add release notes for 0.59.0
Merge commit '5ac0f751aa47e52625662215f66efa99a6abfc2e'
Merge commit '5070ba6c9e6c492deade3c30cfe769b9dbf7151d'
Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs'
cache/filecache: Recover from file corruption
resources/images: Allow to set background fill colour
media: Add common video media types
examples: Replace .RSSLink
resources/page: Use binary search in Pages.Prev/Next if possible
Make Pages.Prev/Next work like the other Prev/Next methods
tpl: Add optional "title" attribute to iframe in Vimeo shortcode
tpl: Modify error messages of after, first, and last
tpl: Last now accepts 0 as limit
Update feature_request.md
common: Fix elements are doubling when append a not assignable type
tpl: After now accepts 0 as index
helpers: Fix data race in global logger init
tpl: Make getJSON/getCVS accept non-string args
Update to Go 1.12.10 and 1.13.1
Simplify test output to simplify diffing
hugofs: Add FileMeta.String
deps: Update minify to v2.5.2
resources: Fix image test error on s390x, ppc64* and arm64
Add BaseFs to RenderingContext
deps: Update go-org
media: Use + to create the Type string
deps: Upgrade to latest version of emoji dependency
Revert "deps: Upgrade to latest version of emoji dependency"
deps: Upgrade to latest version of emoji dependency
readme: Update Architectures
deploy: Add ability to invalidate Google Cloud CDN
resources: Ensure same dirinfos sort order in TestImageOperationsGolden
Update bug_report.md
Support typed bool, int and float in shortcode params