From bd879fe62f656ab7707b62684a1262ab91425b43 Mon Sep 17 00:00:00 2001 From: Tommy Tran Date: Sat, 3 Jun 2023 05:29:40 -0700 Subject: [PATCH] Hugo v0.112.7 Signed-off-by: Tommy Tran --- .devcontainer/devcontainer.json | 28 ++++++++++++++++++++++++++++ netlify.toml | 2 +- tommytran.io.code-workspace | 8 ++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .devcontainer/devcontainer.json create mode 100644 tommytran.io.code-workspace diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..818541c --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,28 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu +{ + "name": "Ubuntu", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/base:jammy", + "features": { + "ghcr.io/devcontainers/features/hugo:1": { + "extended": true, + "version": "latest" + } + } + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "uname -a", + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/netlify.toml b/netlify.toml index 50ad9be..d292dad 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.112.1" + HUGO_VERSION = "0.112.7" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" diff --git a/tommytran.io.code-workspace b/tommytran.io.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/tommytran.io.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file