mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
14 lines
214 B
TOML
14 lines
214 B
TOML
|
|
||
|
enableInlineShortcodes = false
|
||
|
|
||
|
[exec]
|
||
|
allow = ['^go$']
|
||
|
osEnv = ['^PATH$']
|
||
|
|
||
|
[funcs]
|
||
|
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
|
||
|
|
||
|
[http]
|
||
|
methods = ['(?i)GET|POST']
|
||
|
urls = ['.*']
|