Remove Printf in test
Fix buggy Pages.Limit
transform: Complete test statement coverage
Only do one livereload replacement
transform: Add missing test case in livereloadinject
transform: Add missing test case for NewEmptyTransforms
bufferpool: Add test
Fix bash-completion for Hugo builder flags such as --theme
tpl: Add humanize func and cleanup lint
helpers: Test coverage increase
Fix README.md to list the correct -ldflags for Go 1.5+
Optimize seven recently added Showcase thumbnails
Order the hugo comand flag vars
Unexport the remaining vars in hugo command
commands: Get BaseURL from viper in server mode
Add --renderToMemory as an additional Travis build step
Add renderToMemory flag
Revise README.md emphasizing "good commit message"
Update Travis CI status in README.md to track master branch only
Added showcase for datapipelinearachitect.com
Added showcase for davidrallen.com
Fix Hugo hang up with empty content directory
Fixed example and cross-reference in content/variables.md
Update lastmod date and screenshot for Rick Cogley site
Remove destination from config file docs
Docs: fix some typos in templates/variables.md
Use FEEDBACK instead of ERROR for empty home page warning
Fix a minor typo discovered by Lintian (Debian)
Expanded the Page Params section in variables.md
Provide more detail on static sync when running with verbose
Add autostart option to YouTube shortcode
Do not call watchConfig() when not in watch mode
Add flag --cleanDestinationDir=false to retain prior behavior
Make the watch logger less chatty
Make the DistinctErrorLogger more generic
Check for exported fields in embedded structs
Rewrite commentary on static event handling
Permit directory removal during static sync
Ignore .DS_Store changes (thumbnail cache file on mac)
Handle self rename operations gracefully
Static file incremental sync improvements
Handle remove & rename source operations incrementally
A single file can be replaced in site.Files
Process only the source content that has changed
Read/reread individual source content files
Separate handling content, data and template changes
Separate reading source and processing source operations
Ignore temp files created by IntelliJ when saving
Add leepenney.com to showcase page
Add Web Study List to showcase page
Docs: add Hugopit to tools section
Add Rakuten Tech Blog in showcase page
Fix some Go vet errors
Docs: Add doc for string and int
Add int and string cast template funcs
Docs: Enable plain id anchors
Add one more menu test
Add menu test for external URL
Docs: Add missing "-b master" parameter to "git submodule add" command
Update Travis config to Go 1.5.3
Add one more temporary template test for linux/arm
Add temporary template test for linux/arm
update server to match latest afero
Docs: Change the pseudo-absolute path to a relative one
Docs: add emilyhorsman.com (buttercup theme) to showcase
Add some p-wrap shortcode tests
Group vars in paginator
Docs: add panel showing the last revision of a page
Docs: Copyedit extras/robots-txt.md
docs: Add lastmod to content files
Update press.md
Add embeded template for robots.txt
Replace *bytes.Buffer with io.Writer in rendering
Update and refactor to ack Go Authors
Docs: Update copyright year on gohugo.io front page
Docs: Run "brew update" before "brew install hugo"
Add some trailing newline shortcode tests
Use a Docker container to build hugo
Added documentation about variable scoping in "partials".
Added "Caddy server"'s handling of 404 errors.
Small refactor: don't call `p.Permalink()` for all aliases, call it only
Update doc to reflect default value of watch variable
Allow renaming of sitemap.xml
added remaining relevant options
added more pygments opts
Rename random to shuffle. Remove count parameteter to simplify its role. Add tests for randomising.
Add Random function to template functions
Fix /.xml RSSLink when uglyurls are enabled
Added async version of Google Analytics internal template
Copy static files changed
Add to press.md two articles about Hugo on AWS Lambda
Change Gitter badge to "gitter | dev chat" in README.md
Update press.md
Add template funcs countwords and countrunes