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
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