hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

security.toml (214B)

    1 
    2   enableInlineShortcodes = false
    3 
    4   [exec]
    5     allow = ['^go$']
    6     osEnv = ['^PATH$']
    7 
    8   [funcs]
    9     getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
   10 
   11   [http]
   12     methods = ['(?i)GET|POST']
   13     urls = ['.*']