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'
Squashed 'docs/' changes from d9c8fc220..f9a5dc59b
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"
Try an older GitMap version
hugolib: Set .Parent in bundled pages to its owner
releaser: Prepare repository for 0.39-DEV
releaser: Add release notes to /docs for release of 0.38.1
releaser: Bump versions for release of 0.38.1
releaser: Add release notes draft for 0.38.1
Fix livereload for the home page bundle
snap: Revert to "mage test" because "mage check" fails
snap: Add bash completion
snap: Fix empty BuildDate in "hugo version"
Fix some livereload content regressions
Update github.com/bep/gitmap to fix snap build
Fix two tests that are broken on Windows
commands: Handle mass content etc. edits in server mode
releaser: Prepare repository for 0.39-DEV
releaser: Add release notes to /docs for release of 0.38
releaser: Bump versions for release of 0.38
releaser: Add release notes draft for 0.38
travis: Clean up and increase verbosity
Merge commit 'ed8bf081fdbf336e026517b7e1b123c039014ab5'
Squashed 'docs/' changes from 3068989b9..d9c8fc220
docs: Generate docshelper data
docshelper: List Chroma lexers
travis: Run "gem install" without sudo
Add support for a content dir set per language
Update stale.yml
Add .Site.IsServer
travis: Move to Ubuntu Trusty image
snap: Remove "make" from build-packages because we use mage now
snapcraft.yaml: Call mage with "-v" for debugging
hugolib: Fix freeze in invalid front matter error case
Allow themes to define output formats, media types and params
hugolib: Add ConfigSourceDescriptor
Bump some deprecations