diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..58a4638 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,37 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "server", + "type": "process", + "command": "hugo", + "args": [ + "server" + ], + "isBackground": true, + "problemMatcher": { + "severity": "error", + "fileLocation": "absolute", + "owner": "hugo", + "pattern": { + "regexp": "template: (.*):(\\d+): (.*)", + "file": 1, + "location": 2, + "message": 3, + "loop": true + }, + "background": { + "activeOnStart": true, + "beginsPattern": "Change detected, rebuilding site", + "endsPattern": "Total in \\d+ ms" + } + }, + "group": { + "kind": "test", + "isDefault": true + } + } + ] +} \ No newline at end of file diff --git a/content/sailing/sailingpics/gallery/1498873_879153775434451_2263670378918101330_o.jpg b/content/sailing/sailingpics/gallery/1498873_879153775434451_2263670378918101330_o.jpg new file mode 100644 index 0000000..973b9d0 Binary files /dev/null and b/content/sailing/sailingpics/gallery/1498873_879153775434451_2263670378918101330_o.jpg differ