diff --git a/.gitignore b/.gitignore index 73ab876..3533e71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ public/ resources/ +hugo_stats.json +.hugo_build.lock diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index c01bf62..0000000 --- a/netlify.toml +++ /dev/null @@ -1,21 +0,0 @@ -[build] - command = "hugo --gc --minify -b $URL && npx pagefind --source 'public'" - publish = "public" - -[build.environment] - HUGO_VERSION = "0.126.3" - HUGO_ENABLEGITINFO = "true" - -[context.production.environment] - HUGO_ENV = "production" - -[context.deploy-preview] - command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL && npx pagefind --source 'public'" - -[context.branch-deploy] - command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind --source 'public'" - -[[plugins]] - package = "netlify-plugin-hugo-cache-resources" - [plugins.inputs] - debug = true