diff --git a/netlify.toml b/netlify.toml index 36c1bb5..c56850f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,10 @@ [build] - command = "hugo" + command = "hugo --gc --minify -b $URL" publish = "public" + +[build.environment] + HUGO_VERSION = "0.97.3" + HUGO_ENABLEGITINFO = "true" + +[context.production.environment] + HUGO_ENV = "production" \ No newline at end of file diff --git a/themes/lugo b/themes/lugo new file mode 160000 index 0000000..75810cd --- /dev/null +++ b/themes/lugo @@ -0,0 +1 @@ +Subproject commit 75810cd2908c96ffed43e6c4646daf2413c4b3b1