mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-09 20:22:52 +00:00
10 lines
160 B
TOML
10 lines
160 B
TOML
|
|
||
|
enableInlineShortcodes = false
|
||
|
|
||
|
[funcs]
|
||
|
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
|
||
|
|
||
|
[http]
|
||
|
methods = ['(?i)GET|POST']
|
||
|
urls = ['.*']
|