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
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"