This commit is contained in:
2026-07-13 12:28:59 +08:00
parent 6c3de4b2ef
commit 1fca796f2c
56 changed files with 9709 additions and 406 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"recommendations": [
"jeff-hykin.better-go-syntax",
"ms-azuretools.vscode-containers",
"docker.docker",
"editorconfig.editorconfig",
"mhutchie.git-graph",
"golang.go",
"koda.koda",
"esbenp.prettier-vscode",
"cweijan.vscode-redis-client",
"redhat.vscode-yaml"
]
}
+22
View File
@@ -0,0 +1,22 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Живой предпросмотр (localhost:8000)",
"type": "shell",
"command": "make сдуфт"
},
{
"label": "Собрать статический сайт (./site)",
"type": "shell",
"command": "make site"
},
{
"label": "Собрать docker-образ со стат. сайтом",
"type": "shell",
"command": "make image"
}
]
}