#100DaysOfWeb in Python Transcripts
Chapter: Days 29-32: Static Sites
Lecture: Setup: Create your repo

Login or purchase this course to watch this video and the rest of the course contents.
0:00 All right, let's go old school and kick off a repository in GitHub. If you haven't used GitHub, please go on and sign on.
0:09 You probably would have by now. I just have to say that. But, as you can see here, this is my homepage on GitHub.
0:15 This is a dummy account I've just created for this to keep it simple. Click on Create a Repository or whatever screen you're on, just
0:23 and let's throw in a name. So, I'm just going to name this pretty simply 100 Days Website. Done. Nothing crazy.
0:33 You come up with your repo and do the same. I'm not bothering with the description. I'm just going to make this Public, don't really care.
0:40 And, you know what, don't even need a README, so. Really simple, nothing crazy. We just want a repo we can push and pull code from.
0:50 So that's it. We've got everything done. Now, all we need to do is clone the repo. So, I'm taking this here. I'm going to do it by https
1:02 and I'm just going to bring up my site here my folder here, I should say. I've created a folder under 100 Days
1:09 a web folder we've been working in called static sites. I've got nothing in here. I'm just simply going to git clone
1:18 and that url. So, let's let it clone. Obviously, there's nothing in there. We also got that warning saying
1:29 You appeared to have clone an empty repository. That is fine and that's it. So for this video, all I want you to do
1:36 is go on GitHub, create your repository and set it all up on the command line, clone it in and we'll start doing some installations in the next video.


Talk Python's Mastodon Michael Kennedy's Mastodon