Skip to content

Commit

Permalink
Merge pull request #609 from mpourismaiel/chore/global/bump-hugo-min-…
Browse files Browse the repository at this point in the history
…version-0-58-1

Bump Hugo's minimum required version
  • Loading branch information
stp-ip authored Sep 12, 2019
2 parents 1a9e6a7 + 856f185 commit 89d962c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89d962c

Please sign in to comment.