Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "0.123.1"
"version": "0.158.0"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: read
actions: read # Needed for artifact access
env:
HUGO_VERSION: "0.123.3"
HUGO_VERSION: "0.158.0"
HUGO_EXTENDED: true
steps:
# =======================
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-aggregate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
contents: read
actions: read # Needed for artifact access
env:
HUGO_VERSION: "0.123.3"
HUGO_VERSION: "0.158.0"
HUGO_EXTENDED: true
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# Configure the English version of the site.
[en]
languageCode = "en-us"
locale = "en-US"
# contentDir = "content/en" # Uncomment for multi-lingual sites, and move English content into `en` sub-folder.

# Uncomment the lines below to configure your website in a second language.
#[zh]
# languageCode = "zh-Hans"
# locale = "zh-Hans"
# contentDir = "content/zh"
# title = "Chinese website title..."
# [zh.params]
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml.deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.92.2"
HUGO_VERSION = "0.158.0"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down
2 changes: 1 addition & 1 deletion themes/academic/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[build.environment]
HUGO_THEME = "repo"
HUGO_VERSION = "0.74.3"
HUGO_VERSION = "0.158.0"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down
Loading