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*
helpers: Remove the else in MakePathSanitized
Do some minor code cleaning of Site
transform: Golint fixes
target: Fix some Golint warnings
Spring cleaning of the menu code
heloers: Add a linefeed to make Golint happy
commands: Fix remaining Golint warning
hugolib: Fix Java-styled all-caps consts
helpers: Silence some Golint warnings
commands: Do not use named return vals in Jekyll import
Check returned error in Scratch-test
Do make check in Travis
source: Consolidate if conditions
source: Remove unnecessary else condition
hugolib: Use field keys in composite literals
helpers: Apply gofmt
hugo: Add check tasks to Makefile
Add Scratch to shortcode
Re-render shortcode on template or data file change
Add plainify template function
Add support for symbolic links for content, layout, static, theme
Utils methods refactored for readability
Add '+' as one of the valid characters in urls specified in the front matter
Protect against concurrent Scratch read and write
docs: Draft of 0.16 release notes
helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRenderer
livereload: Run go fmt on connection.go
create: Refactor NewContent to be testable
livereload: Simplify conditional
helpers: Support EXTENSION_BACKSLASH_LINE_BREAK for Blackfriday
helpers: Fix minor typo in content_test.go
Simplify GetDottedRelativePath
Return early from parseOptions
Remove duplicate doArithmetic
Revert "Add Codebeat badge"
Return early from appendThemeTemplates
Add Codebeat badge
Add Go Report Card badge to README
source: Consolidate filepath.Split calls
tpl: Send actual values to in from intersect
tpl: Add missing printf param in t.Errorf call
tpl: Treat booleans as set in default function
docs: Fix typos in functions.md and contributing.md
Remove CircleCI badge for now
No block support in shortcodes