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
tpl: Make the Namespace func signature explicit
releaser: Delay the version bumping
releaser: Fix tag detection for changelog when doing a main release
tpl/time: Remove asTime template func mapping
tpl/time: Support overlapping namespace and template func
tpl/collections: Make IsSet WARNING less chatty
docs: Add ttsreader.com to the showcase
tpl/images: Fix error handling in Config
tpl/collections: Use Feedback log instead of Error in IsSet
tpl/collections: Log an error on unsupported types in IsSet
docs: Regenerate docs helper
output: Fix output format mixup in example
docs: Fix incorrect path in templates/list
tpl/collections: Add support for interfaces to intersect
tpl/lang: Add NumFmt function
docs: Update references to JSON
docs: Fix minor grammar issue in shortcodes.md
hugolib: Fix RSSLink vs RSS Output Format
tmplimpl: Add support for ellipsed paginator