Skip to content

Instantly share code, notes, and snippets.

@quangdaon
Created September 8, 2021 12:57
Show Gist options
  • Save quangdaon/b37070deca375f06e19c0c4d896e368b to your computer and use it in GitHub Desktop.
Save quangdaon/b37070deca375f06e19c0c4d896e368b to your computer and use it in GitHub Desktop.
Start Jekyll VS Code Task
{
"version": "2.0.0",
"tasks": [
{
"label": "Start Jekyll",
"type": "shell",
"command": "bundle exec jekyll serve --open",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment