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
Merge commit '0a23baa6a90901f772c234107c4f12c16c76f4aa'
Squashed 'docs/' changes from 211a3c613..3068989b9
tpl/transform: Add a comments test for Remarshal
Update Chroma to get Go template support
commands: Recover from error in server
Spring test cleaning, take 2
hugolib: Test cleaning #1
hugolib: Trim some now superflous tests
hugolib: Add Reset method to delete key from Scratch
releaser: Adjust the "thank you" section
docs: Add docs for lang.Merge
Add a way to merge pages by language
Merge commit '3886fc1fef6ac19d58b9ba1bb642d0c6c9a54031'