[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

Add drafts as normal run task

FoxxMD (Jul 23, 2025, 12:44 AM UTC) 0400a3dd b7a1ae51

+12 -1
+12 -1
.vscode/tasks.json
··· 2 2 "version": "2.0.0", 3 3 "tasks": [ 4 4 { 5 + "label": "Run Jekyll Server (Prod)", 6 + "type": "shell", 7 + "command": "./tools/run.sh", 8 + "group": { 9 + "kind": "build", 10 + "isDefault": true 11 + }, 12 + "problemMatcher": [], 13 + "detail": "Runs the Jekyll server with live reload." 14 + }, 15 + { 5 16 "label": "Run Jekyll Server", 6 17 "type": "shell", 7 - "command": "./tools/run.sh", 18 + "command": "bundle exec jekyll s -l --drafts -H 127.0.0.1", 8 19 "group": { 9 20 "kind": "build", 10 21 "isDefault": true