Skip to content

Commit

Permalink
Update used and enforced hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Mar 25, 2020
1 parent 6081805 commit edbeeb0
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.62.2"
HUGO_VERSION = "0.68.3"
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.62.2"
HUGO_VERSION = "0.68.3"

[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.62.2"
HUGO_VERSION = "0.68.3"
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.62
min_version = 0.68

[author]
name = "Okkur Labs"
Expand Down

0 comments on commit edbeeb0

Please sign in to comment.