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
Make absURL properly handle baseURL with path component
Add md5 and sha1 template funcs
Use default sitemap configuration for homepage
Update Dockerfile to use golang:1.6 base image
Add support for Go 1.6 block keyword in templates
Fix for page in multiple menus
Create template clone for late template execution
Add reference to parent shortcode
Docs: fix missing words, tense in datadrivencontent.md
Resize showcase thumbnail of h10n.me
Add viglug website to showcase
Add h10n.me to the showcase
Add fale.io website to showcase
doc: Correct Scratch slice example
doc: Add some Scratch slice samples