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
docs: Add lucumt.info to showcase
parser: Accept JSON frontmatter without leading "{\n"
commands: Improve jekyll import date format
docs: Improve command reference page
tpl: Add union template func
docs: Add Android to README
hugolib: Fix reloading corner cases for shortcodes
commands: t.Error => t.Errorf
parser: Refactor frontmatter parser and add tests
hugolib: Clean up redundant frontmatter error logging
docs: Explain themes dir in quickstart guide
docs: Add myearworms.com to the showcase
hugolib: Default rssLimit to unlimited
all: Fix some govet complaints
Update appveyor config
tplimpl: Add built-in print funcs to FuncMap
hugolib: Don't report taxonomy count if disabled
hugolib: Remove unnecessary params
docs: Add enjoyable.recipes to the showcase
hugolib: Populate the taxonomy term Pages list
hugolib: Add a temporary workaround for page.copy() data race
docs: Correct toml syntax in Github deploy tutorial
hugolib, target: Rework/move the target package
hugolib: Fix HugoSites.createMissingPages
docs: Add blog post from After Dark creator
hugolib: Add section template baseof test case
docs: Add new section list lookup alternative
hugolib: Add /layouts/SECTION/list.html to template lookup
helpers: Return partially cleaned URL in case of error in URLPrep anyway
tplimpl: return an error on unsupported type in isSet