Skip to content

Commit

Permalink
Merge pull request #6 from evansosenko/update-hugo
Browse files Browse the repository at this point in the history
Update to Hugo 0.121.1
  • Loading branch information
razor-x authored Dec 26, 2023
2 parents c6d0cd7 + a726dfc commit 08ff47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VARIANT="20"

FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

ARG HUGO_VERSION="0.110.0"
ARG HUGO_VERSION="0.121.1"
ARG HUGO_ARCH="64bit"

RUN hugo_url="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20",
"HUGO_VERSION": "0.110.0",
"HUGO_VERSION": "0.121.1",
"HUGO_ARCH": "64bit"
}
},
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ languageCode = 'en-US'
title = 'Evan Sosenko'
theme = 'default'
enableRobotsTXT = true
disableKinds = ["taxonomy", "term"]
disableKinds = ["rss", "taxonomy", "term"]

[params]
author = "Evan Sosenko"
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.110.0"
HUGO_VERSION = "0.121.1"

[[headers]]
for = "/*"
Expand Down

0 comments on commit 08ff47e

Please sign in to comment.