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
hugolib: Respect disableKinds=["sitemap"]
vendor: Update go-toml
source: Cache language config
hugolib: Add TOML/YAML switch to benchmark
hugolib: Adjust timeout for leaktest
hugolib: Add slightly more realistic tag distribution to benchmark
hugolib: Add site building benchmarks
docs: Update overview/usage
Update snapcraft.yaml
hubolib: Remove the regular page restriction from .Site.GetPage
docs: Fix parameter name in YouTube shortcode section
hugolib: Refine allKindsInPages
travis: Update Go versions
hugolib: Fix ref/relref issue with duplicate base filenames
hugolib: Add a cache to GetPage
hugolib: Support regular pages in .Site.GetPage
cache: Add a simple partitioned lazy cache
docs: Add furqansoftware.com to the showcase
docs: Delete `brew update` from docs
cmd: Replace flagChanged with pflag.FlagSet.Changed
docs: Add tutswiki.com to the showcase
docs: Regenerate commands docs
hugolib: Enable leaktest
commands: Remove the rlimit tweaking on macOS
hugolib: Speed up GetPage
hugolib: Add BenchmarkGetPage
releaser: Disable flaky test
tpl/cast: Handle template.HTML and friends in ToInt
Remove Unmaintaned Frontends from Tools.
releaser: Prepare repository for 0.22-DEV
releaser: Add relase notes to /docs for release of 0.21
releaser: Bump versions for release of 0.21
releaser: Add a new step
releaser: Update ldflags
vendor: Update golang.org/x/sys/unix
releaser: Add release notes draft for 0.21
tpl/time: Re-add the time example