Julien Fastré 407b9946f8
All checks were successful
Build and push chill website image / build (push) Successful in 1m10s
Ajoute une tâche "hugo serve" pour vscodium
2025-07-17 13:18:57 +02:00

18 lines
309 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Hugo Serve",
"type": "shell",
"command": "hugo",
"args": ["serve"],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"detail": "Sert le site Hugo localement"
}
]
}