Jekyll (vscode)

tools & tips for writing jekyll post

Extension

  • Jekyll Post Generator - Quickly create new Jekyll posts with front matter and proper filenames with date
  • SHIFT+CTRL+P - New Jekyll Post

VSCode Snippet

"Jekyll code block (highlight)": {
  "prefix": "/code",
  "body": [
    "{% highlight ${1:language} %}",
    "$0",
    "{% endhighlight %}"
  ],
  "description": "Jekyll Liquid highlight code block"
}
Written on February 9, 2026, Last update on
jekyll vscode vscode-snippet