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
docs: Regenerate CLI docs
docs: Document group
Merge commit '807c551922707fc5ae0eb26e8f01638c0c63fdb3'
Squashed 'docs/' changes from 6b00298bb..e5e98b950
resource/integrity: Make Data.Integrity be of type template.HTMLAttr
Add directory based archetypes
Build on CircleCI outside of GOPATH
Prevent symbolic links from themes
tpl/collections: Allow first function to return an empty slice
tpl/opengraph: Use safeHTMLAttr instead of safeHTML for HTML attributes
hugolib: Remove deprecated rssURI
commands: Remove deprecated flags
hugolib: Deprecate Pages.Sort
hugolib: Minor cleaning in the sorting code
hugolib: Clear the page cache per render
hugolib: Compare every element in pages cache
Revert "hugolib: Normalize permalink path segments"
Update releasenotes_writer.go
hugolib: Normalize permalink path segments
hugolib: Do not set RSS as Kind in RSS output
hugolib: Make sure ambiguous lookups in GetPage gets an error
docs: Add docs for append
tpl/collections: Add collections.Append
Merge commit '13e64d72763bf8d6d92d4cdfc15ed45ee9debfab'
Squashed 'docs/' changes from 9b494a58c..6b00298bb
minifiers: Set minifier to KeepEndTags
minifiers: Make JSON minification more generic
tpl/data: Revise error handling in getJSON and getCSV
tpl: Show error on union or intersect of uncomparable types
tpl/collections: Improve type handling in collections.Slice
tpl/collections: Allow pointer receiver in Group
tpl/collections: Add group template func
hugolib: Allow creating page groups from any page collection
tpl/strings: Add strings.FirstUpper
hugofs: Fix filepath issue in test
resource: Fix golint issues
Improve some godoc comments
tpl: Fix golint godoc issues
media: Fix golint issues
output: Fix golint godoc issues
publisher: Fix golint godoc issue
langs: Fix golint godoc issue
i18n: Fix golint issue
related: Fix golint issues
releaser: Fix golint issues
source: Fix golint godoc issues
hugofs: Fix golint issues
helpers: Fix golint issues
deps: Fix most golint issues
config: Fix golint issues
common: Fix golint errors
commands: Fix golint issues
hugolib: Do not FirstUpper taxonomy titles
Fix broken Travis config
Update to latest Mage
resource: Fix broken build
resource: Remove some duplicate code
Update Dockerfile to Go 1.11
hugolib: Simplify some code
hugolib: Add missing error checks
hugolib: Remove extraneous createStaticFs call
hugolib: Fix godoc comment
hugolib: Fix typo in private func name
Fix error message for go vet
mage: Init packages once
appveyor: Update script to Go 1.11
build: Remove the remains of Go Dep
Update CONTRIBUTING.md
Update README.md
snapcraft: Update to work with Go Modules
releaser: Prepare repository for 0.49-DEV
releaser: Add release notes to /docs for release of 0.48
releaser: Bump versions for release of 0.48
releaser: Add release notes draft for 0.48
release: Fix CircleCI script
hugolib: Only run variable variable overwrite test on Go 1.11
hugolib: Add a test for template variable overwrite
helpers: Fix permissions when creating new folders
Improve minifier MIME type resolution