resource: Handle publish to /public on fresh build
Merge commit 'eb738cd35cca1ffc68c5ed688dbe2a19108e8761'
Squashed 'docs/' changes from fc61378a3..ddb7d8fae
releaser: Prepare repository for 0.33-DEV
releaser: Add release notes to /docs for release of 0.32.1
releaser: Bump versions for release of 0.32.1
releaser: Add release notes draft for 0.32.1
commands: Fix broken hugo --renderToMemory
resource: Use the correct Destination FS
resource: Create target dir if not exists
hugolib: Add test for image processing from shortcodes
releaser: Prepare repository for 0.33-DEV
releaser: Add release notes to /docs for release of 0.32
releaser: Bump versions for release of 0.32
releaser: Add release notes draft for 0.32
Merge commit 'f3cd083961f36dc96d05e98aaf67f650102bc757'
Squashed 'docs/' changes from 3e663efb2..fc61378a3
hugolib: Add test for homepage content for all rendering engines
tpl/transform: Do not unescape input to highlight
commands: Make sure all language homes are always re-rendered in fast render mode
hugolib: Do not tolower result from Page.GetParam
resource: Avoid potential case issue in image names
helpers: Avoid writing the last MD5 buff part twice
resource: Use MD5 to identify image files
source: Fix test on Windows
source: Make sure .File.Dir() ends with a slash
:sparkles: Implement Page bundling and image handling
tpl/strings: Fix broken test
Make chomp return the type it receives
Reuse the BlackFriday instance when possible
livereload: Fix host comparison when ports aren't present
Add .Title and .Page to MenuEntry
Remove the goroutines from the shortcode lexer
mage: Do not run Go Fmt check on Go tip
Adjust the stale setup
Add Github stale bot config
Use StopTimer in site benchmarks
Add output formats definition to benchmarks
Improve site benchmarks
Fix context of opengraph video range
Add Pandoc support, refactor external helpers
vendor: Fix Humanize for multi-byte runes
vendor: Update Chroma to v0.2.0
vendor: update [email protected]
releaser: Prepare repository for 0.32-DEV
releaser: Add release notes to /docs for release of 0.31.1
releaser: Bump versions for release of 0.31.1
releaser: Add release notes draft for 0.31.1
tpl/images: Close image file
commands: Fix broken --appendPort=false
Squashed 'docs/' changes from a042b67b5..3e663efb2
releaser: Prepare repository for 0.32-DEV
releaser: Add release notes to /docs for release of 0.31
releaser: Bump versions for release of 0.31
releaser: Add release notes draft for 0.31
Merge commit '30c0d485eaff6d70df1be0353911ddca485d52bf'
hugolib: Make sure everything ends up in its lang root in multihost mode
helpers: Properly handle []interface{} as staticDir
source: Enable disabled test
helpers: Remove (now) unused GetStaticDir
livereload: Fix recently broken window.location.reload logic
Fix broken shortcodes for Ace and Amber
hugolib: Fix .IsTranslated with identical filenames
Merge commit '05e42bc643f1840ed2ad9c2eff82a269d1381683'
Squashed 'docs/' changes from e65df1059..a042b67b5
output: Fall back to unstranslated base template
Add support for multiple staticDirs
Add multilingual multihost support
tpl/partials: Fix the lock contention in cached partial
gopkg: Update Chroma to get SVG support
tpl/partials: Fix cache locking
tplimpl: Make partial benchmarks use RunParallel
Use ms precision for static change logging
circleci: Bump to Go 1.9.2
hugolib: Pre-allocate some slices
Update Chroma to get the latest SASS lexer
Update Travis and snapcraft to Go 1.9.2
hugolib: Add some more taxonomy permalinks test cases
Handle Taxonomy permalinks
i18n: Support unknown language codes
gopkg: Bump go-i18n version
Revert "i18n: Allow custom language codes"
Revert "i18n: Prevent data race in lang code handling"
i18n: Prevent data race in lang code handling
i18n: Allow custom language codes
tpl/math: Refactor Mod with cast
Add support for height argument to figure shortcode
Add linebreak to README.md for better readability
Update toml dependency revision in Gopkg.lock too
Update toml dep to fetch its latest master branch instead of v0.3.0
vendor: Lock mage to v1
mage: Skip Check on Go 1.8
Update Dockerfile and Snap build to reflect move to dep
Update CONTRIBUTING to reflect Go Dep
Update magefile to use Go Dep