You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain how vscode devcontainers can be used to work with GitHub pages & Jekyll.
background
I need to run bundle update but I don't have the full ruby env
I'd like to preview changes locally
how
Microsoft vscode dev containers has an extremely pleasant Dev experience, as it creates the whole Jekyll configuration automatically
once the container is up and running I can run shell commands (bundle update) in the vscode integrated terminal
I can run build task
I can run serve task that also creates a port forwarding from my host system to the Jekyll container. Navigating to localhost:4000 in my browsers allows me to see my blog with the live changes
The text was updated successfully, but these errors were encountered:
fstasi
changed the title
Add a post about devcontainers & GitHub pages
How vscode Devcontainers made writing this post a joyful experience
Aug 19, 2022
Explain how vscode devcontainers can be used to work with GitHub pages & Jekyll.
background
bundle update
but I don't have the full ruby envhow
bundle update
) in the vscode integrated terminalThe text was updated successfully, but these errors were encountered: