mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
7c62d6ef16
a7e1e9be8Clarify front matter date fields69df4fc22Clarify how to determine if .Inner is populated9046bf424Document strings.ContainsNonSpace8dbe5df90Fix indentation and broken image48ad4124eTypo: functions/after.mdd4c01b57bLink to detailed descriptions of canonfiyURLs and relativeURLs4d9597302Explain behaviour when appending to a slice containing other slices69e24e44eStandardize right arrow usage01b378726Remove references to Google's Universal Analytics and the async templated415bae24Use shared file to describe regex syntaxe75dee6b8snap: How to enable or revoke access to SSH keysfeed2d1c0Remove hasPrefix and hasSuffix in favor of namespaced versions3c6d2cfe5security: Use default execution settings461b5fcafnetlify: Hugo 0.116.195fac27a5configuration: correct cacheDir descriptioncd9f1f929configuration: Fix broken link605394de4netlify: Upgrade to Hugo 0.116.0baf2a0f7bMerge branch 'tempv0.116.0'ee51a9323Update requirements for building from source40189956dEditor tools: Remove duplicate sentencefb0ff2621docs: Regenerate CLI docse8a5665c4Update where.md7bc5cf15dUpdate hosting instructions018a04314docs: Update whered33ae91cfdocs: Update where function operators9a108a664docs: Rework the cacheDir documentation git-subtree-dir: docs git-subtree-split:a7e1e9be85
10 lines
160 B
TOML
10 lines
160 B
TOML
|
|
enableInlineShortcodes = false
|
|
|
|
[funcs]
|
|
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
|
|
|
|
[http]
|
|
methods = ['(?i)GET|POST']
|
|
urls = ['.*']
|