Ajoute une tâche "hugo serve" pour vscodium
Build and push chill website image / build (push) Successful in 1m10s
Build and push chill website image / build (push) Successful in 1m10s
This commit is contained in:
Vendored
+17
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user