diff --git a/netlify.toml b/netlify.toml index 07087654..5f951f40 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,17 +4,17 @@ command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.production.environment] - HUGO_VERSION = "0.55.5" + HUGO_VERSION = "0.58.1" HUGO_ENV = "production" [context.deploy-preview] command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.deploy-preview.environment] - HUGO_VERSION = "0.55.5" + HUGO_VERSION = "0.58.1" [context.branch-deploy] command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.branch-deploy.environment] - HUGO_VERSION = "0.55.5" + HUGO_VERSION = "0.58.1" diff --git a/theme.toml b/theme.toml index b4262f33..18ea95ed 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A customizable one to multi page theme for open source projects, homepage = "https://syna.okkur.org" tags = [ "customizable", "blog", "responsive", "clean", "personal", "bootstrap", "portfolio", "company", "projects", "mobile", "search", "documentation" ] features = [ "FAQ", "portfolio", "chart.js", "team showcase", "pricing", "events", "stripe", "contact form", "react portal" ] -min_version = 0.55 +min_version = 0.58 [author] name = "Okkur Labs"