mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 20:51:18 +03:00
25 lines
438 B
YAML
25 lines
438 B
YAML
baseURL: 'http://example.org/'
|
|
languageCode: en-us
|
|
timeZone: America/Los_Angeles
|
|
title: Hugo Example Site
|
|
cascade:
|
|
- _target:
|
|
path: /{adoc,pandoc}
|
|
build:
|
|
list: never
|
|
render: never
|
|
security:
|
|
funcs:
|
|
getenv:
|
|
- ^HUGO_
|
|
- ^CI$
|
|
- ^IMAGE_PREFIX$
|
|
exec:
|
|
allow:
|
|
- ^(dart-)?sass(-embedded)?$
|
|
- ^go$
|
|
- ^npx$
|
|
- ^postcss$
|
|
- ^asciidoctor$
|
|
- ^pandoc$
|
|
- ^git$
|