From ae6bf7bdbef63e5703a4632d72b24e152d891a95 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Mon, 14 Oct 2024 14:56:18 +0200 Subject: [PATCH] Configure devcontainer.json with hugomods/hugo (#344) * Create devcontainer.json with hugomods/hugo * Run format * Use 0.113.0 --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..36737296 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "hugomods/hugo:0.113.0", + "features": {} +}