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
hugolib: Fix output formats override when no outputs definition given
commands: Skip .git directories
Dockerfile: Remove ENTRYPOINT
hugolib: Handle shortcode per output format
hugolib: Handle any errors in processShortcodes
hugolib: Prepare render per output format
hubolib: Refactor site rendering with an "output format context"
docs: Add carnivorousplants.co.uk to the showcase
docs: Add worldtowriters.com to the showcase
docs: Add ocul.on.ca/topomaps to the showcase
docs: Fixed incorrect specification of directory structure
hugolib: The deprecated Extension, Now and TargetPath will now ERROR
commands, hugolib: Deprecate disable404, disableRSS, disableSitemap, disableRobotsTXT
hubolib: Embed Page in WeightedPage
hugolib: Improve shortcode error message
helpers: Don't clean the path before Join
commands: Use paths from PathSpec for walker
docs: Fix bash command in tutorials/github-pages-blog
helpers: Don't clean path twice
docs: Fix typo in templates/functions.md
docs: Update datafiles.md
hugolib: Add default config for ignoreFiles
tpl: Add some GoDoc info to template func docs
releaser: Push the tag before goreleaser is run
i18n: Simplify code for detecting of untranslated id
i18n: Add tests
tpl/urls: Make urlize return a string
i18n: Improve the detection of untranslated string
docs: Add documentation on slug translation
tpl/data: Clean up data namespace
tpl/data: Move cache logic to separate file
tpl/data: Shorten some internal func names
tpl/images: Fix embedded sync.Mutex
tpl: Add basic tests for all namespace init funcs
tpl: Add docshelper for template funcs
tpl/partials: Remouve unused method
tpl: Fix the remaining template funcs namespace issues
tpl/urls: Make it a package that stands on its own
tpl/transform: Make it a package that stands on its own
tpl/time: Make it a package that stands on its own
tpl/safe: Make it a package that stands on its own
tpl/os: Make it a package that stands on its own
tpl/inflect: Make it a package that stands on its own
tpl/images: Make it a package that stands on its own
tpl/encoding: Make it a package that stands on its own
tpl/crypto: Make it a package that stands on its own
tpl/collections: Make it a package that stands on its own
tpl/compare: Make it a package that stands on its own
tpl/data: Make it a package that stands on its own
tpl/strings: Make it a package that stands on its own
tpl/math: Make it a package that stands on its own
tpl: Add TemplateFuncsNamespaceRegistry
releaser: Disable shaky test
docs: Replace cdn.mathjax.org with cdnjs.cloudflare.com