1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-09-19 06:34:42 -04:00

Hugo v0.112.7

Signed-off-by: Tommy Tran <contact@tommytran.io>
This commit is contained in:
Tommy Tran 2023-06-03 05:29:40 -07:00
parent e597eedb6b
commit bd879fe62f
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
3 changed files with 37 additions and 1 deletions

View File

@ -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"
}

View File

@ -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"

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}