mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
* Update Hugo to 0.100.2. * Fixup Hugo deprecation warnings. * Sync plugin docs. * Update sync tool Go modules. Signed-off-by: SuperQ <superq@gmail.com>
14 lines
239 B
TOML
14 lines
239 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.100.2"
|
|
HUGO_ENV = "make"
|
|
|
|
[context.deploy-preview]
|
|
command = "make"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.100.2"
|