releaser: Remove flag on Windows build
releaser: Prepare repository for 0.45-DEV
releaser: Add release notes to /docs for release of 0.44
releaser: Bump versions for release of 0.44
Finish release notes 0.44
releaser: Add release notes draft for 0.44
resource: Clean up the in-memory Resource reader usage
resource: Move opening of the transformed resources after cache check
resource: Fix resources.Concat for transformed resources
Improve type support in resources.Concat
hugolib: Fix static filesystem for themed multihost sites
Flush partialCached cache on rebuilds
resource: Include the transformation step in the error message
media: Only show deprecation warning when needed
media: Allow multiple file suffixes per media type
hugolib: Remove empty resources/ dir after TestNewSiteDefaultLang
.gitattributes: Exclude *.svg from CRLF/LF conversion
tpl: Set permission of embedded templates to 0644
Build a fully static Windows extended binary
Adjust release notes
releaser: Prepare repository for 0.44-DEV
releaser: Add release notes to /docs for release of 0.43
releaser: Bump versions for release of 0.43
releaser: Revert to the old versions of the release pipeline
releaser: Add release for 0.43
snap: Migrate from deprecated keywords to "override-build"
Revert "Consider root and current section's content type if set in front matter"
Revert "Restrict the new type layout resolution to page and section kinds"
Revert "output: gofmt -l -w output/layout.go"
Revert "snap: Build both hugo and hugo.extended for 0.43"
Revert "Revert "Add Goreleaser extended config""
Revert "Add Goreleaser extended config"
Add Goreleaser extended config
snap: Build both hugo and hugo.extended for 0.43
fix: nfpm replacements
Add temporary build script
Add "extended" to "hugo version"
Fix typos
Merge commit '98293eaa1570b5aff4452021c8b6d6c8560b3f06'
Squashed 'docs/' changes from 501c6e233..f59b3ab06
Add a newScratch template func
hugolib: Do not create paginator pages for the other output formats
Add Hugo Piper with SCSS support and much more
output: Fix the shortcodes/partials vs base template detection
output: gofmt -l -w output/layout.go
tpl/collections: Return en empty slice in after instead of error
Restrict the new type layout resolution to page and section kinds
Consider root and current section's content type if set in front matter
circleci: Update docker image
hugolib: Allow forward slash in shortcode names
Merge branch 'release-0.42.2'
releaser: Prepare repository for 0.43-DEV
releaser: Add release notes to /docs for release of 0.42.2
releaser: Bump versions for release of 0.42.2
Release 0.42.2
commands: Fix broken server-reload on config changes
commands: Fix broken server-reload on config changes
Update GoReleaser config
tpl: Remove some "debug info"
tpl: Update internal pagination template to support Bootstrap 4
Create missing head.html partial on new theme generation
Add html doctype to baseof.html template for new themes
Revert "tpl: Support text/template/parse API change in go1.11"
appveyor: Disable asciidoctor for now
hugolib: Replace deprecated {Get,}ByPrefix with {Get,}Match
Adds .gitattributes to force Go files to LF
Update to Go 1.9.7 and Go 1.10.3
Update Dockerfile to a multi-stage build
tpl: Support text/template/parse API change in go1.11
releaser: Prepare repository for 0.43-DEV
releaser: Add release notes to /docs for release of 0.42.1
releaser: Bump versions for release of 0.42.1
releaser: Add release notes draft for 0.42.1
hugolib: Reset the global pages cache on server rebuilds
commands: Do not fail server build when /static is missing
releaser: Prepare repository for 0.43-DEV
docs: Update theme documentation
docs: Remove some files now moved
releaser: Add release notes to /docs for release of 0.42
releaser: Bump versions for release of 0.42
Release 0.42
releaser: Add release notes draft for 0.42
Merge commit 'b239595af5a9fc1fc9a1ccc666c3ab06ccc32f04'
Squashed 'docs/' changes from 0fd7b4169..501c6e233
commands: Create LICENSE rather than LICENSE.md in "new theme"
commands: Create _default/baseof.html in "new theme"
commands: Make "new theme" feedback more intuitive
commands: Move nextStepsText() to new_site.go
Add support for theme composition and inheritance
hugolib: Make sure that .Site.Taxonomies is always set on rebuilds
tpl: Always load GA script over HTTPS
tplimpl: Remove speakerdeck shortcode
hugolib: Reset Page's main output on server rebuilds
Reset the "distinct error logger" on rebuilds
tpl/strings: strings.RuneCount
tpl: Prevent isBaseTemplate() from matching "baseof" in dir
tpl/strings: Remove overflow check in strings.Repeat