Hey 👋
I’m an doctor who now runs Propane: an education platform for online coaches.
This site is a collection of projects I’m working on to leave the world a little better than how I found it.
B
B
User or organization site Project site
username.github.io
, where username is your username (or organization name) on GitHub.git clone https://github.com/username/username.github.io
index.html
file:
cd username.github.io echo "Hello World" > index.html
git add --all git commit -m "Initial commit" git push -u origin main
https://username.github.io
.
Now that you’re up and running, here are a few things you should know.