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
Add some missing resets on rebuild
Add list support in Scratch
Add jsonify template func
Add json mime extension type
Make where accept slice
Simplify the IsHome test cases
Unexport the target handlers
Allow URL with extension in frontmatter
tpl: Unexport the rest of the internal template funcs
tpl: Add some dateFormat testcases with both time and date
Try both prepped and unprepped taxonomy keys
Prevent capitalized taxonomy labels
tpl: Fix broken chomp test
tpl: Make chomp return template.HTML
tpl: Add integration tests for most of the template funcs examples in doc
Some missing shortcode replacements
Fix shortcode handling in RST
Docs: fix typo in tools section
Remove superfluous FontAwesome files
Revert "Create template clone for late template execution"
Create template clone for late template execution
Check for the presence of pages before setting dates
Set Date and Lastmod for main home page
Use flagChanged in all places
Add template function slice
Do not try to find available port if set by user
Press: add "Comparison site built with Hugo"
Optimize replaceShortcodeTokens
Enlarge data in BenchmarkReplaceShortcodeTokens
Press: add tutorial written by Shekhar Gulati