releaser: Add release notes to /docs for release of 0.40.1
releaser: Bump versions for release of 0.40.1
releaser: Add release notes draft for 0.40.1
hugolib: Fix some shortcode vs .Content corner cases
releaser: Prepare repository for 0.41-DEV
releaser: Add release notes to /docs for release of 0.40
releaser: Bump versions for release of 0.40
releaser: Add release notes draft for 0.40
hugolib: Add .Page.BundleType
hugolib: Add zero-based Ordinal to shortcode
hugolib: Defer the unlock in orderedMap.Add
Merge commit 'a215abf70e018f4bf40d6c09d8bd148d8684b33d'
Squashed 'docs/' changes from 76e881257..896bad9f4
hugolib: Process and render shortcodes in their order of appearance
hugolib: Init the content and shortcodes early
tpl/path: Add path.Ext, path.Dir and path.Base
tpl/os: Make fileExist use the same filesystem as readFile
Merge commit 'd2ec1a06df8ab6b17ad05cb008d5701b40327d47'
Squashed 'docs/' changes from f9a5dc59b..76e881257
Make .Content (almost) always available in shortcodes
Revert "Improve .Content vs shortcodes"
Revert "hugolib: Prepare child page resources before the page itself"
hugolib: Prepare child page resources before the page itself
Add language merge support for Pages in resource.Resources
Improve .Content vs shortcodes
Improve .Get docs
Update missing positional parameter test for .Get
.Get doesn't crash on missing positional param
.Get function: fix syntax signature
Improve error message in metadata parse
hugolib: Fix broken test
parser: Add some context to front matter parse error
Updated GetCSV error message (#4636)
Squashed 'docs/' changes from d9c8fc220..f9a5dc59b
releaser: Prepare repository for 0.40-DEV
releaser: Add release notes to /docs for release of 0.39
releaser: Bump versions for release of 0.39
releaser: Fix LICENSE vs LICENSE.md
releaser: Add release notes draft for 0.39
commands: Re-add the missing releaser command
Merge commit '047c4188dfc854f658d16f1e4a9501f9c97a31c7'
Remove old LICENSE.md
Add a GitHub compatible Apache 2 license text
tpl/urls: Add anchorize template func
tpl/path: Add path.Join
tpl: Add path.Split template func
hugolib: Do not reset .Page.Scratch on rebuilds
resource: Implement Resource.Content
Make Page.Content a method that returns interface{}
source: Remove deprecated File.Bytes
commands: Remove accidental and breaking space in baseURL flag
commands: Properly handle CLI slice arguments
commands: Correctly handle destination and i18n-warnings
commands: Fix handling of persistent CLI flags
hugolib: Fix livereload of bundled pages
commands: Fix failing Travis server test
Allow "*/" inside commented out shortcodes
commands: Make commands.Execute return a Response object
commands: Remove some TODOs
commands: Fix the config command
commands: Fix some flag diff
commands: Add basic server test
commands: Fix TestFixURL
commands: Remove the Hugo global
commands: Make the limit command work again
commands: Move the commands related logic to its own file
commands: Add CLI tests
commands: Make the hugo command non-global
commands: Extract some common types into its own file
commands: Make the server command non-global
commands: Make the gen commands non-global
commands: Make the list commands non-global
commands: Make the import commands non-global
comands: Make the config command non-global
commands: Make the new commands non-global
commands: Make convert command non-global
commands: Make more commands non-global
commands: Make benchmark non-global
commands: Start of flag cleaning
commands: Use short date format in CLI docs
Update README.md
releaser: Prepare repository for 0.39-DEV
releaser: Add release notes to /docs for release of 0.38.2
releaser: Bump versions for release of 0.38.2
releaser: Add release notes draft for 0.38.2
Bump the debouncer dependency
Use a versioned debounce dependency
Fix handling of --contentDir etc. flag
travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
Revert "Disable failing test on Travis"
Fix handling of content files with "." in them
And now really disable failing test on Travis
Disable failing test on Travis
Revert "Try an older GitMap version"