commands: Truncate the error log on repeated config errors
docs: Regenerate CLI docs
resource: Serialize image processing
commands: Only show Ansi escape codes if in a terminal
Fix archetype handling of directories in theme
Revert "commands: Read disableFastRender from flag even if it's not changed"
commands: Read disableFastRender from flag even if it's not changed
comamnds: Use overflow-x: auto; for browser errors
common/loggers: Remove the ANSI color for the browser error version
hugolib: Adjust error test to make it pass on Go tip
tpl: Handle truncated identifiers in Go template errors
Add some color to the relevant filenames in terminal log
hugolib: Rename some page_* files
Resolve error handling/parser related TODOs
herrors: Improve handling of JSON errors
commands, hugolib: Get file context in "config parse failed" errors
hugolib: Improve errors in /i18n handlling
hugolib: Improve errors in /data handlling
hugolib: Continue the file context/line number errors work
hugolib: Remove the now superflous Source struct
Convert the rest to new page parser code paths
parser/metadecoders: Consolidate the metadata decoders
hugolib: Redo the summary delimiter logic
hugolib: Integrate new page parser
hugolib: Use []byte in shortcode parsing
parser/pageparser: Use []byte in page lexer
parser/pageparser: Add front matter etc. support
parser/pageparser: File renames and splitting
Move the shortcode parser to the new pageparser package
commands: Avoid panic in error handler on config errors
tpl: Update Jsonify to return pretty-print output
Prevent stale content in Fast Render Mode
hugolib: Fix test on Windows
tpl: Improve the Execute panic error message
Allow date and slug from filename for leaf bundles
commands: Show server error info in browser
Simple doc fix in CONTRIBUTING.md
tpl: Use .Lastmod in embedded schema template
Revert "commands: Add .gitignore "hugo new site""
commands: Add .gitignore "hugo new site"
resource: Optimize integrity string generation
commands: Add help text to "hugo new"
snap: Set "extended" tag based on build_url on Launchpad
helpers: Call rst2html directly on *nix
Update URLs to stop 301 redirects
Merge branch 'release-0.49.2'
common/collections: Fix type checking in Append
releaser: Prepare repository for 0.50-DEV
releaser: Add release notes to /docs for release of 0.49.2
releaser: Bump versions for release of 0.49.2
releaser: Add release notes draft for 0.49.2
common/collections: Fix type checking in Append
Merge branch 'release-0.49.1'
releaser: Prepare repository for 0.50-DEV
releaser: Add release notes to /docs for release of 0.49.1
releaser: Bump versions for release of 0.49.1
releaser: Add release notes draft for 0.49.1
common/maps: Improve append in Scratch
tpl/collections: Fix handling of different interface types in Slice
Add GOPATH Hugo building tip
common/maps: Improve append in Scratch
Revert "tpl: Fix baseof.html in error message"
tpl: Fix baseof.html in error message
helpers: Consolidate MakeSegment vs MakePathSanitized
hugolib: Use stdlib context package
hugolib: Normalize permalink path segments
hugolib: Fix FuzzyWordCount test error message
Render Markdown in figure shortcode "caption" and "attr" params
Re-organize the figure shortcode for better readability
Update README & CONTRIBUTING
tpl: Cast IsSet key to int for indexed types
hugolib: Improve error message for bad taxonomy weights
hugolib: Cast taxonomy weight parameters to int
hugolib: Allow nil to be unwrapped as *Page
tpl/collections: Fix handling of different interface types in Slice
tpl: Add a delimiter parameter to lang.NumFmt
snap: Add custom x-nodejs plugin to support ppc64el and s390x
snap: Fetch mage with GO111MODULE=off
snap: Revert 'Skip "mage -v test" due to build failure on Launchpad'
snap: Use build-snaps instead of building go from source
hugolib: Be a litle more specific in NextPage TODO
hugolib: Introduce Page.NextPage and Page.PrevPage
snap: Skip "mage -v test" due to build failure on Launchpad
releaser: Update path to snap/snapcraft.yaml
snap: Fix go plugin build failure by renaming go.mod
snap: Move snapcraft.yaml to snap/snapcraft.yaml
snapcraft: Try installing postcss again
snapcraft: Set GO111MODULE=on in override-build script
build: Update the temp docker script
releaser: Prepare repository for 0.50-DEV
releaser: Add release notes to /docs for release of 0.49
releaser: Bump versions for release of 0.49
docs: Document directory based archetypes
releaser: Add release notes draft for 0.49
ci: Add "go mod download" to CI scripts