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
hugolib, output: Add Rel to the output format
docs: Move the rough custom output formats spec to docs
hugolib: Add OutputFormats with permalinks to Page
output: Rework the base template logic
hubolib: Pick layout per output format
hugolib: Fix layout lookup order for Render func
output: Speed up layout calculations
hugolib: Speed up URL handling
hugolib: Remove siteWriter
hugolib: Pull all alias handling into one file
Refactor layout resolve to a descriptor/adapter pattern
Rename OutputType to OutputFormat
hugolib: Refactor/-work the permalink/target path logic
Implement the first generic JSON output testcase
hugolib, output: Incorporate suffix and type in layout resolve
hugolib: Add basic setup for output def per Kind
hugolib: Revert to using Page as the render chan type
hugolib: Remove the copying in the renderRSS
hugolib: Put back taxonomy term paginator logic lost in rebase
hugolib, output: Add theme logic to LayoutHandler
hugolib: Add a PageOutput wrapper for rendering
hugolob: A first incorporation of output types in rendering
hugolib: Use the new layout logic in Page
output: Move layout logic to the output package
output: Add output type
Add MediaType and a crude implementation
Exit -1 on ERROR in non-global logger
Revert "tplimpl: return an error on unsupported type in isSet"
Change RSS description from full .Content to .Summary
hugolib: Correctly identify "my_index_page.md"
snapcraft: Bump version to 0.20-DEV
snapcraft: Add vendoring support
docs: Add Hugo SFTP Upload to the tools section
commands: Fix case of createpath in new.go
create: Delete redundant viper calls
docs: Remove dead links, consistent formatting...
docs: Fix typo in templates/functions.md (#3214)
commands: Keep "." directories on cleanDestinationDir
docs: Add bharathpalavalli.com to the showcase
parser: Improve TOML frontmatter parser performance
Removing .Site.Recent
Revert "Add support for a flatter and simpler language file structure"
Revert "vendor: Fix broken i18m definition"
vendor: Fix broken i18m definition
Add support for a flatter and simpler language file structure
Revert "helpers: Add a Debug method to DistinctLogger"
docs: Add tibobeijen.nl to site showcase
helpers: Add a Debug method to DistinctLogger
Case insensitive translation of the 'more' tag when importing from Jekyll
docs: Fix documentation of non-existent 'editor' config
docs: Change OS X to macOS in README and CONTRIBUTING
docs: Fix CONTRIBUTING.md
Update to new go-toml API
docs: Update contributing guides
docs: Optimize 11 showcase thumbnail images
docs: Add Linux distro-specific installation instructions
docs: Note Hugo as Snap package can write only inside $HOME
docs: Replace Mac OS X with macOS in three places