Ajoute une tâche "hugo serve" pour vscodium
All checks were successful
Build and push chill website image / build (push) Successful in 1m10s
All checks were successful
Build and push chill website image / build (push) Successful in 1m10s
This commit is contained in:
parent
1b7b81db46
commit
407b9946f8
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user