helpers: Remove unused arg
hugolib: Fix broken test
docs: Add some more quotes
hugolib: Make sure that empty terms lists are still created
Handle Hugo version strings with patch level
helpers: Fix version string for Hugo 0.20 and similar
hugolib: Only return RSSLink when RSS is available
vendor: Update Cobra
docs: Correct date in automated deployment tutorial
docs: Correct link of 'now' tpl func in release notes
vendor: Bump versions
hugolib: Only consider regular pages in Prev/Next
docs: Revise automated deployment tutorial
Bump version to 0.20-DEV
docs: Some minor release notes fixes
docs: Fix shortcode param in release notes
Update versions to 0.19 release
docs: Add release notes for Hugo 0.19
docs: Add documentation for disableKinds
docs: Update RSS docs with rssLimit changes
Revert "hugolib: Add terms' pages to .Data.Pages"
Revert "hugolib: Render paginator pages for taxonomy terms"
docs: Regenerate commands doc
tpl: Add title meta tag to twitter card template
docs: Remove waffle.io graph from CONTRIBUTING.md
docs: Adds 'Using _index.md' page
docs: Fix ambiguous typo in quickstart
docs: Mention Hugo's official twitter account
docs: Add article to press.md + cleanup
hugolib: Fix preserveTaxonomyNames regression
Update Docker file to Go 1.8
hugolib: Render paginator pages for taxonomy terms
hugolib: Add terms' pages to .Data.Pages
hugolib: Temporarily disable leaktest
hugolib: Fix broken shortcode tests
hugolib: Include full filepath on shortcode errors
docs: Add promotive.es to the showcase
hugolib: Cleanup the Goroutine count calculation
commands: Cache logFile in createLogger
hugolib: Add relativeURLs and canonifyURLs to Site
commands: Remove flagChanged from commandeer
tpl: Use og:updated_time OpenGraph tag on nodes
Use Page.Params more consistently when adding metadata
tpl, hugolib: Fix live-reload of non-renderable content pages
tpl: Remove twitter:domain tag from internal shortcode
docs: Improve documentation for menu rendering
commands: Make sure build error is logged in watch mode
utils: Use local logger
hugolib: Add check for p.Markup == "org"
all: Add org-mode support
hugolib: Finish menu vs section content pages
hugolib: Improve menu generation for section pages with content
hugolib: Cache the value of Page's RelPermalink
Get rid of some viper.Get* calls
config: Remove unused var
hugolib: Discard current language based on .Lang()
hugolib: Fix .Site.LastChange
hugolib: Add temporary date parse test
hugolib: Minor Go vet fix
hugolib: Fix regression of .Truncated evaluation in manual summaries
hugolib: Add missing page kind to allKinds
hugolib: Enhance `.Param` to permit arbitrarily nested parameter references
hugolib: Add disableKinds option
appveyor: Add go version
appveyor: Fix build, take 2
appveyor: Print Go environment
tplimpl: Fix issue with recursive templates
hugolib: Fix issue with taxonomies when only some have content page
hugolib: More test helper cleanup
hugolib: Test helper cleanup
hugolib: Make RSS item limit configurable
hugolib: Fix Windows build failure, final take
hugolib: Fix Windows build failure, take 2
hugolib: Fix Windows build failure
tplimpl: Fix instagram shortcode panic on invalid ID
travis: Bump to Go 1.7.5 and 1.8 (Yay!)
vendor: Update Viper
hugolib: Add test case for empty Pages in regular pages
hugolib: Remove deprecated marked for removal
tplimpl: Fix data race in resGetResource
tplimpl: Refactor imageConfig into a struct
tpl: Refactor package
all: Refactor to nonglobal Viper, i18n etc.
docs: Add hugofy for atom to the tools section
Use OS fs by default
docs: Remove the source relative links docs
docs: Update www.bullion-investor.com/report/ in the showcase
Deprecate sourceRelativeLinks
tpl: Accept limit as interface in findRE func
hugolib: Add ability to sort by frontmatter parameters
hugolib: Fix error for non-renderable HTML content with shortcodes
hugolib: Use the site's Tmpl for non-renderable pages
docs: Add instructions for customized domain
hugolib: Correct repeated spelling errors in documentation
tpl: Must do a extra lookup of cloned base templates
Revert "hugolib: Add some baseof test variants"
hugolib: Add some baseof test variants
docs: Update Bitbucket Hosting Tutorial