releaser: Fix typo, change "relase" to "release"
releaser: Prepare repository for 0.25-DEV
releaser: Update /docs to 0.24 [ci skip]
releaser: Bump versions for release of 0.24
releaser: Update /docs [ci skip]
releaser: Add release notes draft for 0.24
output: Identify extension-less text types as text
Support non-md files as archetype files
media, hugolib: Support extension-less media types
hugolib: Add disableAliases
parser: Fix handling of quoted brackets in JSON front matter
vendor: Update Viper
hugolib: Fix error handling for JSON front matter
commands, create: Add .Site to the archetype templates
create: Use archetype template as-is as a Go template
Update links to new discuss URL
releaser: Prepare repository for 0.24-DEV
releaser: Update /docs to 0.23 [ci skip]
releaser: Bump versions for release of 0.23
releaser: Update /docs [ci skip]
releaser: Add release notes draft for 0.23
releaser: Adapt release logic to docs submodule
Update logo link in README
Remove docs building from CI builds
commands: Adjust docs path
Add docs as submodule
Update Gitter link in README
vendor: Update to new org name
Change Windows build badge link, take #3
Change Windows build badge link, take #2
Update Windows build link
hugolib: Disable shaky leaktest on CI
Update links in CONTRIBUTING.md due to the org transition
Update source path in Dockerfile due to the org transition
Update clone folder in appveyor.yml due to the org transition
Update import path in snapcraft.yaml due to the org transition
Run gofmt to get imports in line vs gohugoio/hugo
Update Makefile vs gohugoio/hugo
Update README to point to gohugoio/hugo
examples: Update examples to point to gohugoio/hugo
docs: Update layout references to gohugoio/hugo
docs: Update content references to gohugoio/hugo
all: Update textual references in Go source to point to gohugoio/hugo
all: Update import paths to gohugoio/hugo
vendor: Improve GitInfo
Fix handling of duplicate footnotes
Revert "releaser: Bump versions for release of 0.22.1"
releaser: Prepare repository for 0.23-DEV
releaser: Prepare repository for 0.22.1-DEV
releaser: Add relase notes to /docs for release of 0.22.1
releaser: Bump versions for release of 0.22.1
releaser: Add release notes draft for 0.22.1
hugolib: Fix section logic for root folders with subfolders
hugolib: Support sub-sections in permalink settings
commands: Adjust rlimit to 64000
commands: Make error on setting rlimit a warning only
Revert "commands: Remove the rlimit tweaking on macOS"
docs: Add note on updates for rpm-based distros
releaser: Prepare repository for 0.23-DEV
releaser: Add relase notes to /docs for release of 0.22
releaser: Bump versions for release of 0.22
releaser: Add release notes draft for release of 0.22
docs: Rewrite “Archetypes” article
docs: change .Site to $.Site where the global context is masked by the term's context
docs: Use single link element for RSS in example
hugolib: Make the RSS feed use the date for the node it represents
Add noindex tag to HTML generated by Hugo Aliases
hugolib: Unexport some internal methods
tpl/collections: Add uint support to In
tpl/collections: Support interfaces in union
hugolib, commands: Improve live-reload on directory structure changes
hugolib: Enable nested sections
Revert "hugolib: Fix live-reload regression for add/removal of dirs"
hugolib: Fix live-reload regression for add/removal of dirs
hugolib: Fix disablePathToLower regression
hugolib: Simplify some test loops
hugolib: Add test for no 404 in sitemap
docs: Add thislittleduck.com to the showcase
tpl: Add uniq function
hugolib: Remove some superflous TODO comments
parser: Add horizontal YAML tags to benchmark
docs: Add Nutspubcrawl.com to the showcase
all: Temporarily revert to BurntSushi for TOML front matter handling
parser: Add BenchmarkFrontmatterTags
hugolib: Add some more tags to benchmark
hugolib: Bump leaktest timeout to 30 seconds
Write CPU and mem profiles from site benchmark script
hugolib: Fix tag calculation in benchmark test
hugolib: Add number of tags as a benchmark know
hubolib: Make the site benchmark output more compact
hubolib: Add 10k pages as a benchmark variant
hugolib: Increase leaktest timeout
hugolib: Break early from sitemap disabled check