Skip to content

Commit

Permalink
Update Hugo version to 0.139.4 and modify devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi committed Jan 13, 2025
1 parent ef82ef9 commit 78f48ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# the DoIt theme now require 0.134
# check newest Hugo version at https://github.com/gohugoio/hugo/releases
HUGO_VERSION=0.134.3
HUGO_VERSION=0.139.4
9 changes: 3 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@
"yzhang.markdown-all-in-one",
"zaaack.markdown-editor",
"formulahendry.code-runner",
// AI tools
// "GitHub.copilot",
// "GitHub.copilot-chat@prerelease",
// "Continue.continue",
"Codeium.codeium"
"Supermaven.supermaven",
"RooVeterinaryInc.roo-cline"
]
}
},
"workspaceFolder": "/workspace/personal-blog",
"features": {
"ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {
"plugins": "git aliases docker docker-compose common-aliases poetry zsh-syntax-highlighting zsh-autosuggestions ohmyzsh-full-autoupdate"
"plugins": "git z aliases docker docker-compose common-aliases poetry zsh-syntax-highlighting zsh-autosuggestions ohmyzsh-full-autoupdate"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 78f48ec

Please sign in to comment.