docs: Add 0.20.2 release notes
tplimpl: Allow text partials in HTML templates
vendor: Update dependencies
docs: Add Netlify badge if on Netlify
Get versions back to 0.20-DEV
Prepare release 0.20.1
docs: Add 0.20.1 release notes
output: Fix base theme vs project base template logic
docs: Add sanjay-saxena.github.io to the showcase
hugolib, output: Do not lower case template names
hugolib: Must recreate Paginator on live-reload
hugolib: Avoid recreating the Paginator on copy
hugolib: Avoid processing the same notify event twice
hugolib: Final fix of rssURI deprecation
hugolib: Only show rssUri deprecation WARNING if it is actually set
all Bump to 0.21-DEV
all: Prepare Hugo 0.20 release version
docs: AddHugo 0.20 Release Notes
docs: Add Emacs plugin easy-hugo
docs: Add siba.ai to the showcase
hugolib: Remove unused line
hugolib: Delay deletion of Page.Now()
docs: Add docs about output format linking
hugolib, output: Add NotAlternative to OutputFormat
hugolib: Deprecate rssURI
hubolib: Do not add missing trailing slash to command line baseURL
Update press.md
hugolib: Add .Site.Params.mainSections
hugolib: Only do link transforms etc. on HTML type of pages
all: Document the Output Formats feature
hugolib: Update deprecation vs Hugo 0.20
output: Add some sane defaults for output format
tpl: Set RenderingContext.Config in markdownify
helpers: Add new properties to ContentSpec
all: Handle all errors
media, output: Fix spelling
docs: Disable GitInfo by default
docs: Add info about Pygments installation in installing.md
docs: Add article by Li-Wen Yip to press section
tpl: Fix nil pointer in Tree()
docs: Properly capitalize GitHub
hugolib: Add optional outputFormat to Ref/RelRef
Register all media types when in server mode
tplimpl: Reintroduce the double template lookup in Partial
all: Use the configured output types to resolve template type
hugolib: Improve render error handling
commands, helpers: Add correct verbose log level to the global loggers
output: Make template name lower cased
hugolib: Read media types and output formats from site config
media: Add DecodeTypes
output: Add output formats decoder
output: Add CSV to the global output formats list
vendor: Update go-i18n
docs: Remove localhost part from link
tpl: Rework to handle both text and HTML templates
hugolib: Don't ignore errors from applyDepsIfNeeded
hugolib, i18n: Update tests with flat format and TOML files
vendor: Update go-i18n
docs, examples: Use TOML for i18n config files
vendor: update goorgeous
docs: Add blog of Enrique Saez Gil to the site showcase
Revert "tpl: Rework to handle both text and HTML templates"
hugolib: Use Page Kind in template errors to prevent log spam
tplimpl: Add test with failing partial
tpl: Rework to handle both text and HTML templates
vendor: Update cobra
media, output: Add CSV type and format
docs: Fix typo/source link in firstname.club showcase addition
docs: Update link to Disqus alternative Livefyre.com
docs: Add firstname.club to the showcase
tplimpl: Fix map data race in URLLock
tplimpl: Fix deadlock in getJSON
vendor: Update fsnotify with several Linux-fixes
hugolib, helpers: Reduce log level to WARN on .Render for non-regular pages
helpers, output: Fix spelling
hugolib, output: Gofmt
media: Add some more relevant MIME types
tplimpl: Fix lookup with non-standard layout folder
hugolib, output: Restrict Render to regular Pages
hugolib: Fix Render layouts for list pages
hugolib: Wrap pageOutput create in sync.Once
hugolib: Fix panic for Permalink in 404 etc. templates
commands: Fix broken commandeer
output: Rename HTMLType etc. to HTMLFormat
hugolib: Revise paginator alias path handling
hugolib: More TODO fixes
hugolib, layout: Consolidate RSS template handling
Remove the now superflous defaultExtension
all: Propagate baseURL error to the callers
hugolib, tplimpl: Use OutputFormats to create atom links
hugolib: Add 404 test
hugolib, output: Fix RSSLink vs output formats
hugolib, output: Handle aliases for all HTML formats
hugolib: Update site stats to take output formats into account
Add custom protocol support in Permalink
media, output: Add Calendar type
hugolib: Read default output formats from site config
hugolib, media: Make the MediaType available to the templates