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
tpl: Make the safeHTML and cousins accept more than strings
Remove unnecessary type conversions
parser: Unexport some internals
helpers: Unexport some internals
tpl: Fix race condition in regexp cache
transform: Remove unused code
target: Remove unused code
source: Remove unused code
parser: Remove unused code
hugolib: Remove unused code
commands: Remove unused code
helpers: Remove unused code
Create an alias from shortcode.Page.Site to shortcode.Site
Bump Pygment version to 2.1.3
Make tests green on both Pygments 2.0.2 and 2.1.3
Add Pygments 2.0.2 to CircleCI build
Add emojify to the template func smoke tests
Docs: move tutorial screenshots in their own subfolder
Docs: update Windows install instructions
Docs: add Aerobatic as a deployment option in the Introduction
Docs: add tutorial for Hosting on Bitbucket
Add debugging steps for no variables defined
Ability to config layout and content dir via cli
Add emoji support
Update showcase entry and article link to softinio.com
tpl: Add replaceRE function
Allow picking a specific file out of a gist
Exit with error code on any error
Add package prefix to the commit message guidelines
Add engineering.mongodb.com to the showcase
tpl: Add Copyright reference to the Go authors
Docs: use Shekhar Gulati's Hugo tutorial as quickstart guide
tpl: Add custom index function
tpl: Add time note to default func description
tpl: fix default function
docs: add better default example
tpl: Add default function