Fix section menus for lazy blogger
hugofs: Add package doc
create: Add package doc
bufpool: Add package doc
docs: Regenerate the commands docs
hugolib: Add option to disable rendering of 404 page
Move section initialization to Site.assembleSections
Fix potential data race in test
docs: Add commercial services to the "Tools" section
docs: Document how to install dependencies for tests
docs: Fix missing step in Windows version check instructions
docs: Document Go 1.6's new ability to trim whitespace
docs: Fix Go version in install guide
docs: Remove remaining Mercurial references
Save auto-detected markup type in Page.Markup
docs: Remove Mercurial from contribution tutorial
tpl: Add replaceRE to the "smoke tests"
Make Hugo build without Mercurial
docs: Add "How to contribute to Hugo" tutorial
docs: Use HTTPS links in README where appropriate
commands: Add helpful instuctions after "hugo new site"
hugolib: Un-export internal Site-methods
docs: Fix references to section list templates
docs: Correct date for proper sorting in showcase
docs: Add one more quote
docs: Limit the quotes on front page to the last two years
docs: Use data folder for website carousel
Document and clean SourceRelativeLinksEval code
Re-export the methods used in page group tests
hugolib: Camelcase ALL_CAPS vars and const in tests
huglib: Add even more missing GoDoc
source: Add missing GoDoc in File
hugolib: Camel-case ALL_CAPS const in test
hugolib: Add GoDoc to pageGroup.go
Build Hugo in Travis with race detection enabled
Add go test -race to make check
Remove Wercker badge
tpl: Add findRE template func
Do not create robots.txt by default
Disable syntax guessing for PygmentsCodeFences by default
docs: Add yushuangqi.com to the showcase
docs: embed YouTube video in Windows installation tutorial
docs: Update set PATH instructions for Windows
docs: Fix menu in firefox
docs: Add alternative for Wordpress import
tpl: Add the other test case for hasPrefix
tpl: Sort the smoke tests
tpl: Add hasPrefix to the template funcs' "smoke test"
docs: Add documentation for hasPrefix template func
tpl: Fix panic in sort of nil sequence
tpl: Fix panic in pairList.Less
Make ByCount sort consistently
hugofs: Add missing not nil checks to tests
Use to most specific interface in WriteDestPage
docs: Add doc and a test for readDir
tpl: Make readDir use the WorkingDir fs
Add readFile template func
docs: Mention CLA in the showcase contribution guidelines
docs: Remove incorrent reference to list.html
docs: Fix typo in templates/functions.md
docs: Add surge.sh to main page of static site hosters
docs: Document GitHub flavoured code fences
docs: Document lastmod variable
docs: Document the split function
docs: Add silvergeko.it to the showcase
docs: Add robertbasic.com to the showcase
Fix error handling in SymbolicWalk
helpers: Fix SymbolicWalk for the root folder
docs: Adapt commit message for showcase additions
docs: Add search form powered by Algolia
hugolib: Some more unexports
commands: Apply Golint rules
helpers: Apply GoLint rules
tpl: Small Golint fixes
parser: Remove unused vars
Be explicit about the type in Scratch test
hugolib: Remove unused Tmpl on Page
Do not use defer for unlocking in Scratch
hugolib: Taxonomy GoDoc cleanup
Add a simple benchmark for Scratch
hugolib: Even more Golint fixes
helpers: Fix GoDoc in Hugo version constants
commands: Apply Golint rules to hugo.go
hugolib: Apply Golint rules to rss_test.go
hugolib: Add missing GoDoc in pagination.go
hugolib: Some more GoLint fixes
livereload: Add missing GoDoc
hugoblib: Clean up the time tests
transform: Group vars and consts in chain_test
transform: Clean up the var naming mess in chain_test
hugolib: Some more Golint fixes
hugolib: Fix spelling mistake
hugolib: Add Godoc to pageSort
parser: Make the constant vars ... constants
parser: Fix ALL_CAPS var names in test
parser: Spring code cleaning
hugolib: Fix some more Golint warnings
helpers: Fix and add Godoc in path*