Beginner: Python, git, bash, etc ✅

Folks using github don’t even need an IDE to edit their Jekyll/HTML code … you can use the cloud based VSCode via github like this:

  1. Go to your github repo (e.g., GitHub - fastai/tinypets: Minimal JS interface to an image classifer)

  2. Click the period key, .

Your repo will open up in the cloud based version of VSCode. From there, you can make your edits, commit them using the IDE, and build out your site without ever having to install or work in an IDE locally.

This is how I built out my fastpages based site, ohmeow.com

5 Likes