Skip to content

Commit

Permalink
Auto-commit: Mon Sep 30 14:46:42 CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Sep 30, 2024
1 parent 897dd57 commit 13da94a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
20 changes: 9 additions & 11 deletions _site/week06/lecture05p2.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ <h2>Data Visualization - Fall 2024</h2>

**Be aware:** you might have to put a full path to "cd" into like `cd /Users/jillnaiman/jnaiman.github.io`

Step 6: Add an `index.html` file to this new folder (download via the link in Lab \#4).

---

## github.io for publishing
Expand All @@ -157,40 +155,40 @@ <h2>Data Visualization - Fall 2024</h2>

Be aware: you might have to put a full path to "cd" into like `cd /Users/jillnaiman/jnaiman.github.io`

Step 6: Add an `index.html` file to this new folder (download via the link in Lab \#4).
Step 7: Add an `index.html` file to this new folder (download via the link in Lab \#4).


---

## github.io for publishing

Step 7: Add files to your repo officially
Step 8: Add files to your repo officially
* ```git add -A```

Step 8: Commit these files (say what you are doing)
Step 9: Commit these files (say what you are doing)
* ```git commit -m "my first add"```

Step 9: Push to your online repo
Step 10: Push to your online repo
* ```git push```

Step 10: wait for your website to build and then check it out!
Step 11: wait for your website to build and then check it out!
* Link: ```https://YOUR_GITHUB_USER_NAME.github.io/```


---

## github.io for publishing

Step 7: Add files to your repo officially
Step 8: Add files to your repo officially
* ```git add -A```

Step 8: Commit these files (say what you are doing)
Step 9: Commit these files (say what you are doing)
* ```git commit -m "my first add"```

Step 9: Push to your online repo
Step 10: Push to your online repo
* ```git push```

Step 10: wait for your website to build and then check it out!
Step 11: wait for your website to build and then check it out!
* Link: ```https://YOUR_GITHUB_USER_NAME.github.io/```

**You can also use the GUI interface for this if you want!**
Expand Down
20 changes: 9 additions & 11 deletions week06/lecture05p2.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ Step 6: In the command line, move into your github.io folder with `cd <GITHUB US

**Be aware:** you might have to put a full path to "cd" into like `cd /Users/jillnaiman/jnaiman.github.io`

Step 6: Add an `index.html` file to this new folder (download via the link in Lab \#4).

---

## github.io for publishing
Expand All @@ -124,40 +122,40 @@ Step 6: In the command line, move into your github.io folder with `cd <GITHUB US

Be aware: you might have to put a full path to "cd" into like `cd /Users/jillnaiman/jnaiman.github.io`

Step 6: Add an `index.html` file to this new folder (download via the link in Lab \#4).
Step 7: Add an `index.html` file to this new folder (download via the link in Lab \#4).


---

## github.io for publishing

Step 7: Add files to your repo officially
Step 8: Add files to your repo officially
* ```git add -A```

Step 8: Commit these files (say what you are doing)
Step 9: Commit these files (say what you are doing)
* ```git commit -m "my first add"```

Step 9: Push to your online repo
Step 10: Push to your online repo
* ```git push```

Step 10: wait for your website to build and then check it out!
Step 11: wait for your website to build and then check it out!
* Link: ```https://YOUR_GITHUB_USER_NAME.github.io/```


---

## github.io for publishing

Step 7: Add files to your repo officially
Step 8: Add files to your repo officially
* ```git add -A```

Step 8: Commit these files (say what you are doing)
Step 9: Commit these files (say what you are doing)
* ```git commit -m "my first add"```

Step 9: Push to your online repo
Step 10: Push to your online repo
* ```git push```

Step 10: wait for your website to build and then check it out!
Step 11: wait for your website to build and then check it out!
* Link: ```https://YOUR_GITHUB_USER_NAME.github.io/```

**You can also use the GUI interface for this if you want!**
Expand Down

0 comments on commit 13da94a

Please sign in to comment.