diff --git a/config.yaml b/config.yaml index 0bff832..ace94c8 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ baseURL: "/" languageCode: en-gb title: Aroy Art -theme: Rinkusu +theme: BioTech # Add an S on the end of titles pluralizeListTitles: False diff --git a/netlify.toml b/netlify.toml index bc86fe5..618998e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,7 @@ publish = "public" command = "hugo" + [context.production.environment] HUGO_VERSION = "v0.108.0" HUGO_ENV = "production" @@ -14,7 +15,7 @@ HUGO_VERSION = "v0.108.0" [context.branch-deploy] - command = "hugo" + command = "hugo --minify" [context.branch-deploy.environment] HUGO_VERSION = "v0.108.0" diff --git a/themes/BioTech b/themes/BioTech new file mode 160000 index 0000000..980825f --- /dev/null +++ b/themes/BioTech @@ -0,0 +1 @@ +Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355