diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..aab2f75 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,14 @@ +{ + "name": "Hugo", + "image": "mcr.microsoft.com/devcontainers/base:bullseye", + "features": { + "ghcr.io/devcontainers/features/hugo:1": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "rusnasonov.vscode-hugo" + ] + } + } +} diff --git a/README.md b/README.md index 76fa538..594951c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # griffithslab-website +Test edit for cloud execution setup. + diff --git a/netlify.toml b/netlify.toml index 0bc46c9..5ddc362 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.50" + HUGO_VERSION = "0.120.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true"