Этот коммит содержится в:
Sebastien Larinier 2024-01-03 10:39:32 +01:00
родитель c5dc82b383
Коммит 030df11695

18
netlify.toml Обычный файл
Просмотреть файл

@ -0,0 +1,18 @@
[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "v0.121.1"
[[plugins]]
package = "@netlify/plugin-hugo"
[[plugins]]
package = "netlify-plugin-github-nested"
[plugins.inputs]
repo = "theNewDynamic/gohugo-theme-ananke"
branch = "main" # Change to the branch you want to use
[context.production]
command = "hugo --gc --minify"